|
190 | 190 | DE0586362669957800265760 /* CacheReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE664ED92666DF150054DB4F /* CacheReference.swift */; }; |
191 | 191 | DE0586372669958F00265760 /* GraphQLError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FC9A9D21E2FD48B0023C4D5 /* GraphQLError.swift */; }; |
192 | 192 | DE0586392669985000265760 /* Dictionary+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE0586382669985000265760 /* Dictionary+Helpers.swift */; }; |
193 | | - DE3A2816268BCE6700A1BDC8 /* Starscream in Frameworks */ = {isa = PBXBuildFile; productRef = DE3A2815268BCE6700A1BDC8 /* Starscream */; }; |
| 193 | + DE181A2C26C5C0CB000C0B9C /* WebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE181A2B26C5C0CB000C0B9C /* WebSocket.swift */; }; |
| 194 | + DE181A2E26C5C299000C0B9C /* SSLClientCertificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE181A2D26C5C299000C0B9C /* SSLClientCertificate.swift */; }; |
| 195 | + DE181A3026C5C38E000C0B9C /* SSLSecurity.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE181A2F26C5C38E000C0B9C /* SSLSecurity.swift */; }; |
| 196 | + DE181A3226C5C401000C0B9C /* Compression.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE181A3126C5C401000C0B9C /* Compression.swift */; }; |
| 197 | + DE181A3426C5D8D4000C0B9C /* CompressionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE181A3326C5D8D4000C0B9C /* CompressionTests.swift */; }; |
| 198 | + DE181A3626C5DE4F000C0B9C /* WebSocketStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE181A3526C5DE4F000C0B9C /* WebSocketStream.swift */; }; |
194 | 199 | DE3C7974260A646300D2F4FF /* dist in Resources */ = {isa = PBXBuildFile; fileRef = DE3C7973260A646300D2F4FF /* dist */; }; |
195 | 200 | DE56DC232683B2020090D6E4 /* DefaultInterceptorProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE56DC222683B2020090D6E4 /* DefaultInterceptorProvider.swift */; }; |
196 | 201 | DE674D9D261CEEE4000E8FC8 /* c.txt in Resources */ = {isa = PBXBuildFile; fileRef = 9B2061172591B3550020D1E0 /* c.txt */; }; |
|
199 | 204 | DE6B156A261505660068D642 /* GraphQLMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE6B154A261505450068D642 /* GraphQLMap.swift */; }; |
200 | 205 | DE6B15AF26152BE10068D642 /* DefaultInterceptorProviderIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE6B15AE26152BE10068D642 /* DefaultInterceptorProviderIntegrationTests.swift */; }; |
201 | 206 | DE6B15B126152BE10068D642 /* Apollo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9FC750441D2A532C00458D91 /* Apollo.framework */; }; |
202 | | - DE8C84F5268BC42100C54D02 /* DefaultWebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE8C84F4268BC42100C54D02 /* DefaultWebSocket.swift */; }; |
203 | 207 | DECD46D0262F64D000924527 /* StarWarsApolloSchemaDownloaderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DECD46CF262F64D000924527 /* StarWarsApolloSchemaDownloaderTests.swift */; }; |
204 | 208 | DECD46FB262F659500924527 /* ApolloCodegenLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B7B6F47233C26D100F32205 /* ApolloCodegenLib.framework */; }; |
205 | 209 | DECD4736262F668500924527 /* UploadAPI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B2DFBB624E1FA0D00ED3AE6 /* UploadAPI.framework */; }; |
|
742 | 746 | DE05862426697A8C00265760 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
743 | 747 | DE0586322669948500265760 /* InputValue+Evaluation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "InputValue+Evaluation.swift"; sourceTree = "<group>"; }; |
744 | 748 | DE0586382669985000265760 /* Dictionary+Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Dictionary+Helpers.swift"; sourceTree = "<group>"; }; |
| 749 | + DE181A2B26C5C0CB000C0B9C /* WebSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebSocket.swift; sourceTree = "<group>"; }; |
| 750 | + DE181A2D26C5C299000C0B9C /* SSLClientCertificate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLClientCertificate.swift; sourceTree = "<group>"; }; |
| 751 | + DE181A2F26C5C38E000C0B9C /* SSLSecurity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLSecurity.swift; sourceTree = "<group>"; }; |
| 752 | + DE181A3126C5C401000C0B9C /* Compression.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Compression.swift; sourceTree = "<group>"; }; |
| 753 | + DE181A3326C5D8D4000C0B9C /* CompressionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompressionTests.swift; sourceTree = "<group>"; }; |
| 754 | + DE181A3526C5DE4F000C0B9C /* WebSocketStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebSocketStream.swift; sourceTree = "<group>"; }; |
745 | 755 | DE3C7973260A646300D2F4FF /* dist */ = {isa = PBXFileReference; lastKnownFileType = folder; path = dist; sourceTree = "<group>"; }; |
746 | 756 | DE3C7B10260A6FC900D2F4FF /* SelectionSet.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SelectionSet.swift; sourceTree = "<group>"; }; |
747 | 757 | DE3C7B11260A6FC900D2F4FF /* ResponseDict.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResponseDict.swift; sourceTree = "<group>"; }; |
|
777 | 787 | DE6B160B26152D210068D642 /* Project-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Project-Debug.xcconfig"; sourceTree = "<group>"; }; |
778 | 788 | DE6B160C26152D210068D642 /* Workspace-Packaging.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Workspace-Packaging.xcconfig"; sourceTree = "<group>"; }; |
779 | 789 | DE6B160D26152D210068D642 /* Workspace-Shared.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Workspace-Shared.xcconfig"; sourceTree = "<group>"; }; |
780 | | - DE8C84F4268BC42100C54D02 /* DefaultWebSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultWebSocket.swift; sourceTree = "<group>"; }; |
781 | 790 | DECD46CF262F64D000924527 /* StarWarsApolloSchemaDownloaderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StarWarsApolloSchemaDownloaderTests.swift; sourceTree = "<group>"; }; |
782 | 791 | DECD490B262F81BF00924527 /* ApolloCodegenTestSupport.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ApolloCodegenTestSupport.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
783 | 792 | DECD490D262F81BF00924527 /* ApolloCodegenTestSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApolloCodegenTestSupport.h; sourceTree = "<group>"; }; |
|
829 | 838 | buildActionMask = 2147483647; |
830 | 839 | files = ( |
831 | 840 | 9B7BDAFD23FDEE9300ACD198 /* Apollo.framework in Frameworks */, |
832 | | - DE3A2816268BCE6700A1BDC8 /* Starscream in Frameworks */, |
833 | 841 | ); |
834 | 842 | runOnlyForDeploymentPostprocessing = 0; |
835 | 843 | }; |
|
1165 | 1173 | 9B7BDA9323FDE94C00ACD198 /* ApolloWebSocket */ = { |
1166 | 1174 | isa = PBXGroup; |
1167 | 1175 | children = ( |
| 1176 | + E676C11F26CB05F90091215A /* DefaultImplementation */, |
1168 | 1177 | 9B7BDA9823FDE94C00ACD198 /* WebSocketClient.swift */, |
1169 | | - DE8C84F4268BC42100C54D02 /* DefaultWebSocket.swift */, |
1170 | 1178 | 9B7BDA9723FDE94C00ACD198 /* OperationMessage.swift */, |
1171 | 1179 | 9B7BDA9623FDE94C00ACD198 /* SplitNetworkTransport.swift */, |
1172 | 1180 | 9B7BDA9423FDE94C00ACD198 /* WebSocketError.swift */, |
|
1715 | 1723 | 9B7BDA8923FDE92900ACD198 /* WebSocketTests.swift */, |
1716 | 1724 | 9B7BDA8A23FDE92900ACD198 /* SplitNetworkTransportTests.swift */, |
1717 | 1725 | D90F1AF92479DEE5007A1534 /* WebSocketTransportTests.swift */, |
| 1726 | + DE181A3326C5D8D4000C0B9C /* CompressionTests.swift */, |
1718 | 1727 | ); |
1719 | 1728 | path = WebSocket; |
1720 | 1729 | sourceTree = "<group>"; |
1721 | 1730 | }; |
| 1731 | + E676C11F26CB05F90091215A /* DefaultImplementation */ = { |
| 1732 | + isa = PBXGroup; |
| 1733 | + children = ( |
| 1734 | + DE181A3126C5C401000C0B9C /* Compression.swift */, |
| 1735 | + DE181A2B26C5C0CB000C0B9C /* WebSocket.swift */, |
| 1736 | + DE181A3526C5DE4F000C0B9C /* WebSocketStream.swift */, |
| 1737 | + DE181A2D26C5C299000C0B9C /* SSLClientCertificate.swift */, |
| 1738 | + DE181A2F26C5C38E000C0B9C /* SSLSecurity.swift */, |
| 1739 | + ); |
| 1740 | + path = DefaultImplementation; |
| 1741 | + sourceTree = "<group>"; |
| 1742 | + }; |
1722 | 1743 | /* End PBXGroup section */ |
1723 | 1744 |
|
1724 | 1745 | /* Begin PBXHeadersBuildPhase section */ |
|
1879 | 1900 | buildRules = ( |
1880 | 1901 | ); |
1881 | 1902 | dependencies = ( |
1882 | | - 9B7BDAFF23FDEF9E00ACD198 /* PBXTargetDependency */, |
1883 | 1903 | 9B7BDAFC23FDEE9000ACD198 /* PBXTargetDependency */, |
1884 | 1904 | ); |
1885 | 1905 | name = ApolloWebSocket; |
1886 | 1906 | packageProductDependencies = ( |
1887 | | - DE3A2815268BCE6700A1BDC8 /* Starscream */, |
1888 | 1907 | ); |
1889 | 1908 | productName = ApolloWebSocket; |
1890 | 1909 | productReference = 9B7BDA7D23FDE90400ACD198 /* ApolloWebSocket.framework */; |
|
2014 | 2033 | ); |
2015 | 2034 | name = Apollo; |
2016 | 2035 | packageProductDependencies = ( |
2017 | | - DE8C84F3268BBF8000C54D02 /* Starscream */, |
2018 | 2036 | ); |
2019 | 2037 | productName = Apollo; |
2020 | 2038 | productReference = 9FC750441D2A532C00458D91 /* Apollo.framework */; |
|
2202 | 2220 | mainGroup = 9FC7503A1D2A532C00458D91; |
2203 | 2221 | packageReferences = ( |
2204 | 2222 | 9B7BDAF423FDEE2600ACD198 /* XCRemoteSwiftPackageReference "SQLite.swift" */, |
2205 | | - DE8C84F2268BBF8000C54D02 /* XCRemoteSwiftPackageReference "Starscream" */, |
2206 | 2223 | ); |
2207 | 2224 | productRefGroup = 9FC750451D2A532C00458D91 /* Products */; |
2208 | 2225 | projectDirPath = ""; |
|
2439 | 2456 | buildActionMask = 2147483647; |
2440 | 2457 | files = ( |
2441 | 2458 | 9B7BDA9F23FDE94C00ACD198 /* WebSocketClient.swift in Sources */, |
| 2459 | + DE181A2C26C5C0CB000C0B9C /* WebSocket.swift in Sources */, |
| 2460 | + DE181A2E26C5C299000C0B9C /* SSLClientCertificate.swift in Sources */, |
2442 | 2461 | 9B7BDAA023FDE94C00ACD198 /* WebSocketTransport.swift in Sources */, |
2443 | 2462 | 9B7BDA9C23FDE94C00ACD198 /* WebSocketTask.swift in Sources */, |
2444 | | - DE8C84F5268BC42100C54D02 /* DefaultWebSocket.swift in Sources */, |
| 2463 | + DE181A3026C5C38E000C0B9C /* SSLSecurity.swift in Sources */, |
2445 | 2464 | 9B7BDA9B23FDE94C00ACD198 /* WebSocketError.swift in Sources */, |
2446 | 2465 | 9B7BDA9D23FDE94C00ACD198 /* SplitNetworkTransport.swift in Sources */, |
2447 | 2466 | 9B7BDA9E23FDE94C00ACD198 /* OperationMessage.swift in Sources */, |
| 2467 | + DE181A3626C5DE4F000C0B9C /* WebSocketStream.swift in Sources */, |
| 2468 | + DE181A3226C5C401000C0B9C /* Compression.swift in Sources */, |
2448 | 2469 | ); |
2449 | 2470 | runOnlyForDeploymentPostprocessing = 0; |
2450 | 2471 | }; |
|
2629 | 2650 | 9FF90A731DDDEB420034C3B6 /* ParseQueryResponseTests.swift in Sources */, |
2630 | 2651 | DED45DE9261B96B70086EF63 /* LoadQueryFromStoreTests.swift in Sources */, |
2631 | 2652 | 9BF6C94325194DE2000D5B93 /* MultipartFormData+Testing.swift in Sources */, |
| 2653 | + DE181A3426C5D8D4000C0B9C /* CompressionTests.swift in Sources */, |
2632 | 2654 | 9F21735B2568F3E200566121 /* PossiblyDeferredTests.swift in Sources */, |
2633 | 2655 | ); |
2634 | 2656 | runOnlyForDeploymentPostprocessing = 0; |
|
2711 | 2733 | target = 9FC750431D2A532C00458D91 /* Apollo */; |
2712 | 2734 | targetProxy = 9B7BDAFB23FDEE9000ACD198 /* PBXContainerItemProxy */; |
2713 | 2735 | }; |
2714 | | - 9B7BDAFF23FDEF9E00ACD198 /* PBXTargetDependency */ = { |
2715 | | - isa = PBXTargetDependency; |
2716 | | - productRef = 9B7BDAFE23FDEF9E00ACD198 /* Starscream */; |
2717 | | - }; |
2718 | 2736 | 9B7BDB1723FDF10300ACD198 /* PBXTargetDependency */ = { |
2719 | 2737 | isa = PBXTargetDependency; |
2720 | 2738 | productRef = 9B7BDB1623FDF10300ACD198 /* SQLite */; |
|
3358 | 3376 | /* End XCConfigurationList section */ |
3359 | 3377 |
|
3360 | 3378 | /* Begin XCRemoteSwiftPackageReference section */ |
3361 | | - 9B7BDAAA23FDEA7B00ACD198 /* XCRemoteSwiftPackageReference "Starscream" */ = { |
3362 | | - isa = XCRemoteSwiftPackageReference; |
3363 | | - repositoryURL = "https://github.com/daltoniam/Starscream.git"; |
3364 | | - requirement = { |
3365 | | - kind = upToNextMinorVersion; |
3366 | | - minimumVersion = 3.1.1; |
3367 | | - }; |
3368 | | - }; |
3369 | 3379 | 9B7BDAF423FDEE2600ACD198 /* XCRemoteSwiftPackageReference "SQLite.swift" */ = { |
3370 | 3380 | isa = XCRemoteSwiftPackageReference; |
3371 | 3381 | repositoryURL = "https://github.com/stephencelis/SQLite.swift.git"; |
|
3374 | 3384 | minimumVersion = 0.12.2; |
3375 | 3385 | }; |
3376 | 3386 | }; |
3377 | | - DE8C84F2268BBF8000C54D02 /* XCRemoteSwiftPackageReference "Starscream" */ = { |
3378 | | - isa = XCRemoteSwiftPackageReference; |
3379 | | - repositoryURL = "https://github.com/apollographql/Starscream.git"; |
3380 | | - requirement = { |
3381 | | - kind = upToNextMinorVersion; |
3382 | | - minimumVersion = 3.1.2; |
3383 | | - }; |
3384 | | - }; |
3385 | 3387 | /* End XCRemoteSwiftPackageReference section */ |
3386 | 3388 |
|
3387 | 3389 | /* Begin XCSwiftPackageProductDependency section */ |
|
3390 | 3392 | package = 9B7BDAF423FDEE2600ACD198 /* XCRemoteSwiftPackageReference "SQLite.swift" */; |
3391 | 3393 | productName = SQLite; |
3392 | 3394 | }; |
3393 | | - 9B7BDAFE23FDEF9E00ACD198 /* Starscream */ = { |
3394 | | - isa = XCSwiftPackageProductDependency; |
3395 | | - package = 9B7BDAAA23FDEA7B00ACD198 /* XCRemoteSwiftPackageReference "Starscream" */; |
3396 | | - productName = Starscream; |
3397 | | - }; |
3398 | 3395 | 9B7BDB1623FDF10300ACD198 /* SQLite */ = { |
3399 | 3396 | isa = XCSwiftPackageProductDependency; |
3400 | 3397 | package = 9B7BDAF423FDEE2600ACD198 /* XCRemoteSwiftPackageReference "SQLite.swift" */; |
3401 | 3398 | productName = SQLite; |
3402 | 3399 | }; |
3403 | | - DE3A2815268BCE6700A1BDC8 /* Starscream */ = { |
3404 | | - isa = XCSwiftPackageProductDependency; |
3405 | | - package = DE8C84F2268BBF8000C54D02 /* XCRemoteSwiftPackageReference "Starscream" */; |
3406 | | - productName = Starscream; |
3407 | | - }; |
3408 | | - DE8C84F3268BBF8000C54D02 /* Starscream */ = { |
3409 | | - isa = XCSwiftPackageProductDependency; |
3410 | | - package = DE8C84F2268BBF8000C54D02 /* XCRemoteSwiftPackageReference "Starscream" */; |
3411 | | - productName = Starscream; |
3412 | | - }; |
3413 | 3400 | DED45E95261B9EE30086EF63 /* SQLite */ = { |
3414 | 3401 | isa = XCSwiftPackageProductDependency; |
3415 | 3402 | package = 9B7BDAF423FDEE2600ACD198 /* XCRemoteSwiftPackageReference "SQLite.swift" */; |
|
0 commit comments