|
24 | 24 | 218CFE182C5AD66D009D70B9 /* CreateTodo.graphql in Resources */ = {isa = PBXBuildFile; fileRef = 218CFE142C5AD66D009D70B9 /* CreateTodo.graphql */; }; |
25 | 25 | 218CFE1A2C5AD6B1009D70B9 /* Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = 218CFE192C5AD6B1009D70B9 /* Network.swift */; }; |
26 | 26 | 218CFE242C5AD806009D70B9 /* AppSyncAPI in Frameworks */ = {isa = PBXBuildFile; productRef = 218CFE232C5AD806009D70B9 /* AppSyncAPI */; }; |
| 27 | + 21A12D082C88EC160003B0C5 /* AuthSignInHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21A12D072C88EC160003B0C5 /* AuthSignInHelper.swift */; }; |
27 | 28 | 21B8F2D22C62978D0042981F /* AuthTokenTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21B8F2D12C62978D0042981F /* AuthTokenTests.swift */; }; |
28 | 29 | 21B8F2D42C6298580042981F /* IAMTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21B8F2D32C6298580042981F /* IAMTests.swift */; }; |
29 | 30 | 21CFD7C92C76641E0071C70F /* AWSAppSyncApolloExtensions in Frameworks */ = {isa = PBXBuildFile; productRef = 21CFD7C82C76641E0071C70F /* AWSAppSyncApolloExtensions */; }; |
|
55 | 56 | 218CFE132C5AD66D009D70B9 /* SubscribeTodo.graphql */ = {isa = PBXFileReference; lastKnownFileType = text; name = SubscribeTodo.graphql; path = IntegrationTestApp/graphql/SubscribeTodo.graphql; sourceTree = SOURCE_ROOT; }; |
56 | 57 | 218CFE142C5AD66D009D70B9 /* CreateTodo.graphql */ = {isa = PBXFileReference; lastKnownFileType = text; name = CreateTodo.graphql; path = IntegrationTestApp/graphql/CreateTodo.graphql; sourceTree = SOURCE_ROOT; }; |
57 | 58 | 218CFE192C5AD6B1009D70B9 /* Network.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Network.swift; sourceTree = "<group>"; }; |
| 59 | + 21A12D072C88EC160003B0C5 /* AuthSignInHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthSignInHelper.swift; sourceTree = "<group>"; }; |
58 | 60 | 21B8F2D12C62978D0042981F /* AuthTokenTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthTokenTests.swift; sourceTree = "<group>"; }; |
59 | 61 | 21B8F2D32C6298580042981F /* IAMTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IAMTests.swift; sourceTree = "<group>"; }; |
60 | 62 | 21FDF39B2C62B20200481EA0 /* APIKeyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIKeyTests.swift; sourceTree = "<group>"; }; |
|
136 | 138 | 21B8F2D32C6298580042981F /* IAMTests.swift */, |
137 | 139 | 21FDF39B2C62B20200481EA0 /* APIKeyTests.swift */, |
138 | 140 | 21FDF39D2C62B3E500481EA0 /* IntegrationTestBase.swift */, |
| 141 | + 21A12D072C88EC160003B0C5 /* AuthSignInHelper.swift */, |
139 | 142 | ); |
140 | 143 | path = IntegrationTestAppTests; |
141 | 144 | sourceTree = "<group>"; |
|
292 | 295 | 21FDF39C2C62B20200481EA0 /* APIKeyTests.swift in Sources */, |
293 | 296 | 21B8F2D22C62978D0042981F /* AuthTokenTests.swift in Sources */, |
294 | 297 | 21B8F2D42C6298580042981F /* IAMTests.swift in Sources */, |
| 298 | + 21A12D082C88EC160003B0C5 /* AuthSignInHelper.swift in Sources */, |
295 | 299 | 21FDF39E2C62B3E500481EA0 /* IntegrationTestBase.swift in Sources */, |
296 | 300 | ); |
297 | 301 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments