Attempt to fix Xcode Cloud CI
Try to generate the Info.plist before xcodebuild runs. Signed-off-by: Christopher Snowhill <kode54@gmail.com>lastfm
parent
ee79935a8a
commit
824648321c
|
@ -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 New Issue