Skip to content

Commit 8c0938a

Browse files
committed
Remove duplicate flag
1 parent 5f539d3 commit 8c0938a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,13 +486,12 @@ case "$product-$platform-$method" in
486486
../../../FirebaseRemoteConfig/Tests/Swift/AccessToken.json
487487

488488
# Integration tests are only run on iOS to minimize flake failures.
489-
# TODO(ncooke3): Remove -sdk and -destination flags.
489+
# TODO(ncooke3): Remove -sdk and -destination flags and replace with "${xcb_flags[@]}"
490490
RunXcodebuild \
491491
-workspace 'gen/FirebaseRemoteConfig/FirebaseRemoteConfig.xcworkspace' \
492492
-scheme "FirebaseRemoteConfig-Unit-swift-api-tests" \
493493
-sdk 'iphonesimulator' \
494494
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18.3.1' \
495-
"${xcb_flags[@]}" \
496495
build \
497496
test
498497
;;

0 commit comments

Comments
 (0)