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:41:14 -0800
commitf2a28f095bd36a0126ca63160f4aa941a24dfc50 (patch)
treeb449d8b65c9058a8f5375d6be50ac4dff5167000 /scripts
parenta0533d824438392cab504616be3d4afba674ca17 (diff)
downloadqtlocation-mapboxgl-f2a28f095bd36a0126ca63160f4aa941a24dfc50.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