testing
This commit is contained in:
parent
2102258f7a
commit
3c4d432f8c
@ -8,7 +8,7 @@ PHONE_CONFIGURATION="Release"
|
|||||||
SIMULATOR_CONFIGURATION="Debug"
|
SIMULATOR_CONFIGURATION="Debug"
|
||||||
BUILD_DIR=$(xcodebuild -showBuildSettings -project ./MVMCoreUI.xcodeproj | grep -w -o 'BUILD_DIR = .*' | cut -d\ -f3-)
|
BUILD_DIR=$(xcodebuild -showBuildSettings -project ./MVMCoreUI.xcodeproj | grep -w -o 'BUILD_DIR = .*' | cut -d\ -f3-)
|
||||||
SIMULATOR_LIBRARY_PATH="${BUILD_DIR}/${SIMULATOR_CONFIGURATION}-iphonesimulator/${C_PROJECT_NAME}.framework"
|
SIMULATOR_LIBRARY_PATH="${BUILD_DIR}/${SIMULATOR_CONFIGURATION}-iphonesimulator/${C_PROJECT_NAME}.framework"
|
||||||
FRAMEWORKS_DIR=$BUILD_DIR/Frameworks
|
FRAMEWORKS_DIR=$BUILD_DIR/../../../Frameworks/MVMCoreUI
|
||||||
UNIVERSAL_OUTPUTFOLDER=${BUILD_DIR}/universal
|
UNIVERSAL_OUTPUTFOLDER=${BUILD_DIR}/universal
|
||||||
|
|
||||||
# Step 1. Build Device and Simulator versions
|
# Step 1. Build Device and Simulator versions
|
||||||
|
|||||||
@ -12,7 +12,7 @@ if [ -z $ARTIFACTORY_URL ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
BUILD_DIR=$(xcodebuild -showBuildSettings -project ./MVMCoreUI.xcodeproj | grep -w -o 'BUILD_DIR = .*' | cut -d\ -f3-)
|
BUILD_DIR=$(xcodebuild -showBuildSettings -project ./MVMCoreUI.xcodeproj | grep -w -o 'BUILD_DIR = .*' | cut -d\ -f3-)
|
||||||
FRAMEWORKS_DIR=$BUILD_DIR/Frameworks
|
FRAMEWORKS_DIR=$BUILD_DIR/../../../Frameworks/MVMCoreUI
|
||||||
|
|
||||||
if [ ! -d $FRAMEWORKS_DIR ]; then
|
if [ ! -d $FRAMEWORKS_DIR ]; then
|
||||||
mkdir -p $FRAMEWORKS_DIR
|
mkdir -p $FRAMEWORKS_DIR
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user