mkdir fix
This commit is contained in:
parent
ffb019f595
commit
2102258f7a
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash -e
|
||||||
|
|
||||||
unset TOOLCHAINS #Xcode 7.3 BUG FIX http://stackoverflow.com/questions/36184930/xcodebuild-7-3-cant-enable-bitcode
|
unset TOOLCHAINS #Xcode 7.3 BUG FIX http://stackoverflow.com/questions/36184930/xcodebuild-7-3-cant-enable-bitcode
|
||||||
|
|
||||||
# define output folder environment variable
|
# define output folder environment variable
|
||||||
|
|||||||
@ -15,7 +15,7 @@ BUILD_DIR=$(xcodebuild -showBuildSettings -project ./MVMCoreUI.xcodeproj | grep
|
|||||||
FRAMEWORKS_DIR=$BUILD_DIR/Frameworks
|
FRAMEWORKS_DIR=$BUILD_DIR/Frameworks
|
||||||
|
|
||||||
if [ ! -d $FRAMEWORKS_DIR ]; then
|
if [ ! -d $FRAMEWORKS_DIR ]; then
|
||||||
mkdir $FRAMEWORKS_DIR
|
mkdir -p $FRAMEWORKS_DIR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./Scripts/download_framework.sh $ARTIFACTORY_URL "$FRAMEWORKS_DIR/MVMCore.framework" BPHV_MobileFirst_IOS/com/vzw/hss/myverizon/MVMCore/1.0/MVMCore-1.0-Debug-SNAPSHOT.zip
|
./Scripts/download_framework.sh $ARTIFACTORY_URL "$FRAMEWORKS_DIR/MVMCore.framework" BPHV_MobileFirst_IOS/com/vzw/hss/myverizon/MVMCore/1.0/MVMCore-1.0-Debug-SNAPSHOT.zip
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user