We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0679af commit adb2363Copy full SHA for adb2363
scripts/test.sh
@@ -77,7 +77,7 @@ elif [[ "$OS" == tvOS ]]; then
77
DESTINATION="platform=tvOS Simulator,name=${DEVICE}"
78
flags+=( -destination "$DESTINATION" )
79
elif [[ "$OS" == macOS || "$OS" == catalyst ]]; then
80
- DESTINATION="platform=macos"
+ DESTINATION="platform=macOS"
81
82
elif [[ "$OS" == watchOS ]]; then
83
DESTINATION="platform=watchOS Simulator,name=${DEVICE}"
0 commit comments