summaryrefslogtreecommitdiff
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-12-03 11:41:50 -0800
commit0514082eb26096b0896e2555446b61c6f3d38fa6 (patch)
treea47d6334b2bc974eafe4723bec5b3dabfdbfa537
parent0184b5ba9f1bd2c5bb0288ef21357cccce293cbd (diff)
downloadqtlocation-mapboxgl-0514082eb26096b0896e2555446b61c6f3d38fa6.tar.gz
reduce framework binary size with more stripping
-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