summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-19 14:30:54 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-23 12:49:33 -0800
commitc6edcf69b379ae33a6d6d364e676a60d0524ed72 (patch)
tree977050462e521dcc3b6f6fd7a20e1534f9e05d03 /scripts
parent76253eb1d1e82f5f4b2aeec1d151a32804a80a42 (diff)
downloadqtlocation-mapboxgl-c6edcf69b379ae33a6d6d364e676a60d0524ed72.tar.gz
reduce framework binary size with more stripping
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ios/framework.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ios/framework.sh b/scripts/ios/framework.sh
index 81f7b35b93..1d1f755794 100755
--- a/scripts/ios/framework.sh
+++ b/scripts/ios/framework.sh
@@ -23,6 +23,7 @@ cp -rv ../../../../ios/framework/Settings.bundle Mapbox.framework/Settings.bundl
# binary
cp -v ../static/libMapbox.a Mapbox.framework/Mapbox
+strip -Sx Mapbox.framework/Mapbox
# module map
mkdir Mapbox.framework/Modules