aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/install_prereqs.sh
diff options
context:
space:
mode:
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)