Skip to content

Commit

Permalink
Attempt to fix macOS destination
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Nov 8, 2024
1 parent d0679af commit adb2363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ elif [[ "$OS" == tvOS ]]; then
DESTINATION="platform=tvOS Simulator,name=${DEVICE}"
flags+=( -destination "$DESTINATION" )
elif [[ "$OS" == macOS || "$OS" == catalyst ]]; then
DESTINATION="platform=macos"
DESTINATION="platform=macOS"
flags+=( -destination "$DESTINATION" )
elif [[ "$OS" == watchOS ]]; then
DESTINATION="platform=watchOS Simulator,name=${DEVICE}"
Expand Down

0 comments on commit adb2363

Please sign in to comment.