summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-07-14 11:41:29 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-07-14 11:41:29 -0700
commit7c03f89079a5db04d948c0f65551a310a3c34884 (patch)
treeafc7cab12ddca8d8e392e546769ae921996db76a /README.md
parent6c71d7019733c0b074b6e8214cdfacf6c6d1d9f6 (diff)
downloadqtlocation-mapboxgl-7c03f89079a5db04d948c0f65551a310a3c34884.tar.gz
fix up access token docs for Xcode
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index e642468a36..b69166aedc 100644
--- a/README.md
+++ b/README.md
@@ -31,12 +31,11 @@ This will clear cached build data and update to the latest versions of dependenc
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/account/apps/).
-## OS X
-
-in the Xcode project, click on the Target icon next to the Run/Stop button, and then "Edit Scheme". In the screen, add an environment variable with the name `MAPBOX_ACCESS_TOKEN` to the targets you want to run.
+For iOS and OS X use of the demo apps in Xcode, setup the access token by editing the scheme for the application target, then adding an environment variable with the name `MAPBOX_ACCESS_TOKEN`.
-![Setting the access token](https://cloud.githubusercontent.com/assets/52399/3543326/9e7cfbb8-0860-11e4-8def-3684a9028b61.png)
+![setting access token in Xcode scheme](https://cloud.githubusercontent.com/assets/52399/3543326/9e7cfbb8-0860-11e4-8def-3684a9028b61.png)
+## OS X
Run:
@@ -61,8 +60,6 @@ First, pull down the submodule(s):
git submodule init
git submodule update
-Insert your access token into `MBXViewController.h`.
-
Then run:
make setup