-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
quickstart-ios/scripts/test.sh
Lines 99 to 104 in 31243d7
elif [[ "$OS" == macOS || "$OS" == catalyst ]]; then | |
DESTINATION="platform=macos" | |
flags+=( -destination "$DESTINATION" ) | |
elif [[ "$OS" == watchOS ]]; then | |
DESTINATION="platform=watchOS Simulator,name=${DEVICE}" | |
else |
Metadata
Metadata
Assignees
Labels
No labels