Skip to content

Commit

Permalink
Iphone 15
Browse files Browse the repository at this point in the history
  • Loading branch information
NQuinn27 committed Nov 13, 2024
1 parent 6d89541 commit e2c21de
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 @@ -123,7 +123,7 @@ platform :ios do
package_path: ".",
scheme: "PrimerSDKTests",
sdk: "iphonesimulator#{sim_version}",
destination: "OS=#{sim_version},name=iPhone 14 Pro",
destination: "OS=#{sim_version},name=iPhone 15",
result_bundle: true,
code_coverage: true,
output_directory: Dir.pwd + "/test_output"
Expand All @@ -147,7 +147,7 @@ platform :ios do
scheme: app_scheme,
configuration: "Debug",
sdk: "iphonesimulator#{sim_version}",
destination: "OS=#{sim_version},name=iPhone 14 Pro",
destination: "OS=#{sim_version},name=iPhone 15",
result_bundle: true,
code_coverage: true,
clean: true,
Expand Down

0 comments on commit e2c21de

Please sign in to comment.