|
16 | 16 | 218CFDC02C5A8714009D70B9 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 218CFDBF2C5A8714009D70B9 /* Preview Assets.xcassets */; };
|
17 | 17 | 218CFDF62C5AD23D009D70B9 /* AWSCognitoAuthPlugin in Frameworks */ = {isa = PBXBuildFile; productRef = 218CFDF52C5AD23D009D70B9 /* AWSCognitoAuthPlugin */; };
|
18 | 18 | 218CFDF82C5AD23D009D70B9 /* Amplify in Frameworks */ = {isa = PBXBuildFile; productRef = 218CFDF72C5AD23D009D70B9 /* Amplify */; };
|
19 |
| - 218CFDFA2C5AD408009D70B9 /* amplify_outputs.json in Resources */ = {isa = PBXBuildFile; fileRef = 218CFDF92C5AD408009D70B9 /* amplify_outputs.json */; }; |
20 | 19 | 218CFDFD2C5AD4BB009D70B9 /* Authenticator in Frameworks */ = {isa = PBXBuildFile; productRef = 218CFDFC2C5AD4BB009D70B9 /* Authenticator */; };
|
21 | 20 | 218CFE152C5AD66D009D70B9 /* TodoList.graphql in Resources */ = {isa = PBXBuildFile; fileRef = 218CFE112C5AD66D009D70B9 /* TodoList.graphql */; };
|
22 | 21 | 218CFE162C5AD66D009D70B9 /* schema.json in Resources */ = {isa = PBXBuildFile; fileRef = 218CFE122C5AD66D009D70B9 /* schema.json */; };
|
|
30 | 29 | 21CFD7C92C76641E0071C70F /* AWSAppSyncApolloExtensions in Frameworks */ = {isa = PBXBuildFile; productRef = 21CFD7C82C76641E0071C70F /* AWSAppSyncApolloExtensions */; };
|
31 | 30 | 21FDF39C2C62B20200481EA0 /* APIKeyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21FDF39B2C62B20200481EA0 /* APIKeyTests.swift */; };
|
32 | 31 | 21FDF39E2C62B3E500481EA0 /* IntegrationTestBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21FDF39D2C62B3E500481EA0 /* IntegrationTestBase.swift */; };
|
| 32 | + 60CE34112C9CDC1700DEAB45 /* amplify_outputs.json in Resources */ = {isa = PBXBuildFile; fileRef = 60CE34102C9CDC1700DEAB45 /* amplify_outputs.json */; }; |
33 | 33 | /* End PBXBuildFile section */
|
34 | 34 |
|
35 | 35 | /* Begin PBXContainerItemProxy section */
|
|
50 | 50 | 218CFDBF2C5A8714009D70B9 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
51 | 51 | 218CFDC52C5A8714009D70B9 /* IntegrationTestAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = IntegrationTestAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
52 | 52 | 218CFDF32C5AD177009D70B9 /* aws-appsync-apollo-interceptors-swift */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "aws-appsync-apollo-interceptors-swift"; path = ../..; sourceTree = "<group>"; };
|
53 |
| - 218CFDF92C5AD408009D70B9 /* amplify_outputs.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = amplify_outputs.json; sourceTree = "<group>"; }; |
54 | 53 | 218CFE112C5AD66D009D70B9 /* TodoList.graphql */ = {isa = PBXFileReference; lastKnownFileType = text; name = TodoList.graphql; path = IntegrationTestApp/graphql/TodoList.graphql; sourceTree = SOURCE_ROOT; };
|
55 | 54 | 218CFE122C5AD66D009D70B9 /* schema.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = schema.json; path = IntegrationTestApp/graphql/schema.json; sourceTree = SOURCE_ROOT; };
|
56 | 55 | 218CFE132C5AD66D009D70B9 /* SubscribeTodo.graphql */ = {isa = PBXFileReference; lastKnownFileType = text; name = SubscribeTodo.graphql; path = IntegrationTestApp/graphql/SubscribeTodo.graphql; sourceTree = SOURCE_ROOT; };
|
|
61 | 60 | 21B8F2D32C6298580042981F /* IAMTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IAMTests.swift; sourceTree = "<group>"; };
|
62 | 61 | 21FDF39B2C62B20200481EA0 /* APIKeyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIKeyTests.swift; sourceTree = "<group>"; };
|
63 | 62 | 21FDF39D2C62B3E500481EA0 /* IntegrationTestBase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegrationTestBase.swift; sourceTree = "<group>"; };
|
| 63 | + 60CE34102C9CDC1700DEAB45 /* amplify_outputs.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = amplify_outputs.json; path = "../../../../tmp/apollo-extension-integ-test/amplify_outputs.json"; sourceTree = "<group>"; }; |
64 | 64 | /* End PBXFileReference section */
|
65 | 65 |
|
66 | 66 | /* Begin PBXFrameworksBuildPhase section */
|
|
113 | 113 | isa = PBXGroup;
|
114 | 114 | children = (
|
115 | 115 | 21B8F2D02C5D8ACF0042981F /* graphql */,
|
116 |
| - 218CFDF92C5AD408009D70B9 /* amplify_outputs.json */, |
| 116 | + 60CE34102C9CDC1700DEAB45 /* amplify_outputs.json */, |
117 | 117 | 218CFDB82C5A8711009D70B9 /* IntegrationTestAppApp.swift */,
|
118 | 118 | 218CFDBA2C5A8711009D70B9 /* ContentView.swift */,
|
119 | 119 | 218CFE192C5AD6B1009D70B9 /* Network.swift */,
|
|
259 | 259 | buildActionMask = 2147483647;
|
260 | 260 | files = (
|
261 | 261 | 218CFE172C5AD66D009D70B9 /* SubscribeTodo.graphql in Resources */,
|
262 |
| - 218CFDFA2C5AD408009D70B9 /* amplify_outputs.json in Resources */, |
| 262 | + 60CE34112C9CDC1700DEAB45 /* amplify_outputs.json in Resources */, |
263 | 263 | 218CFE162C5AD66D009D70B9 /* schema.json in Resources */,
|
264 | 264 | 218CFDC02C5A8714009D70B9 /* Preview Assets.xcassets in Resources */,
|
265 | 265 | 218CFDBD2C5A8714009D70B9 /* Assets.xcassets in Resources */,
|
|
0 commit comments