You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
(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.)
91
90
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
-
96
91
#### Static framework
97
92
98
93
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
197
192
198
193
2. Follow instructions on [our website](https://www.mapbox.com/install/ios/carthage/).
199
194
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`:
201
196
202
197
```
203
198
carthage update --platform iOS --use-netrc
204
199
```
205
200
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:
0 commit comments