diff --git a/.circleci/config.yml b/.circleci/config.yml index 9bd26e2069..06adceff9b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -764,6 +764,7 @@ jobs: - setup-git-credentials - trust-github-key - install-dependencies + - update-spm-installation-commit - run: name: Submit Purchase Tester working_directory: "Tests/TestingApps/PurchaseTesterSwiftUI" diff --git a/Tests/TestingApps/PurchaseTesterSwiftUI/PurchaseTester.xcodeproj/project.pbxproj b/Tests/TestingApps/PurchaseTesterSwiftUI/PurchaseTester.xcodeproj/project.pbxproj index 06f087af06..1e29405832 100644 --- a/Tests/TestingApps/PurchaseTesterSwiftUI/PurchaseTester.xcodeproj/project.pbxproj +++ b/Tests/TestingApps/PurchaseTesterSwiftUI/PurchaseTester.xcodeproj/project.pbxproj @@ -971,8 +971,8 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/RevenueCat/purchases-ios"; requirement = { - kind = upToNextMajorVersion; - minimumVersion = 4.17.0; + branch = main; + kind = branch; }; }; 577E0E3B29159A8B0071E063 /* XCRemoteSwiftPackageReference "purchases-ios" */ = { diff --git a/fastlane/Fastfile b/fastlane/Fastfile index fc3671bf63..0e2b206bfb 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -477,6 +477,7 @@ platform :ios do './Tests/InstallationTests/SPMCustomEntitlementComputationInstallation/SPMInstallation.xcodeproj/project.pbxproj', './Tests/InstallationTests/ReceiptParserInstallation/ReceiptParserInstallation.xcodeproj/project.pbxproj', './Tests/APITesters/CustomEntitlementComputationSwiftAPITester/CustomEntitlementComputationSwiftAPITester.xcodeproj/project.pbxproj', + './Tests/TestingApps/PurchaseTesterSwiftUI/PurchaseTester.xcodeproj/project.pbxproj', './Examples/MagicWeather/MagicWeather.xcodeproj/project.pbxproj', './RevenueCat.xcodeproj/project.pbxproj' ]