diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh new file mode 100644 index 00000000..ae058983 --- /dev/null +++ b/ci_scripts/ci_post_clone.sh @@ -0,0 +1,20 @@ +#!/bin/sh + +GITHUB_TOKEN=${GITHUB_TOKEN} + +git clone https://$GITHUB_TOKEN@github.com/MaeumGaGym/MaeumagGym-iOS-ignoreds.git + +cp -R MaeumagGym-iOS-ignoreds/xcconfigs ../ +cp -R MaeumagGym-iOS-ignoreds/Config.swift ../Projects/Core/Sources +rm -rf MaeumagGym-iOS-ignoreds + +cd .. + +curl https://mise.jdx.dev/install.sh | sh +export PATH="$HOME/.local/bin:$PATH" + +mise install + +mise exec -- tuist fetch + +mise exec -- tuist generate \ No newline at end of file