Skip to content

Commit

Permalink
SnapshotTesting: require version 1.9.0 to keep supporting iOS 12/13…
Browse files Browse the repository at this point in the history
… tests (#1931)

[The new 1.10.0
version](https://github.com/pointfreeco/swift-snapshot-testing/releases/tag/1.10.0)
requires iOS 13+, which is making CI builds all fail.

We'll be able to upgrade when we drop support for those version, but for
now we're stuck with `1.9.0`
  • Loading branch information
NachoSoto authored Sep 22, 2022
1 parent 4852e3d commit 30b9670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RevenueCat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3364,8 +3364,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/pointfreeco/swift-snapshot-testing";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.9.0;
kind = exactVersion;
version = 1.9.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit 30b9670

Please sign in to comment.