Try to generate the Info.plist before xcodebuild runs. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
7 lines
120 B
Bash
Executable file
7 lines
120 B
Bash
Executable file
#!/bin/sh
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
|
|
"${BASEDIR}/../Scripts/extract_libraries.sh"
|
|
|
|
"${BASEDIR}/../Scripts/genversion.sh"
|