Attempt to fix Xcode Cloud CI
Try to generate the Info.plist before xcodebuild runs. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
03b3b43cfe
commit
c477fbf553
1 changed files with 2 additions and 0 deletions
|
@ -3,3 +3,5 @@
|
||||||
BASEDIR=$(dirname "$0")
|
BASEDIR=$(dirname "$0")
|
||||||
|
|
||||||
"${BASEDIR}/../Scripts/extract_libraries.sh"
|
"${BASEDIR}/../Scripts/extract_libraries.sh"
|
||||||
|
|
||||||
|
"${BASEDIR}/../Scripts/genversion.sh"
|
||||||
|
|
Loading…
Reference in a new issue