|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 54DDB0921EA045870009DD99 /* InMemoryNormalizedCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DDB0911EA045870009DD99 /* InMemoryNormalizedCache.swift */; }; |
11 | 11 | 5AC6CA4322AAF7B200B7C94D /* GraphQLHTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AC6CA4222AAF7B200B7C94D /* GraphQLHTTPMethod.swift */; }; |
| 12 | + 9B1A38532332AF6F00325FB4 /* String+SHA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B1A38522332AF6F00325FB4 /* String+SHA.swift */; }; |
| 13 | + 9B64F6762354D219002D1BB5 /* URL+QueryDict.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B64F6752354D219002D1BB5 /* URL+QueryDict.swift */; }; |
12 | 14 | 9B708AAD2305884500604A11 /* ApolloClientProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B708AAC2305884500604A11 /* ApolloClientProtocol.swift */; }; |
13 | 15 | 9B78C71E2326E86E000C8C32 /* ErrorGenerationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B78C71B2326E859000C8C32 /* ErrorGenerationTests.swift */; }; |
14 | 16 | 9B95EDC022CAA0B000702BB2 /* GETTransformerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B95EDBF22CAA0AF00702BB2 /* GETTransformerTests.swift */; }; |
|
117 | 119 | C377CCAB22D7992E00572E03 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = C377CCAA22D7992E00572E03 /* MultipartFormData.swift */; }; |
118 | 120 | E86D8E05214B32FD0028EFE1 /* JSONTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E86D8E03214B32DA0028EFE1 /* JSONTests.swift */; }; |
119 | 121 | F16D083C21EF6F7300C458B8 /* QueryFromJSONBuildingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F16D083B21EF6F7300C458B8 /* QueryFromJSONBuildingTests.swift */; }; |
| 122 | + F82E62E122BCD223000C311B /* AutomaticPersistedQueriesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F82E62E022BCD223000C311B /* AutomaticPersistedQueriesTests.swift */; }; |
| 123 | + F8AB781B22E1B4BB00A50B81 /* MockURLSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8AB781A22E1B4BB00A50B81 /* MockURLSession.swift */; }; |
120 | 124 | /* End PBXBuildFile section */ |
121 | 125 |
|
122 | 126 | /* Begin PBXContainerItemProxy section */ |
|
264 | 268 | 90690D2322433C5900FC2E54 /* Apollo-Target-CacheDependentTests.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Apollo-Target-CacheDependentTests.xcconfig"; sourceTree = "<group>"; }; |
265 | 269 | 90690D2422433C8000FC2E54 /* Apollo-Target-PerformanceTests.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Apollo-Target-PerformanceTests.xcconfig"; sourceTree = "<group>"; }; |
266 | 270 | 90690D2522433CAF00FC2E54 /* Apollo-Target-TestSupport.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Apollo-Target-TestSupport.xcconfig"; sourceTree = "<group>"; }; |
| 271 | + 9B1A38522332AF6F00325FB4 /* String+SHA.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+SHA.swift"; sourceTree = "<group>"; }; |
| 272 | + 9B64F6752354D219002D1BB5 /* URL+QueryDict.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "URL+QueryDict.swift"; sourceTree = "<group>"; }; |
267 | 273 | 9B708AAC2305884500604A11 /* ApolloClientProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApolloClientProtocol.swift; sourceTree = "<group>"; }; |
268 | 274 | 9B74BCBE2333F4ED00508F84 /* run-bundled-codegen.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = "run-bundled-codegen.sh"; path = "scripts/run-bundled-codegen.sh"; sourceTree = SOURCE_ROOT; }; |
269 | 275 | 9B78C71B2326E859000C8C32 /* ErrorGenerationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ErrorGenerationTests.swift; sourceTree = "<group>"; }; |
|
386 | 392 | C377CCAA22D7992E00572E03 /* MultipartFormData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MultipartFormData.swift; sourceTree = "<group>"; }; |
387 | 393 | E86D8E03214B32DA0028EFE1 /* JSONTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONTests.swift; sourceTree = "<group>"; }; |
388 | 394 | F16D083B21EF6F7300C458B8 /* QueryFromJSONBuildingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QueryFromJSONBuildingTests.swift; sourceTree = "<group>"; }; |
| 395 | + F82E62E022BCD223000C311B /* AutomaticPersistedQueriesTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AutomaticPersistedQueriesTests.swift; sourceTree = "<group>"; }; |
| 396 | + F8AB781A22E1B4BB00A50B81 /* MockURLSession.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockURLSession.swift; sourceTree = "<group>"; }; |
| 397 | + F8E9D8AE22B2492C0065DA98 /* schema.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = schema.json; sourceTree = "<group>"; }; |
389 | 398 | /* End PBXFileReference section */ |
390 | 399 |
|
391 | 400 | /* Begin PBXFrameworksBuildPhase section */ |
|
546 | 555 | 9F8A95811EC0FD3300304A2D /* XCTAssertHelpers.swift */, |
547 | 556 | 9F8A95831EC0FD6100304A2D /* XCTestCase+Promise.swift */, |
548 | 557 | 9F10A51D1EC1BA0F0045E62B /* MockNetworkTransport.swift */, |
| 558 | + F8AB781A22E1B4BB00A50B81 /* MockURLSession.swift */, |
549 | 559 | 9F8A95851EC0FD9800304A2D /* TestCacheProvider.swift */, |
550 | 560 | 9F8A957A1EC0FC1200304A2D /* ApolloTestSupport.h */, |
551 | 561 | 9F8A957B1EC0FC1200304A2D /* Info.plist */, |
|
653 | 663 | isa = PBXGroup; |
654 | 664 | children = ( |
655 | 665 | 9FC750551D2A532D00458D91 /* Info.plist */, |
| 666 | + F82E62E022BCD223000C311B /* AutomaticPersistedQueriesTests.swift */, |
656 | 667 | 9F438D0B1E6C494C007BDC1A /* BatchedLoadTests.swift */, |
657 | 668 | 9FC9A9C71E2EFE6E0023C4D5 /* CacheKeyForFieldTests.swift */, |
658 | 669 | 9FADC8531E6B86D900C677E6 /* DataLoaderTests.swift */, |
|
671 | 682 | C338DF1622DD9DE9006AF33E /* RequestCreatorTests.swift */, |
672 | 683 | 9F19D8451EED8D3B00C57247 /* ResultOrPromiseTests.swift */, |
673 | 684 | C3279FC52345233000224790 /* TestCustomRequestCreator.swift */, |
| 685 | + 9B64F6752354D219002D1BB5 /* URL+QueryDict.swift */, |
674 | 686 | C304EBD322DDC7B200748F72 /* a.txt */, |
675 | 687 | C35D43BE22DDD3C100BCBABE /* b.txt */, |
676 | 688 | C35D43BF22DDD3C100BCBABE /* c.txt */, |
|
719 | 731 | 9F19D8431EED568200C57247 /* ResultOrPromise.swift */, |
720 | 732 | 9FEC15B31E681DAD00D461B4 /* Collections.swift */, |
721 | 733 | 9FADC8491E6B0B2300C677E6 /* Locking.swift */, |
| 734 | + 9B1A38522332AF6F00325FB4 /* String+SHA.swift */, |
722 | 735 | ); |
723 | 736 | name = Utilities; |
724 | 737 | sourceTree = "<group>"; |
|
756 | 769 | 9FCE2D171E6C259B00E34457 /* Starship.graphql */, |
757 | 770 | 9FCE2D0C1E6C259B00E34457 /* CreateReviewForEpisode.graphql */, |
758 | 771 | 9FCE2D0A1E6C258A00E34457 /* API.swift */, |
| 772 | + F8E9D8AE22B2492C0065DA98 /* schema.json */, |
759 | 773 | 9FCE2CFC1E6C213D00E34457 /* StarWarsAPI.h */, |
760 | 774 | 9FCE2CFD1E6C213D00E34457 /* Info.plist */, |
761 | 775 | ); |
|
1124 | 1138 | ); |
1125 | 1139 | runOnlyForDeploymentPostprocessing = 0; |
1126 | 1140 | shellPath = /bin/sh; |
1127 | | - shellScript = "SCRIPT_PATH=\"${SRCROOT}/scripts/run-bundled-codegen.sh\"\n\ncd \"${SRCROOT}/Tests/GitHubAPI\"\n\n\"${SCRIPT_PATH}\" codegen:generate --target=swift --localSchemaFile=\"schema.json\" --includes=./**/*.graphql --suppressSwiftMultilineStringLiterals --mergeInFieldsFromFragmentSpreads API.swift\n"; |
| 1141 | + shellScript = "SCRIPT_PATH=\"${SRCROOT}/scripts/run-bundled-codegen.sh\"\n\ncd \"${SRCROOT}/Tests/GitHubAPI\"\n\n\"${SCRIPT_PATH}\" codegen:generate --target=swift --localSchemaFile=\"schema.json\" --includes=./**/*.graphql --operationIdsPath=operationIdsPath.json --suppressSwiftMultilineStringLiterals --mergeInFieldsFromFragmentSpreads API.swift\n"; |
1128 | 1142 | }; |
1129 | 1143 | 9FCE2D061E6C251100E34457 /* Generate Apollo Client API */ = { |
1130 | 1144 | isa = PBXShellScriptBuildPhase; |
|
1138 | 1152 | ); |
1139 | 1153 | runOnlyForDeploymentPostprocessing = 0; |
1140 | 1154 | shellPath = /bin/sh; |
1141 | | - shellScript = "SCRIPT_PATH=\"${SRCROOT}/scripts/run-bundled-codegen.sh\"\n\ncd \"${SRCROOT}/Tests/StarWarsAPI\"\n\n\"${SCRIPT_PATH}\" codegen:generate --target=swift --localSchemaFile=\"schema.json\" --includes=./**/*.graphql --mergeInFieldsFromFragmentSpreads API.swift\n"; |
| 1155 | + shellScript = "SCRIPT_PATH=\"${SRCROOT}/scripts/run-bundled-codegen.sh\"\n\ncd \"${SRCROOT}/Tests/StarWarsAPI\"\n\n\"${SCRIPT_PATH}\" codegen:generate --target=swift --localSchemaFile=\"schema.json\" --includes=./**/*.graphql --operationIdsPath=operationIdsPath.json --mergeInFieldsFromFragmentSpreads API.swift\n"; |
1142 | 1156 | showEnvVarsInLog = 0; |
1143 | 1157 | }; |
1144 | 1158 | /* End PBXShellScriptBuildPhase section */ |
|
1151 | 1165 | 9F8A95841EC0FD6100304A2D /* XCTestCase+Promise.swift in Sources */, |
1152 | 1166 | 9F8A95821EC0FD3300304A2D /* XCTAssertHelpers.swift in Sources */, |
1153 | 1167 | 9F10A51E1EC1BA0F0045E62B /* MockNetworkTransport.swift in Sources */, |
| 1168 | + F8AB781B22E1B4BB00A50B81 /* MockURLSession.swift in Sources */, |
1154 | 1169 | 9F8A95861EC0FD9800304A2D /* TestCacheProvider.swift in Sources */, |
1155 | 1170 | ); |
1156 | 1171 | runOnlyForDeploymentPostprocessing = 0; |
|
1222 | 1237 | 9FADC84F1E6B865E00C677E6 /* DataLoader.swift in Sources */, |
1223 | 1238 | 9FF90A611DDDEB100034C3B6 /* GraphQLResponse.swift in Sources */, |
1224 | 1239 | 9F27D4641D40379500715680 /* JSONStandardTypeConversions.swift in Sources */, |
| 1240 | + 9B1A38532332AF6F00325FB4 /* String+SHA.swift in Sources */, |
1225 | 1241 | 9BEDC79E22E5D2CF00549BF6 /* RequestCreator.swift in Sources */, |
1226 | 1242 | 9FA6F3681E65DF4700BF8D73 /* GraphQLResultAccumulator.swift in Sources */, |
1227 | 1243 | 9FF90A651DDDEB100034C3B6 /* GraphQLExecutor.swift in Sources */, |
|
1244 | 1260 | 9B78C71E2326E86E000C8C32 /* ErrorGenerationTests.swift in Sources */, |
1245 | 1261 | 9FC9A9C81E2EFE6E0023C4D5 /* CacheKeyForFieldTests.swift in Sources */, |
1246 | 1262 | 9F91CF8F1F6C0DB2008DD0BE /* MutatingResultsTests.swift in Sources */, |
| 1263 | + F82E62E122BCD223000C311B /* AutomaticPersistedQueriesTests.swift in Sources */, |
1247 | 1264 | 9F19D8461EED8D3B00C57247 /* ResultOrPromiseTests.swift in Sources */, |
1248 | 1265 | 9F533AB31E6C4A4200CBE097 /* BatchedLoadTests.swift in Sources */, |
1249 | 1266 | C3279FC72345234D00224790 /* TestCustomRequestCreator.swift in Sources */, |
1250 | 1267 | 9B95EDC022CAA0B000702BB2 /* GETTransformerTests.swift in Sources */, |
1251 | 1268 | 9FF90A6F1DDDEB420034C3B6 /* InputValueEncodingTests.swift in Sources */, |
1252 | 1269 | 9FE1C6E71E634C8D00C02284 /* PromiseTests.swift in Sources */, |
| 1270 | + 9B64F6762354D219002D1BB5 /* URL+QueryDict.swift in Sources */, |
1253 | 1271 | 9FADC8541E6B86D900C677E6 /* DataLoaderTests.swift in Sources */, |
1254 | 1272 | E86D8E05214B32FD0028EFE1 /* JSONTests.swift in Sources */, |
1255 | 1273 | 9F8622FA1EC2117C00C38162 /* FragmentConstructionAndConversionTests.swift in Sources */, |
|
0 commit comments