|
48 | 48 | 7F7048F31D9D8A1F003C99F6 /* URLEncodedSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F7048F21D9D8A1F003C99F6 /* URLEncodedSerialization.swift */; };
|
49 | 49 | 7FA1690D1D9D8C80006C982B /* HTTPStub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FA1690C1D9D8C80006C982B /* HTTPStub.swift */; };
|
50 | 50 | C5725F4B28D8C36500810D7C /* Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5725F4A28D8C36500810D7C /* Concurrency.swift */; };
|
| 51 | + C5B144D828D8D7DC00E30ECD /* ConcurrencyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5B144D728D8D7DC00E30ECD /* ConcurrencyTests.swift */; }; |
51 | 52 | C5FF1DC128A80FFD0059573D /* test.json in Resources */ = {isa = PBXBuildFile; fileRef = C5FF1DC028A80FFD0059573D /* test.json */; };
|
52 | 53 | ECA831481DE4DDBF004EB1B5 /* ProtobufDataParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECA831471DE4DDBF004EB1B5 /* ProtobufDataParser.swift */; };
|
53 | 54 | ECA8314A1DE4DEBE004EB1B5 /* ProtobufDataParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECA831491DE4DEBE004EB1B5 /* ProtobufDataParserTests.swift */; };
|
|
130 | 131 | 7F8ECDFD1B6A799E00234E04 /* Demo.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = Demo.playground; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
|
131 | 132 | 7FA1690C1D9D8C80006C982B /* HTTPStub.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTTPStub.swift; sourceTree = "<group>"; };
|
132 | 133 | C5725F4A28D8C36500810D7C /* Concurrency.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Concurrency.swift; sourceTree = "<group>"; };
|
| 134 | + C5B144D728D8D7DC00E30ECD /* ConcurrencyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConcurrencyTests.swift; sourceTree = "<group>"; }; |
133 | 135 | C5FF1DC028A80FFD0059573D /* test.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = test.json; sourceTree = "<group>"; };
|
134 | 136 | ECA831471DE4DDBF004EB1B5 /* ProtobufDataParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ProtobufDataParser.swift; path = Sources/APIKit/DataParser/ProtobufDataParser.swift; sourceTree = SOURCE_ROOT; };
|
135 | 137 | ECA831491DE4DEBE004EB1B5 /* ProtobufDataParserTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProtobufDataParserTests.swift; sourceTree = "<group>"; };
|
|
242 | 244 | 7F698E451D9D680C00F1561D /* RequestTests.swift */,
|
243 | 245 | 7F698E491D9D680C00F1561D /* SessionCallbackQueueTests.swift */,
|
244 | 246 | 7F698E4A1D9D680C00F1561D /* SessionTests.swift */,
|
| 247 | + C5B144D628D8D7D000E30ECD /* Concurrency */, |
245 | 248 | 0973EE33259E2DD000879BA2 /* Combine */,
|
246 | 249 | 7F698E3B1D9D680C00F1561D /* BodyParametersType */,
|
247 | 250 | 7F698E401D9D680C00F1561D /* DataParserType */,
|
|
376 | 379 | path = APIKit/Concurrency;
|
377 | 380 | sourceTree = "<group>";
|
378 | 381 | };
|
| 382 | + C5B144D628D8D7D000E30ECD /* Concurrency */ = { |
| 383 | + isa = PBXGroup; |
| 384 | + children = ( |
| 385 | + C5B144D728D8D7DC00E30ECD /* ConcurrencyTests.swift */, |
| 386 | + ); |
| 387 | + path = Concurrency; |
| 388 | + sourceTree = "<group>"; |
| 389 | + }; |
379 | 390 | C5FF1DBF28A80FFD0059573D /* Resources */ = {
|
380 | 391 | isa = PBXGroup;
|
381 | 392 | children = (
|
|
534 | 545 | 7F698E581D9D680C00F1561D /* RequestTests.swift in Sources */,
|
535 | 546 | ECA8314A1DE4DEBE004EB1B5 /* ProtobufDataParserTests.swift in Sources */,
|
536 | 547 | 7F698E5E1D9D680C00F1561D /* TestRequest.swift in Sources */,
|
| 548 | + C5B144D828D8D7DC00E30ECD /* ConcurrencyTests.swift in Sources */, |
537 | 549 | 7F698E601D9D680C00F1561D /* TestSessionTask.swift in Sources */,
|
538 | 550 | 0973EE35259E2DDC00879BA2 /* CombineTests.swift in Sources */,
|
539 | 551 | 7FA1690D1D9D8C80006C982B /* HTTPStub.swift in Sources */,
|
|
0 commit comments