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

Commit

Permalink
Update install.md (#366)
Browse files Browse the repository at this point in the history
Simple PR to update install docs to reflect current state of the build.
  • Loading branch information
nishant-karajgikar authored Aug 6, 2020
1 parent 1aaf3f7 commit 2085a66
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions platform/ios/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2085a66

Please sign in to comment.