Skip to content

Commit

Permalink
iPhone SE
Browse files Browse the repository at this point in the history
  • Loading branch information
NQuinn27 committed May 16, 2024
1 parent 9cf324d commit b3c3073
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastlane/IOSFastFile
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ platform :ios do
###################### PUBLIC LANES #######################

lane :tests do |options|
sim_version = options[:sim_version] || "17.2"
run_tests(workspace: app_workspace,
scheme: "example_0_70_6Tests",
sdk: "iphonesimulator#{sim_version}",
destination: "os=#{sim_version},name=iphone 14 pro",
destination: "iPhone SE (3rd generation)",
result_bundle: true,
code_coverage: true,
skip_package_dependencies_resolution: true,
Expand Down

0 comments on commit b3c3073

Please sign in to comment.