Skip to content

Commit 801684a

Browse files
author
Guido Marucci Blas
committed
Adds -destination flag when running tests.
1 parent 4e701bc commit 801684a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ run_tests ()
1414
else
1515
test_command="$test_command -workspace $XCODE_WORKSPACE"
1616
fi
17-
test_command="$test_command -sdk iphonesimulator clean build test -configuration Debug"
17+
test_command="$test_command -sdk iphonesimulator -destination \"platform=iOS Simulator,OS=latest,name=iPhone 6\" clean build test -configuration Debug"
1818
if [ ! -z "$CIRCLE_ARTIFACTS" ]
1919
then
2020
test_command="$test_command | tee $CIRCLE_ARTIFACTS/xcode_raw.log"

0 commit comments

Comments
 (0)