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 5f539d3 commit 8c0938aCopy full SHA for 8c0938a
scripts/build.sh
@@ -486,13 +486,12 @@ case "$product-$platform-$method" in
486
../../../FirebaseRemoteConfig/Tests/Swift/AccessToken.json
487
488
# Integration tests are only run on iOS to minimize flake failures.
489
- # TODO(ncooke3): Remove -sdk and -destination flags.
+ # TODO(ncooke3): Remove -sdk and -destination flags and replace with "${xcb_flags[@]}"
490
RunXcodebuild \
491
-workspace 'gen/FirebaseRemoteConfig/FirebaseRemoteConfig.xcworkspace' \
492
-scheme "FirebaseRemoteConfig-Unit-swift-api-tests" \
493
-sdk 'iphonesimulator' \
494
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18.3.1' \
495
- "${xcb_flags[@]}" \
496
build \
497
test
498
;;
0 commit comments