File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ if check_secrets || [[ ${SAMPLE} == "installations" ]]; then
48
48
# development pod install. This is needed for the `pod install` command.
49
49
export FIREBASE_POD_REPO_FOR_DEV_POD=` pwd`
50
50
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
53
52
54
53
$scripts_dir /localize_podfile.swift " $WORKSPACE_DIR " /Podfile " $RELEASE_TESTING "
55
54
if [ " $RELEASE_TESTING " == " nightly_release_testing" ]; then
Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ set -ex
16
16
17
17
REPO=` pwd`
18
18
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
21
20
fi
22
21
QS_SCRIPTS=" ${REPO} " /quickstart-ios/scripts
23
22
cd quickstart-ios/" ${SAMPLE} "
You can’t perform that action at this time.
0 commit comments