Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 2085a66

Browse files
Update install.md (#366)
Simple PR to update install docs to reflect current state of the build.
1 parent 1aaf3f7 commit 2085a66

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

platform/ios/INSTALL.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ Before building, follow these steps to install prerequisites:
5050
2. Clone the git repository:
5151
```
5252
git clone https://github.com/mapbox/mapbox-gl-native-ios.git
53-
cd mapbox-gl-native-ios/vendor/mapbox-gl-native
5453
```
5554
Note that this repository uses Git submodules. They'll be automatically checked out when you first run a `make` command,
5655
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
8988

9089
(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.)
9190

92-
##### Snapshot builds
93-
94-
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).
95-
9691
#### Static framework
9792

9893
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
197192

198193
2. Follow instructions on [our website](https://www.mapbox.com/install/ios/carthage/).
199194

200-
Starting with v5.10.0, you must specify `--use-netrc` when running `carthage update`:
195+
Starting with v6.0.0, you must specify `--use-netrc` when running `carthage update`:
201196

202197
```
203198
carthage update --platform iOS --use-netrc
204199
```
205200

206-
Starting with v5.10.0, the URL for the artifact in your Cartfile must change:
201+
Starting with v6.0.0, the URL for the artifact in your Cartfile must change:
207202

208203
```
209204
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps/mapbox-ios-sdk-dynamic.json" == x.x.x-alpha.x

0 commit comments

Comments
 (0)