From 4a4ca9b061d23c6cab89833c8a9dd1de53027040 Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Fri, 21 Aug 2015 11:18:51 -0700 Subject: rename zip product --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL.md') 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 } -- cgit v1.2.1