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 a04f60f commit 4b1a828Copy full SHA for 4b1a828
scripts/test.sh
@@ -155,7 +155,7 @@ function xcb() {
155
# Run xcodebuild
156
sudo xcode-select -s "/Applications/Xcode_${xcode_version}.app/Contents/Developer"
157
echo "mango start"
158
-xcodebuild -showdestinations
+xcodebuild -project storage/StorageExample.xcodeproj -scheme "StorageExample (tvOS)" -showdestinations
159
echo "mango end"
160
xcb "${flags[@]}"
161
echo "$message"
0 commit comments