From 2085a66bed7755385cc938888293ba037f3a5d3d Mon Sep 17 00:00:00 2001 From: Nishant Karajgikar Date: Thu, 6 Aug 2020 11:17:03 -0400 Subject: [PATCH] Update install.md (#366) Simple PR to update install docs to reflect current state of the build. --- platform/ios/INSTALL.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/platform/ios/INSTALL.md b/platform/ios/INSTALL.md index 7c5bb2e690..70f9fb90bf 100644 --- a/platform/ios/INSTALL.md +++ b/platform/ios/INSTALL.md @@ -50,7 +50,6 @@ Before building, follow these steps to install prerequisites: 2. Clone the git repository: ``` git clone https://github.com/mapbox/mapbox-gl-native-ios.git - cd mapbox-gl-native-ios/vendor/mapbox-gl-native ``` Note that this repository uses Git submodules. They'll be automatically checked out when you first run a `make` command, but are not updated automatically. We recommended that you run `git submodule update` after pulling down new commits to @@ -89,10 +88,6 @@ bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Mapbox.framework/strip-fra (The last step, courtesy of [Realm](https://github.com/realm/realm-cocoa/), is required for working around an [iOS App Store bug](http://www.openradar.me/radar?id=6409498411401216) when archiving universal binaries.) -##### Snapshot builds - -A snapshot build of the dynamic framework, based on the latest commit to the master branch, is available for download [here](https://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-ios-sdk-snapshot-dynamic.zip). - #### Static framework You can alternatively install the SDK as a static framework: @@ -197,13 +192,13 @@ Please note that a Mapbox download token is required from v5.10.0 forward and ad 2. Follow instructions on [our website](https://www.mapbox.com/install/ios/carthage/). -Starting with v5.10.0, you must specify `--use-netrc` when running `carthage update`: +Starting with v6.0.0, you must specify `--use-netrc` when running `carthage update`: ``` carthage update --platform iOS --use-netrc ``` -Starting with v5.10.0, the URL for the artifact in your Cartfile must change: +Starting with v6.0.0, the URL for the artifact in your Cartfile must change: ``` binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps/mapbox-ios-sdk-dynamic.json" == x.x.x-alpha.x