From c586dc8747882770973b6488c9f5f9e6e3f08d6c Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Thu, 12 Jul 2018 12:03:50 -0700 Subject: Separate Xcode project and tests for GoogleUtilities (#1521) --- scripts/install_prereqs.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/install_prereqs.sh') 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) -- cgit v1.2.3