summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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 \