summaryrefslogtreecommitdiff
path: root/platform/ios/DEVELOPING.md
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-04-18 18:01:12 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-04-18 18:01:12 -0700
commitb519ee908b92ec9b8b9aa00653833fa7f79e6321 (patch)
tree28c4ac9a84e6b41f3bd8820b0c76d5f9a544d970 /platform/ios/DEVELOPING.md
parent17a8079f3095128c0bd0f19f8b0961bcfd5a1eb2 (diff)
downloadqtlocation-mapboxgl-b519ee908b92ec9b8b9aa00653833fa7f79e6321.tar.gz
[ios] Removed mention of MAPBOX_ACCESS_TOKEN
Diffstat (limited to 'platform/ios/DEVELOPING.md')
-rw-r--r--platform/ios/DEVELOPING.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/platform/ios/DEVELOPING.md b/platform/ios/DEVELOPING.md
index 11a4530d71..b16ca430a3 100644
--- a/platform/ios/DEVELOPING.md
+++ b/platform/ios/DEVELOPING.md
@@ -31,13 +31,7 @@ You can customize the build output by passing the following arguments into the `
### Access tokens
-_The demo applications use Mapbox vector tiles, which require a Mapbox account and API access token. Obtain an access token on the [Mapbox account page](https://www.mapbox.com/studio/account/tokens/)._
-
-Set up the access token by editing the scheme for the application target, then adding an environment variable with the name `MAPBOX_ACCESS_TOKEN`.
-
-![edit scheme](https://cloud.githubusercontent.com/assets/98601/5460702/c4610262-8519-11e4-873a-8597821da468.png)
-
-![setting access token in Xcode scheme](https://cloud.githubusercontent.com/assets/162976/5349358/0a086f00-7f8c-11e4-8433-bdbaccda2b58.png)
+The included applications use Mapbox vector tiles, which require a Mapbox account and API access token. Obtain an access token on the [Mapbox account page](https://www.mapbox.com/studio/account/tokens/). You will be prompted for this access token the first time you launch the demo or benchmarking application. In the iOS Simulator, you can paste your access token by pressing Command-V, holding down the left mouse button in the text field, and pressing the Paste button that appears.
### Test