Skip to content

Commit f6518d0

Browse files
committed
remove quotes from sym id in test script
1 parent 4244b79 commit f6518d0

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"' \
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)