aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/install_prereqs.sh
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-07-12 12:03:50 -0700
committerGravatar GitHub <noreply@github.com>2018-07-12 12:03:50 -0700
commitc586dc8747882770973b6488c9f5f9e6e3f08d6c (patch)
tree511cda1bd0c67b94ab7bbb8ba22201fecf89909b /scripts/install_prereqs.sh
parent49f2493e14cd68ecc0e08ad2d9fc75739e419a3b (diff)
Separate Xcode project and tests for GoogleUtilities (#1521)
Diffstat (limited to 'scripts/install_prereqs.sh')
-rwxr-xr-xscripts/install_prereqs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/install_prereqs.sh b/scripts/install_prereqs.sh
index c943369..9124299 100755
--- a/scripts/install_prereqs.sh
+++ b/scripts/install_prereqs.sh
@@ -26,11 +26,13 @@ case "$PROJECT-$PLATFORM-$METHOD" in
gem install xcpretty
bundle exec pod install --project-directory=Example --repo-update
bundle exec pod install --project-directory=Functions/Example
+ bundle exec pod install --project-directory=GoogleUtilities/Example
;;
Firebase-*-xcodebuild)
gem install xcpretty
bundle exec pod install --project-directory=Example --repo-update
+ bundle exec pod install --project-directory=GoogleUtilities/Example
;;
Firestore-*-xcodebuild)