Skip to content

Commit

Permalink
Simulator iPhone version 15 -> 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc committed Apr 29, 2024
1 parent fc82057 commit ff2635a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ platform :ios do
package_path: ".",
scheme: "PrimerSDKTests",
sdk: "iphonesimulator#{sim_version}",
destination: "OS=#{sim_version},name=iPhone 15 Pro",
destination: "OS=#{sim_version},name=iPhone 14 Pro",
result_bundle: true,
code_coverage: true,
output_directory: Dir.pwd + "/test_output"
Expand Down

0 comments on commit ff2635a

Please sign in to comment.