Skip to content

Commit a5aed0f

Browse files
committed
Fix build
1 parent 4e869e4 commit a5aed0f

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
@@ -97,7 +97,7 @@ flags+=( -scheme "$SCHEME" )
9797

9898
# Set destination
9999
if [[ "$OS" == iOS ]]; then
100-
DESTINATION="platform=iOS Simulator,name=${DEVICE},OS=${ios_version}"
100+
DESTINATION="platform=iOS Simulator,name=${DEVICE}"
101101
flags+=( -destination "$DESTINATION" )
102102
elif [[ "$OS" == tvOS ]]; then
103103
DESTINATION="platform=tvOS Simulator,name=${DEVICE}"

0 commit comments

Comments
 (0)