From dbad935abb8d1bf4b904f72f0f799b23d6807ae7 Mon Sep 17 00:00:00 2001 From: Nigel Breslaw Date: Tue, 2 Jan 2024 17:05:00 +0200 Subject: [PATCH] Xcode cloud needs a post clone script --- native_gg/ios/ci_scripts/ci_post_clone.sh | 22 +++++++++++++++++++ .../contents.xcworkspacedata | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 native_gg/ios/ci_scripts/ci_post_clone.sh 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 @@ + +