diff options
-rw-r--r-- | INSTALL.md | 4 | ||||
-rwxr-xr-x | scripts/ios/publish.sh | 2 |
2 files changed, 3 insertions, 3 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 } diff --git a/scripts/ios/publish.sh b/scripts/ios/publish.sh index 484ee1fb81..61270fb45e 100755 --- a/scripts/ios/publish.sh +++ b/scripts/ios/publish.sh @@ -20,7 +20,7 @@ fi # zip # cd build/ios/pkg/static -ZIP=mapbox-gl-ios-${PUBLISH_VERSION}${PUBLISH_STYLE}.zip +ZIP=mapbox-ios-sdk-${PUBLISH_VERSION}${PUBLISH_STYLE}.zip rm -f ../${ZIP} zip -r ../${ZIP} * # |