Skip to content

Commit

Permalink
Further adjustment, to ensure available iPhone is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmakbarlow committed Jan 9, 2025
1 parent 52bb5da commit 32c5a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ $(shell xcrun simctl list devices available '$(1)' | grep '$(2)' | sort -r | hea
endef

define destination_ios
platform=iOS Simulator,name=$(call name_for,iOS,iPhone \d\+ Pro [^M]),OS=$(IOS_VERSION)
platform=iOS Simulator,name=$(call name_for,iOS,iPhone),OS=$(IOS_VERSION)
endef

define destination_watchos
Expand Down

0 comments on commit 32c5a7b

Please sign in to comment.