adv_cmds: add custom install phase
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user