Skip to content

Commit 3a1e469

Browse files
authored
v9 quickstarts have merged to master (#9766)
1 parent e408699 commit 3a1e469

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

scripts/setup_quickstart.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ if check_secrets || [[ ${SAMPLE} == "installations" ]]; then
4848
# development pod install. This is needed for the `pod install` command.
4949
export FIREBASE_POD_REPO_FOR_DEV_POD=`pwd`
5050

51-
#TODO: Delete the branch option after the 9.0 release.
52-
git clone --branch v9 https://github.com/firebase/quickstart-ios.git
51+
git clone https://github.com/firebase/quickstart-ios.git
5352

5453
$scripts_dir/localize_podfile.swift "$WORKSPACE_DIR"/Podfile "$RELEASE_TESTING"
5554
if [ "$RELEASE_TESTING" == "nightly_release_testing" ]; then

scripts/setup_quickstart_framework.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ set -ex
1616

1717
REPO=`pwd`
1818
if [ ! -d "quickstart-ios" ]; then
19-
#TODO: Delete the branch option after the 9.0 release.
20-
git clone --branch v9 https://github.com/firebase/quickstart-ios.git
19+
git clone https://github.com/firebase/quickstart-ios.git
2120
fi
2221
QS_SCRIPTS="${REPO}"/quickstart-ios/scripts
2322
cd quickstart-ios/"${SAMPLE}"

0 commit comments

Comments
 (0)