Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
rename zip product
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Aug 21, 2015
1 parent eeced4b commit f03eefa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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} *

Expand All @@ -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
}

Expand Down
2 changes: 1 addition & 1 deletion scripts/ios/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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} *
#
Expand Down

0 comments on commit f03eefa

Please sign in to comment.