This document explains how to build the Mapbox OS X SDK for contributing to the development of the SDK itself.
The Mapbox OS X SDK and the osxapp demo application run on OS X 10.10.0 and above.
make xproj
.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. You will be prompted for this access token the first time you launch the demo application.
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.