Skip to content

Commit

Permalink
Try device
Browse files Browse the repository at this point in the history
  • Loading branch information
NQuinn27 committed May 16, 2024
1 parent 7fc45c7 commit 5847b21
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 @@ -34,8 +34,7 @@ platform :ios do
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 SE (3rd generation)",
devices: ["iPhone SE"],
result_bundle: true,
code_coverage: true,
skip_package_dependencies_resolution: true,
Expand Down

0 comments on commit 5847b21

Please sign in to comment.