summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-18 18:17:06 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-18 18:29:34 -0800
commitce679eea40977af09dc5cae2950adc49e63792e0 (patch)
tree567d3c63a7517245c4d64307ce4f491f5110a601 /scripts
parent35441a26e9bc6335ae5009455672772572bee004 (diff)
downloadqtlocation-mapboxgl-ce679eea40977af09dc5cae2950adc49e63792e0.tar.gz
refs #2380: plop Settings.bundle inside of framework distribution
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ios/framework.sh3
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