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 4e869e4 commit a5aed0fCopy full SHA for a5aed0f
scripts/test.sh
@@ -97,7 +97,7 @@ flags+=( -scheme "$SCHEME" )
97
98
# Set destination
99
if [[ "$OS" == iOS ]]; then
100
- DESTINATION="platform=iOS Simulator,name=${DEVICE},OS=${ios_version}"
+ DESTINATION="platform=iOS Simulator,name=${DEVICE}"
101
flags+=( -destination "$DESTINATION" )
102
elif [[ "$OS" == tvOS ]]; then
103
DESTINATION="platform=tvOS Simulator,name=${DEVICE}"
0 commit comments