Skip to content

Commit

Permalink
Xcode cloud needs a post clone script
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw authored Jan 2, 2024
1 parent e5f224c commit dbad935
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
22 changes: 22 additions & 0 deletions native_gg/ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/bin/sh

# ci_post_clone.sh
#
#
# Created by NigelBreslaw on 2.1.2024.
#

echo "============> Installing Node <============"
brew install node

echo "=========> Installing cocoapods"
brew install cocoapods

echo "=======> Installing PNPM"
npm install -g pnpm

echo "=====> Moving to build directory"
cd native_gg

echo "===> Install pods"
pnpm run pod-install
3 changes: 3 additions & 0 deletions native_gg/ios/native_gg.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbad935

Please sign in to comment.