Skip to content

Commit 4b1a828

Browse files
committed
list destinations
1 parent a04f60f commit 4b1a828

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
@@ -155,7 +155,7 @@ function xcb() {
155155
# Run xcodebuild
156156
sudo xcode-select -s "/Applications/Xcode_${xcode_version}.app/Contents/Developer"
157157
echo "mango start"
158-
xcodebuild -showdestinations
158+
xcodebuild -project storage/StorageExample.xcodeproj -scheme "StorageExample (tvOS)" -showdestinations
159159
echo "mango end"
160160
xcb "${flags[@]}"
161161
echo "$message"

0 commit comments

Comments
 (0)