build and deploy
This commit is contained in:
parent
9f7dbbb1bf
commit
10818afbdf
@ -12,7 +12,7 @@ echo $FRAMEWORKS_DIR
|
|||||||
UNIVERSAL_OUTPUTFOLDER=${BUILD_DIR}/universal
|
UNIVERSAL_OUTPUTFOLDER=${BUILD_DIR}/universal
|
||||||
|
|
||||||
# Step 1. Build Device and Simulator versions
|
# Step 1. Build Device and Simulator versions
|
||||||
xcodebuild -scheme "${C_PROJECT_NAME}" ONLY_ACTIVE_ARCH=NO -configuration ${PHONE_CONFIGURATION} -sdk iphoneos -archivePath "${BUILD_DIR}/${PHONE_CONFIGURATION}-iphoneos/${C_PROJECT_NAME}" archive SKIP_INSTALL=false
|
xcodebuild -scheme "${C_PROJECT_NAME}" ONLY_ACTIVE_ARCH=NO -configuration ${PHONE_CONFIGURATION} -sdk iphoneos -archivePath "${BUILD_DIR}/${PHONE_CONFIGURATION}-iphoneos/${C_PROJECT_NAME}" archive SKIP_INSTALL=false FRAMEWORK_SEARCH_PATHS=$FRAMEWORKS_DIR
|
||||||
|
|
||||||
#copy the framework into the build directory where it is looking for it.
|
#copy the framework into the build directory where it is looking for it.
|
||||||
#ditto "$FRAMEWORKS_DIR/MVMCore.framework" "${BUILD_DIR}/${SIMULATOR_CONFIGURATION}-iphonesimulator/MVMCore.framework
|
#ditto "$FRAMEWORKS_DIR/MVMCore.framework" "${BUILD_DIR}/${SIMULATOR_CONFIGURATION}-iphonesimulator/MVMCore.framework
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user