diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-11-18 18:17:06 -0800 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-11-18 18:29:34 -0800 |
commit | ce679eea40977af09dc5cae2950adc49e63792e0 (patch) | |
tree | 567d3c63a7517245c4d64307ce4f491f5110a601 /scripts | |
parent | 35441a26e9bc6335ae5009455672772572bee004 (diff) | |
download | qtlocation-mapboxgl-ce679eea40977af09dc5cae2950adc49e63792e0.tar.gz |
refs #2380: plop Settings.bundle inside of framework distribution
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ios/framework.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ios/framework.sh b/scripts/ios/framework.sh index 700c8cf5ac..81f7b35b93 100755 --- a/scripts/ios/framework.sh +++ b/scripts/ios/framework.sh @@ -18,6 +18,9 @@ cat ../../../../ios/framework/umbrella >> Mapbox.framework/Headers/Mapbox.h # resources cp -rv ../static/Mapbox.bundle Mapbox.framework/Mapbox.bundle +# settings bundle +cp -rv ../../../../ios/framework/Settings.bundle Mapbox.framework/Settings.bundle + # binary cp -v ../static/libMapbox.a Mapbox.framework/Mapbox |