Skip to content

Commit adb2363

Browse files
committed
Attempt to fix macOS destination
1 parent d0679af commit adb2363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ elif [[ "$OS" == tvOS ]]; then
7777
DESTINATION="platform=tvOS Simulator,name=${DEVICE}"
7878
flags+=( -destination "$DESTINATION" )
7979
elif [[ "$OS" == macOS || "$OS" == catalyst ]]; then
80-
DESTINATION="platform=macos"
80+
DESTINATION="platform=macOS"
8181
flags+=( -destination "$DESTINATION" )
8282
elif [[ "$OS" == watchOS ]]; then
8383
DESTINATION="platform=watchOS Simulator,name=${DEVICE}"

0 commit comments

Comments
 (0)