From 30b96709724307d7409a002adc056616939d7a56 Mon Sep 17 00:00:00 2001 From: NachoSoto Date: Thu, 22 Sep 2022 16:03:00 -0700 Subject: [PATCH] `SnapshotTesting`: require version 1.9.0 to keep supporting iOS 12/13 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` --- RevenueCat.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RevenueCat.xcodeproj/project.pbxproj b/RevenueCat.xcodeproj/project.pbxproj index a3847a3b54..4772a5b762 100644 --- a/RevenueCat.xcodeproj/project.pbxproj +++ b/RevenueCat.xcodeproj/project.pbxproj @@ -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 */