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 9fb30bc commit 751f200Copy full SHA for 751f200
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=${{ matrix.ios_version }}"
+ DESTINATION="platform=iOS Simulator,name=${DEVICE},OS=${matrix.ios_version}"
101
flags+=( -destination "$DESTINATION" )
102
elif [[ "$OS" == tvOS ]]; then
103
DESTINATION="platform=tvOS Simulator,name=${DEVICE}"
0 commit comments