This time, run the git fetch tags and genversion in the pre xcodebuild script. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
5 lines
81 B
Bash
Executable file
5 lines
81 B
Bash
Executable file
#!/bin/sh
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
|
|
"${BASEDIR}/../Scripts/extract_libraries.sh"
|