Skip to content

Commit 725bd1a

Browse files
committed
Test
1 parent 97e9677 commit 725bd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_all do |lane|
2525
setup_ci
2626
setup_git_config
2727
select_xcode(version: xcode_version) unless [:sonar_upload, :allure_launch, :allure_upload, :copyright, :pod_lint, :merge_main].include?(lane)
28-
sh('xcrun simctl list devices | grep -E "iPhone"')
28+
sh('xcrun simctl list devices | grep -E "iOS|iPhone"')
2929
end
3030
end
3131

0 commit comments

Comments
 (0)