From c477fbf553945c5f06d5855e24cce25dfc77aa23 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sun, 26 Jun 2022 22:59:31 -0700 Subject: [PATCH] Attempt to fix Xcode Cloud CI Try to generate the Info.plist before xcodebuild runs. Signed-off-by: Christopher Snowhill --- ci_scripts/ci_post_clone.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh index 4bc90d31f..9d6cd1768 100755 --- a/ci_scripts/ci_post_clone.sh +++ b/ci_scripts/ci_post_clone.sh @@ -3,3 +3,5 @@ BASEDIR=$(dirname "$0") "${BASEDIR}/../Scripts/extract_libraries.sh" + +"${BASEDIR}/../Scripts/genversion.sh"