Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Test. Append platform version to force iOS 16 sims
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub committed Oct 3, 2023
1 parent 5399059 commit 1da6aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ platform :ios do
run_tests(
project: "App/Client.xcodeproj",
scheme: "Debug",
device: "iPhone 14",
device: "iPhone 14 (16.4)",
code_coverage: true,
skip_testing: [
"CertificateUtilitiesTests/CertificatePinningTest/testSelfSignedRootAllowed",
Expand Down Expand Up @@ -71,7 +71,7 @@ platform :ios do
run_tests(
project: "App/Client.xcodeproj",
scheme: "Debug",
device: "iPad (10th generation)",
device: "iPad (10th generation) (16.4)",
code_coverage: true,
skip_testing: [
"ClientTests/UserAgentTests"
Expand Down

0 comments on commit 1da6aa0

Please sign in to comment.