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 27b513f commit 32fc1fdCopy full SHA for 32fc1fd
Scripts/build.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
echo "Build SpecTools"
4
-cd ./Example/ && set -o pipefail && xcodebuild test -workspace SpecTools.xcworkspace -scheme SpecTools-Example -destination 'platform=iOS Simulator,OS=11.0,name=iPhone X'
+cd ./Example/ && set -o pipefail && xcodebuild test -workspace SpecTools.xcworkspace -scheme SpecTools-Example -destination 'platform=iOS Simulator,name=iPhone X'
5
0 commit comments