summaryrefslogtreecommitdiff
path: root/docs/DEVELOP_OSX.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/DEVELOP_OSX.md')
-rw-r--r--docs/DEVELOP_OSX.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/DEVELOP_OSX.md b/docs/DEVELOP_OSX.md
index 3ca96ebf24..4b30a1e94a 100644
--- a/docs/DEVELOP_OSX.md
+++ b/docs/DEVELOP_OSX.md
@@ -6,12 +6,14 @@ To create projects, you can run:
- `make lproj`: Creates an Xcode project with platform-independent handlers for downloads and settings storage. This is what is also being built on Linux.
- `make osx run-osx`: Builds and runs the OS X application on the command line with `xcodebuild`.
-Note that you can't have more than one project in Xcode open at a time because the static library project is shared across the OS X, Linux and iOS project.
+Note that you can't have more than one project in Xcode open at a time because the static library project is shared across the OS X, Linux, and iOS projects.
-### Access Tokens
+### 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/). You will be prompted for this access token the first time you launch the demo application.
### Usage
Through the OS X SDK, the demo application supports a variety of standard gestures and keyboard shortcuts. For more details, open Mapbox GL Help from the Help menu.
+
+You can also [integrate the Mapbox OS X SDK into your own Cocoa application](BUILD_OSX.md).