Cog/ci_scripts/ci_post_clone.sh
Christopher Snowhill c477fbf553 Attempt to fix Xcode Cloud CI
Try to generate the Info.plist before xcodebuild runs.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-26 22:59:31 -07:00

7 lines
120 B
Bash
Executable file

#!/bin/sh
BASEDIR=$(dirname "$0")
"${BASEDIR}/../Scripts/extract_libraries.sh"
"${BASEDIR}/../Scripts/genversion.sh"