Skip to content

Instantly share code, notes, and snippets.

@bgadrian
Created April 1, 2016 10:00
Show Gist options
  • Save bgadrian/4ef57211d6e613fcbd19cc1bf4ec0a2e to your computer and use it in GitHub Desktop.
Save bgadrian/4ef57211d6e613fcbd19cc1bf4ec0a2e to your computer and use it in GitHub Desktop.
Build Soomla unity3d for iOS with bitcode
//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