summaryrefslogtreecommitdiff
path: root/platform/ios/DEVELOPING.md
diff options
context:
space:
mode:
authorNadia Barbosa <nadiabarbosa@me.com>2019-04-29 17:19:38 -0700
committerNadia Barbosa <captainbarbosa@users.noreply.github.com>2019-05-01 18:30:46 -0700
commit3e4afbc788424ef4d89d48f4d29204d1593f769d (patch)
treeeec17784d7f5fcad6bc83fc8ffc4ce871a81f0cc /platform/ios/DEVELOPING.md
parent8b91a4a037ab84cafd40b62da0224e3baf100168 (diff)
downloadqtlocation-mapboxgl-3e4afbc788424ef4d89d48f4d29204d1593f769d.tar.gz
[iosapp] Move token setting to build script
[ios] Switch to script-based token insertion for benchmarking app [ios] Update Developing.md [iosapp, benchmark app] Look for token file outside of version-controlled directory [iosapp, benchmark app] Remove remaining code for access token checking from app delegates Feedback edits for @friedbunny
Diffstat (limited to 'platform/ios/DEVELOPING.md')
-rw-r--r--platform/ios/DEVELOPING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/platform/ios/DEVELOPING.md b/platform/ios/DEVELOPING.md
index 93c17f4049..5bf923b15b 100644
--- a/platform/ios/DEVELOPING.md
+++ b/platform/ios/DEVELOPING.md
@@ -152,7 +152,9 @@ To instead run the cross-platform tests in Xcode instead of on the command line:
## Access tokens
-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.
+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/).
+
+Before running the demo ("`iosapp`") or benchmarking ("`bench`") applications, first create a new text file called `.mapbox` or `mapbox` in your home directory containing your access token. The access token will then be automatically inserted into the application's Info.plist at runtime.
## Using iosapp