diff --git a/native_gg/ios/ci_scripts/ci_post_clone.sh b/native_gg/ios/ci_scripts/ci_post_clone.sh new file mode 100644 index 000000000..18d868471 --- /dev/null +++ b/native_gg/ios/ci_scripts/ci_post_clone.sh @@ -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 diff --git a/native_gg/ios/native_gg.xcworkspace/contents.xcworkspacedata b/native_gg/ios/native_gg.xcworkspace/contents.xcworkspacedata index 4b5f59759..d3949246c 100644 --- a/native_gg/ios/native_gg.xcworkspace/contents.xcworkspacedata +++ b/native_gg/ios/native_gg.xcworkspace/contents.xcworkspacedata @@ -1,6 +1,9 @@ + +