aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-04-20 09:57:31 -0700
committerGravatar GitHub <noreply@github.com>2018-04-20 09:57:31 -0700
commit83a309df0a692cb916000ff7582ad59741d5f989 (patch)
treefbe1d9b7d543ed2c1a3aad8ed09c813d83c3e954 /scripts
parent9fbbbcb2a25119a5966855498a5828bb430e7978 (diff)
Rename iOS-specific targets with iOS-specific names (#1150)
* Rename targets: * Firestore_Example to Firestore_Example_iOS * Firestore_Tests to Firestore_Tests_iOS * Firestore_IntegrationTests to Firestore_IntegrationTests_iOS * AllTests to AllTests_iOS * Rename associated schemes the same way * Update Podfile to reference the new targets
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index fd4e874..8060ca0 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -152,7 +152,7 @@ case "$product-$method-$platform" in
Firestore-xcodebuild-iOS)
RunXcodebuild \
-workspace 'Firestore/Example/Firestore.xcworkspace' \
- -scheme 'Firestore_Tests' \
+ -scheme "Firestore_Tests_$platform" \
"${xcb_flags[@]}" \
build \
test