Skip to content

Commit 4244b79

Browse files
committed
remove 'name' to appease xcodebuild
1 parent b443bf7 commit 4244b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EXIT_STATUS=0
88
-workspace FirebaseUI.xcworkspace \
99
-scheme FirebaseUI \
1010
-sdk iphonesimulator \
11-
-destination 'platform=iOS Simulator,OS=10.2,id="E40727B3-41FB-4D6E-B4CB-BFA87109EB12",name=iPhone 7' \
11+
-destination 'platform=iOS Simulator,OS=10.2,id="E40727B3-41FB-4D6E-B4CB-BFA87109EB12"' \
1212
build \
1313
test \
1414
ONLY_ACTIVE_ARCH=YES \

0 commit comments

Comments
 (0)