diff options
author | Leith Bade <leith@mapbox.com> | 2015-10-23 10:31:27 +1100 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2015-10-23 14:09:24 +1100 |
commit | f71d61fa912f27fa3ccbbdc42f4925f3f94ff01a (patch) | |
tree | e9f0e5491b5e7124dfc6a4cbdb09c71875cb32d3 /scripts/ios | |
parent | 1f4144c65a2ff63182f04e34bfa2172cd8091aeb (diff) | |
download | qtlocation-mapboxgl-f71d61fa912f27fa3ccbbdc42f4925f3f94ff01a.tar.gz |
[android] Add missing satellite streets style to Android and iOS.
As well as default_styles.cpp
Fixes #2739
Fixes #2740
Diffstat (limited to 'scripts/ios')
-rwxr-xr-x | scripts/ios/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ios/package.sh b/scripts/ios/package.sh index 7352557d12..2012aeecef 100755 --- a/scripts/ios/package.sh +++ b/scripts/ios/package.sh @@ -102,7 +102,7 @@ cp -pv LICENSE.md "${OUTPUT}/static" mkdir -p "${OUTPUT}/static/${NAME}.bundle" cp -pv platform/ios/resources/* "${OUTPUT}/static/${NAME}.bundle" mkdir -p "${OUTPUT}/static/${NAME}.bundle/styles" -cp -pv styles/styles/{dark,emerald,light,streets,satellite}-v8.json "${OUTPUT}/static/${NAME}.bundle/styles" +cp -pv styles/styles/{dark,emerald,light,streets,satellite,satellite-hybrid}-v8.json "${OUTPUT}/static/${NAME}.bundle/styles" step "Creating API Docs..." if [ -z `which appledoc` ]; then |