Skip to content

Commit

Permalink
updated snapshot testing and selected also iOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Sep 19, 2023
1 parent 9240b1c commit 08bae9e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ElementX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5837,7 +5837,7 @@
repositoryURL = "https://github.com/pointfreeco/swift-snapshot-testing";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 1.11.0;
minimumVersion = 1.13.0;
};
};
EC6D0C817B1C21D9D096505A /* XCRemoteSwiftPackageReference "Version" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
"state" : {
"revision" : "dc46eeb3928a75390651fac6c1ef7f93ad59a73b",
"version" : "1.11.1"
"revision" : "696b86a6d151578bca7c1a2a3ed419a5f834d40f",
"version" : "1.13.0"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "74203046135342e4a4a627476dd6caf8b28fe11b",
"version" : "509.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ end
lane :unit_tests do
run_tests(
scheme: "UnitTests",
devices: ["iPhone 14"],
device: 'iPhone 14 (16.4)',
ensure_devices_found: true,
result_bundle: true,
number_of_retries: 3,
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ packages:
minorVersion: 8.6.0
SnapshotTesting:
url: https://github.com/pointfreeco/swift-snapshot-testing
minorVersion: 1.11.0
minorVersion: 1.13.0
SwiftState:
url: https://github.com/ReactKit/SwiftState
minorVersion: 6.0.0
Expand Down

0 comments on commit 08bae9e

Please sign in to comment.