Created
April 1, 2016 10:00
-
-
Save bgadrian/4ef57211d6e613fcbd19cc1bf4ec0a2e to your computer and use it in GitHub Desktop.
Build Soomla unity3d for iOS with bitcode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//core | |
//https://github.com/soomla/soomla-ios-core/blob/9c078800aa4b041bf805f432d5cbe6483adf61d7/build_all | |
xcodebuild -configuration Release ENABLE_BITCODE=YES OTHER_CFLAGS="-fembed-bitcode" -sdk iphoneos -project SoomlaiOSCore.xcodeproj -target SoomlaiOSCore clean build CREATING_UNIVERSAL_DIR=$PWD/build | |
cp -r libs/keeva/ build/ | |
//store | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment