From 08bae9e87ecc67a2b5ac906406ee408782d997f1 Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Tue, 19 Sep 2023 17:31:26 +0200 Subject: [PATCH] updated snapshot testing and selected also iOS version --- ElementX.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/swiftpm/Package.resolved | 13 +++++++++++-- fastlane/Fastfile | 2 +- project.yml | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 29566b26e1..95fd17063a 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -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" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 11eda0fc09..583f6d1924 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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" } }, { diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 4f63335ae0..f13ba2d0db 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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, diff --git a/project.yml b/project.yml index 07b1a29f48..72051a73eb 100644 --- a/project.yml +++ b/project.yml @@ -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