Skip to content

Commit

Permalink
Add sim version
Browse files Browse the repository at this point in the history
  • Loading branch information
NQuinn27 committed May 16, 2024
1 parent b3c3073 commit 7fc45c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/IOSFastFile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ 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: "iPhone SE (3rd generation)",
destination: "os=#{sim_version},name=iPhone SE (3rd generation)",
result_bundle: true,
code_coverage: true,
skip_package_dependencies_resolution: true,
Expand Down

0 comments on commit 7fc45c7

Please sign in to comment.