Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
reduce framework binary size with more stripping
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Dec 3, 2015
1 parent 0184b5b commit 0514082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ios/framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0514082

Please sign in to comment.