summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-11-02 15:44:02 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-02 16:09:50 -0800
commitdda99fb4b69cf4a7cb3e355abcb7480447f2171d (patch)
tree18db269deef84a2e8d5a7790c488a553ea2142f1 /scripts
parent79a5a960370a1bfcb8a90a628d85b8cd6d9b6a76 (diff)
downloadqtlocation-mapboxgl-dda99fb4b69cf4a7cb3e355abcb7480447f2171d.tar.gz
Force Bitcode in make ipackage
`make ipackage` now performs a Bitcode-enabled archive build for devices.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ios/package.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ios/package.sh b/scripts/ios/package.sh
index e5edc2789a..d719440fdd 100755
--- a/scripts/ios/package.sh
+++ b/scripts/ios/package.sh
@@ -53,6 +53,8 @@ if [[ "${BUILD_FOR_DEVICE}" == true ]]; then
ARCHS="arm64 armv7 armv7s" \
ONLY_ACTIVE_ARCH=NO \
GCC_GENERATE_DEBUGGING_SYMBOLS=${GCC_GENERATE_DEBUGGING_SYMBOLS} \
+ ENABLE_BITCODE=YES \
+ DEPLOYMENT_POSTPROCESSING=YES \
-project ./build/ios-all/mbgl.xcodeproj \
-configuration ${BUILDTYPE} \
-target everything \