|
21 | 21 | 9BDE43D122C6655300FD7C7F /* Cancellable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDE43D022C6655200FD7C7F /* Cancellable.swift */; }; |
22 | 22 | 9BDE43DD22C6705300FD7C7F /* GraphQLHTTPResponseError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDE43DC22C6705300FD7C7F /* GraphQLHTTPResponseError.swift */; }; |
23 | 23 | 9BDE43DF22C6708600FD7C7F /* GraphQLHTTPRequestError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDE43DE22C6708600FD7C7F /* GraphQLHTTPRequestError.swift */; }; |
| 24 | + 9BE071AD2368D08700FA5952 /* Collection+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BE071AC2368D08700FA5952 /* Collection+Helpers.swift */; }; |
| 25 | + 9BE071AF2368D34D00FA5952 /* Matchable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BE071AE2368D34D00FA5952 /* Matchable.swift */; }; |
| 26 | + 9BE071B12368D3F500FA5952 /* Dictionary+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BE071B02368D3F500FA5952 /* Dictionary+Helpers.swift */; }; |
24 | 27 | 9BEDC79E22E5D2CF00549BF6 /* RequestCreator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BEDC79D22E5D2CF00549BF6 /* RequestCreator.swift */; }; |
25 | 28 | 9BF1A94F22CA5784005292C2 /* HTTPTransportTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BF1A94C22CA54F9005292C2 /* HTTPTransportTests.swift */; }; |
26 | 29 | 9BF1A95122CA6E71005292C2 /* GraphQLGETTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BF1A95022CA6E71005292C2 /* GraphQLGETTransformer.swift */; }; |
|
36 | 39 | 9F438D081E6C30B1007BDC1A /* StarWarsAPI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9FCE2CFA1E6C213D00E34457 /* StarWarsAPI.framework */; }; |
37 | 40 | 9F533AB31E6C4A4200CBE097 /* BatchedLoadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F438D0B1E6C494C007BDC1A /* BatchedLoadTests.swift */; }; |
38 | 41 | 9F55347B1DE1DB2100E54264 /* ApolloStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F55347A1DE1DB2100E54264 /* ApolloStore.swift */; }; |
39 | | - 9F578D901D8D2CB300C0EA36 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F578D8F1D8D2CB300C0EA36 /* Utilities.swift */; }; |
| 42 | + 9F578D901D8D2CB300C0EA36 /* HTTPURLResponse+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F578D8F1D8D2CB300C0EA36 /* HTTPURLResponse+Helpers.swift */; }; |
40 | 43 | 9F65B1211EC106F30090B25F /* Apollo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9FC750441D2A532C00458D91 /* Apollo.framework */; }; |
41 | 44 | 9F69FFA91D42855900E000B1 /* NetworkTransport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F69FFA81D42855900E000B1 /* NetworkTransport.swift */; }; |
42 | 45 | 9F7BA89922927A3700999B3B /* ResponsePath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F7BA89822927A3700999B3B /* ResponsePath.swift */; }; |
|
101 | 104 | 9FE1C6E71E634C8D00C02284 /* PromiseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FE1C6E61E634C8D00C02284 /* PromiseTests.swift */; }; |
102 | 105 | 9FE941D01E62C771007CDD89 /* Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FE941CF1E62C771007CDD89 /* Promise.swift */; }; |
103 | 106 | 9FEB050D1DB5732300DA3B44 /* JSONSerializationFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FEB050C1DB5732300DA3B44 /* JSONSerializationFormat.swift */; }; |
104 | | - 9FEC15B41E681DAD00D461B4 /* Collections.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FEC15B31E681DAD00D461B4 /* Collections.swift */; }; |
| 107 | + 9FEC15B41E681DAD00D461B4 /* GroupedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FEC15B31E681DAD00D461B4 /* GroupedSequence.swift */; }; |
105 | 108 | 9FF33D811E48B98200F608A4 /* HTTPNetworkTransport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F4DAF2D1E48B84B00EBFF0B /* HTTPNetworkTransport.swift */; }; |
106 | 109 | 9FF90A611DDDEB100034C3B6 /* GraphQLResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF90A5B1DDDEB100034C3B6 /* GraphQLResponse.swift */; }; |
107 | 110 | 9FF90A651DDDEB100034C3B6 /* GraphQLExecutor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF90A5C1DDDEB100034C3B6 /* GraphQLExecutor.swift */; }; |
|
283 | 286 | 9BDE43D022C6655200FD7C7F /* Cancellable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Cancellable.swift; sourceTree = "<group>"; }; |
284 | 287 | 9BDE43DC22C6705300FD7C7F /* GraphQLHTTPResponseError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GraphQLHTTPResponseError.swift; sourceTree = "<group>"; }; |
285 | 288 | 9BDE43DE22C6708600FD7C7F /* GraphQLHTTPRequestError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GraphQLHTTPRequestError.swift; sourceTree = "<group>"; }; |
| 289 | + 9BE071AC2368D08700FA5952 /* Collection+Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Collection+Helpers.swift"; sourceTree = "<group>"; }; |
| 290 | + 9BE071AE2368D34D00FA5952 /* Matchable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Matchable.swift; sourceTree = "<group>"; }; |
| 291 | + 9BE071B02368D3F500FA5952 /* Dictionary+Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Dictionary+Helpers.swift"; sourceTree = "<group>"; }; |
286 | 292 | 9BEDC79D22E5D2CF00549BF6 /* RequestCreator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestCreator.swift; sourceTree = "<group>"; }; |
287 | 293 | 9BF1A94C22CA54F9005292C2 /* HTTPTransportTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPTransportTests.swift; sourceTree = "<group>"; }; |
288 | 294 | 9BF1A95022CA6E71005292C2 /* GraphQLGETTransformer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GraphQLGETTransformer.swift; sourceTree = "<group>"; }; |
|
296 | 302 | 9F438D0B1E6C494C007BDC1A /* BatchedLoadTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BatchedLoadTests.swift; sourceTree = "<group>"; }; |
297 | 303 | 9F4DAF2D1E48B84B00EBFF0B /* HTTPNetworkTransport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTTPNetworkTransport.swift; sourceTree = "<group>"; }; |
298 | 304 | 9F55347A1DE1DB2100E54264 /* ApolloStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApolloStore.swift; sourceTree = "<group>"; }; |
299 | | - 9F578D8F1D8D2CB300C0EA36 /* Utilities.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utilities.swift; sourceTree = "<group>"; }; |
| 305 | + 9F578D8F1D8D2CB300C0EA36 /* HTTPURLResponse+Helpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HTTPURLResponse+Helpers.swift"; sourceTree = "<group>"; }; |
300 | 306 | 9F69FFA81D42855900E000B1 /* NetworkTransport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkTransport.swift; sourceTree = "<group>"; }; |
301 | 307 | 9F7BA89822927A3700999B3B /* ResponsePath.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponsePath.swift; sourceTree = "<group>"; }; |
302 | 308 | 9F8622F71EC2004200C38162 /* ReadWriteFromStoreTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReadWriteFromStoreTests.swift; sourceTree = "<group>"; }; |
|
379 | 385 | 9FE1C6E61E634C8D00C02284 /* PromiseTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PromiseTests.swift; sourceTree = "<group>"; }; |
380 | 386 | 9FE941CF1E62C771007CDD89 /* Promise.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Promise.swift; sourceTree = "<group>"; }; |
381 | 387 | 9FEB050C1DB5732300DA3B44 /* JSONSerializationFormat.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JSONSerializationFormat.swift; sourceTree = "<group>"; }; |
382 | | - 9FEC15B31E681DAD00D461B4 /* Collections.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Collections.swift; sourceTree = "<group>"; }; |
| 388 | + 9FEC15B31E681DAD00D461B4 /* GroupedSequence.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GroupedSequence.swift; sourceTree = "<group>"; }; |
383 | 389 | 9FF90A5B1DDDEB100034C3B6 /* GraphQLResponse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GraphQLResponse.swift; sourceTree = "<group>"; }; |
384 | 390 | 9FF90A5C1DDDEB100034C3B6 /* GraphQLExecutor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GraphQLExecutor.swift; sourceTree = "<group>"; }; |
385 | 391 | 9FF90A6A1DDDEB420034C3B6 /* InputValueEncodingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InputValueEncodingTests.swift; sourceTree = "<group>"; }; |
|
530 | 536 | isa = PBXGroup; |
531 | 537 | children = ( |
532 | 538 | 9BDE43D022C6655200FD7C7F /* Cancellable.swift */, |
| 539 | + 9BE071AE2368D34D00FA5952 /* Matchable.swift */, |
533 | 540 | ); |
534 | 541 | name = Protocols; |
535 | 542 | sourceTree = "<group>"; |
|
727 | 734 | children = ( |
728 | 735 | 9FCDFD221E33A0D8007519DC /* AsynchronousOperation.swift */, |
729 | 736 | 9B1CCDD82360F02C007C9032 /* Bundle+Helpers.swift */, |
| 737 | + 9BE071AC2368D08700FA5952 /* Collection+Helpers.swift */, |
| 738 | + 9BE071B02368D3F500FA5952 /* Dictionary+Helpers.swift */, |
730 | 739 | 9BA3130D2302BEA5007B7FC5 /* DispatchQueue+Optional.swift */, |
| 740 | + 9FEC15B31E681DAD00D461B4 /* GroupedSequence.swift */, |
| 741 | + 9F578D8F1D8D2CB300C0EA36 /* HTTPURLResponse+Helpers.swift */, |
| 742 | + 9FADC8491E6B0B2300C677E6 /* Locking.swift */, |
731 | 743 | 9FE941CF1E62C771007CDD89 /* Promise.swift */, |
732 | 744 | 9BA1245D22DE116B00BF1D24 /* Result+Helpers.swift */, |
733 | 745 | 9F19D8431EED568200C57247 /* ResultOrPromise.swift */, |
734 | | - 9FEC15B31E681DAD00D461B4 /* Collections.swift */, |
735 | | - 9FADC8491E6B0B2300C677E6 /* Locking.swift */, |
736 | 746 | 9B1A38522332AF6F00325FB4 /* String+SHA.swift */, |
737 | | - 9F578D8F1D8D2CB300C0EA36 /* Utilities.swift */, |
738 | 747 | ); |
739 | 748 | name = Utilities; |
740 | 749 | sourceTree = "<group>"; |
|
1216 | 1225 | 9F86B68B1E6438D700B885FF /* GraphQLSelectionSetMapper.swift in Sources */, |
1217 | 1226 | 9F55347B1DE1DB2100E54264 /* ApolloStore.swift in Sources */, |
1218 | 1227 | 9BDE43D122C6655300FD7C7F /* Cancellable.swift in Sources */, |
| 1228 | + 9BE071B12368D3F500FA5952 /* Dictionary+Helpers.swift in Sources */, |
1219 | 1229 | 9F69FFA91D42855900E000B1 /* NetworkTransport.swift in Sources */, |
| 1230 | + 9BE071AF2368D34D00FA5952 /* Matchable.swift in Sources */, |
1220 | 1231 | 9FCDFD291E33D0CE007519DC /* GraphQLQueryWatcher.swift in Sources */, |
1221 | 1232 | 9FC2333D1E66BBF7001E4541 /* GraphQLDependencyTracker.swift in Sources */, |
1222 | 1233 | 9F19D8441EED568200C57247 /* ResultOrPromise.swift in Sources */, |
|
1232 | 1243 | C377CCA922D798BD00572E03 /* GraphQLFile.swift in Sources */, |
1233 | 1244 | 9FC9A9CC1E2FD0760023C4D5 /* Record.swift in Sources */, |
1234 | 1245 | 9FC4B9201D2A6F8D0046A641 /* JSON.swift in Sources */, |
1235 | | - 9FEC15B41E681DAD00D461B4 /* Collections.swift in Sources */, |
1236 | | - 9F578D901D8D2CB300C0EA36 /* Utilities.swift in Sources */, |
| 1246 | + 9FEC15B41E681DAD00D461B4 /* GroupedSequence.swift in Sources */, |
| 1247 | + 9F578D901D8D2CB300C0EA36 /* HTTPURLResponse+Helpers.swift in Sources */, |
1237 | 1248 | 9F7BA89922927A3700999B3B /* ResponsePath.swift in Sources */, |
1238 | 1249 | 9FC9A9BD1E2C271C0023C4D5 /* RecordSet.swift in Sources */, |
1239 | 1250 | 9BF1A95122CA6E71005292C2 /* GraphQLGETTransformer.swift in Sources */, |
|
1242 | 1253 | 9F27D4641D40379500715680 /* JSONStandardTypeConversions.swift in Sources */, |
1243 | 1254 | 9B1A38532332AF6F00325FB4 /* String+SHA.swift in Sources */, |
1244 | 1255 | 9BEDC79E22E5D2CF00549BF6 /* RequestCreator.swift in Sources */, |
| 1256 | + 9BE071AD2368D08700FA5952 /* Collection+Helpers.swift in Sources */, |
1245 | 1257 | 9FA6F3681E65DF4700BF8D73 /* GraphQLResultAccumulator.swift in Sources */, |
1246 | 1258 | 9FF90A651DDDEB100034C3B6 /* GraphQLExecutor.swift in Sources */, |
1247 | 1259 | 9FC750611D2A59C300458D91 /* GraphQLOperation.swift in Sources */, |
|
0 commit comments