From 9f2ee174bfc4d7b752f1b26f1feee66ca062f5f9 Mon Sep 17 00:00:00 2001 From: Michael Law <1365977+lawmicha@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:09:32 -0400 Subject: [PATCH 1/2] chore: amplify dependency off feature branch --- .../IntegrationTestApp.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/IntegrationTestApp/IntegrationTestApp.xcodeproj/project.pbxproj b/Tests/IntegrationTestApp/IntegrationTestApp.xcodeproj/project.pbxproj index cd41843..af4c309 100644 --- a/Tests/IntegrationTestApp/IntegrationTestApp.xcodeproj/project.pbxproj +++ b/Tests/IntegrationTestApp/IntegrationTestApp.xcodeproj/project.pbxproj @@ -578,8 +578,8 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/aws-amplify/amplify-swift.git"; requirement = { - branch = lawmicha.apollo; - kind = branch; + kind = upToNextMajorVersion; + minimumVersion = 2.0.0; }; }; 218CFDFB2C5AD4BB009D70B9 /* XCRemoteSwiftPackageReference "amplify-ui-swift-authenticator" */ = { From f3891ae21ae10395ca82dcc85447d1434f1587c1 Mon Sep 17 00:00:00 2001 From: Michael Law <1365977+lawmicha@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:22:42 -0400 Subject: [PATCH 2/2] chore: use 2.39.0 --- .../IntegrationTestApp.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/IntegrationTestApp/IntegrationTestApp.xcodeproj/project.pbxproj b/Tests/IntegrationTestApp/IntegrationTestApp.xcodeproj/project.pbxproj index af4c309..d0b0c62 100644 --- a/Tests/IntegrationTestApp/IntegrationTestApp.xcodeproj/project.pbxproj +++ b/Tests/IntegrationTestApp/IntegrationTestApp.xcodeproj/project.pbxproj @@ -579,7 +579,7 @@ repositoryURL = "https://github.com/aws-amplify/amplify-swift.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 2.0.0; + minimumVersion = 2.39.0; }; }; 218CFDFB2C5AD4BB009D70B9 /* XCRemoteSwiftPackageReference "amplify-ui-swift-authenticator" */ = {