Skip to content

Commit

Permalink
PurchaseTester: make CI job always point to current version (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto authored Jun 12, 2023
1 parent db17623 commit 6ab11d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ jobs:
- setup-git-credentials
- trust-github-key
- install-dependencies
- update-spm-installation-commit
- run:
name: Submit Purchase Tester
working_directory: "Tests/TestingApps/PurchaseTesterSwiftUI"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" */ = {
Expand Down
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
Expand Down

0 comments on commit 6ab11d8

Please sign in to comment.