accidentally removed framework variable
This commit is contained in:
parent
ab28c9379e
commit
c062f04659
@ -9,6 +9,7 @@ BUILD_DIR=$(xcodebuild -showBuildSettings -project ./${C_PROJECT_NAME}.xcodeproj
|
||||
PHONE_ARCHIVE_PATH="${BUILD_DIR}/${PHONE_CONFIGURATION}-iphoneos/${C_PROJECT_NAME}.xcarchive"
|
||||
SIMULATOR_CONFIGURATION="Debug"
|
||||
SIMULATOR_ARCHIVE_PATH="${BUILD_DIR}/${SIMULATOR_CONFIGURATION}-iphonesimulator/${C_PROJECT_NAME}.xcarchive"
|
||||
FRAMEWORKS_DIR=$BUILD_DIR/../../../Frameworks/MVMCoreUI
|
||||
UNIVERSAL_OUTPUTFOLDER="${BUILD_DIR}/universal"
|
||||
|
||||
# Update to use .xcframework
|
||||
|
||||
Loading…
Reference in New Issue
Block a user