summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-08-21 11:18:51 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-08-21 11:18:51 -0700
commit4a4ca9b061d23c6cab89833c8a9dd1de53027040 (patch)
treecb29de1494bf938e9adb706a74cc342fda6eb9ea /INSTALL.md
parentaf92e59fc74d5598cfc819240d112ec1f641078e (diff)
downloadqtlocation-mapboxgl-4a4ca9b061d23c6cab89833c8a9dd1de53027040.tar.gz
rename zip product
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 73d6f5d5e8..ac5bb86677 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -117,7 +117,7 @@ Currently, until [#1437](https://github.com/mapbox/mapbox-gl-native/issues/1437)
1. Zip up the build product.
cd build/ios/pkg/static
- ZIP=mapbox-gl-ios.zip
+ ZIP=mapbox-ios-sdk.zip
rm -f ../${ZIP}
zip -r ../${ZIP} *
@@ -126,7 +126,7 @@ Currently, until [#1437](https://github.com/mapbox/mapbox-gl-native/issues/1437)
{...}
m.source = {
- :http => "http://{...}/mapbox-gl-ios.zip",
+ :http => "http://{...}/mapbox-ios-sdk.zip",
:flatten => true
}