summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-07-21 16:36:03 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-07-21 16:36:03 -0700
commit368369ba60100fc91ce08ed430a3dc2722c91e1f (patch)
tree91533528a40471b9af94646b5b49dc88805c4859 /scripts
parent38f3bed63ece0214d02a755991ee7f1d7b54ba10 (diff)
downloadqtlocation-mapboxgl-368369ba60100fc91ce08ed430a3dc2722c91e1f.tar.gz
Moved mapbox/mapbox-gl-styles to mb-pages branch
When packaging, filter to just the desired styles.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ios/package.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ios/package.sh b/scripts/ios/package.sh
index b6a927dd0f..b499f4a108 100755
--- a/scripts/ios/package.sh
+++ b/scripts/ios/package.sh
@@ -101,7 +101,8 @@ step "Copying Resources..."
cp -pv LICENSE.md "${OUTPUT}/static"
mkdir -p "${OUTPUT}/static/${NAME}.bundle"
cp -pv platform/ios/resources/* "${OUTPUT}/static/${NAME}.bundle"
-cp -prv styles/styles "${OUTPUT}/static/${NAME}.bundle/styles"
+mkdir -p "${OUTPUT}/static/${NAME}.bundle/styles"
+cp -pv styles/styles/{dark,emerald,light,mapbox-streets,satellite}-v7.json "${OUTPUT}/static/${NAME}.bundle/styles"
step "Creating API Docs..."
if [ -z `which appledoc` ]; then