diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-12-03 13:28:20 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-12-13 17:26:53 -0800 |
commit | bab3935431ddec4d2762d2c010eac7530fd26856 (patch) | |
tree | dfb005e8702c7f6e3a56810d20b6efbd25e303f6 /docs | |
parent | ea57be5598826a14991e2ac17a826186c2d9ce0b (diff) | |
download | qtlocation-mapboxgl-bab3935431ddec4d2762d2c010eac7530fd26856.tar.gz |
[osx] Fixed standalone launch of osxapp (and run-xosx)
Mapbox.framework needs to be embedded in the application bundle.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BUILD_OSX.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/BUILD_OSX.md b/docs/BUILD_OSX.md index a2e936d59b..0d3c685f41 100644 --- a/docs/BUILD_OSX.md +++ b/docs/BUILD_OSX.md @@ -8,7 +8,9 @@ This project provides an OS X SDK analogous to the Mapbox iOS SDK. Mapbox does n ### Install -1. Copy `gyp/build/Release/Mapbox.framework` into your project. It should happen automatically, but ensure that `Mapbox.framework` is listed in the *Linked Frameworks and Libraries* section of the General tab for your application target. +1. Copy `gyp/build/Release/Mapbox.framework` into your project. + +1. In the project editor, select your application target, go to the General tab, and add `Mapbox.framework` to the *Embedded Binaries* section. 1. Mapbox vector tiles require a Mapbox account and API access token. In the project editor, select the application target. In the Info tab, set `MGLMapboxAccessToken` to your access token. You can obtain one from the [Mapbox account page](https://www.mapbox.com/studio/account/tokens/). |