adv_cmds: add custom install phase

This commit is contained in:
Matthew Bauer
2016-11-15 18:58:10 -06:00
parent 78c3acc2ee
commit 1ee8685ee7
2 changed files with 16 additions and 1 deletions
+3 -1
View File
@@ -21,7 +21,9 @@ xcbuildInstallPhase () {
if [ -z "$dontUseXcbuild" ]; then
buildPhase=xcbuildBuildPhase
installPhase=xcbuildInstallPhase
if [ -z "$installPhase" ]; then
installPhase=xcbuildInstallPhase
fi
fi
# if [ -d "*.xcodeproj" ]; then