diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-04-03 15:56:52 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-04-03 15:56:52 -0700 |
commit | 5f94ee532c8ef15e69584b5e0dfd18afc7da5c4b (patch) | |
tree | cf59ae35fd108807ec88dd34430d13ec18a4f44c /README.md | |
parent | b9eb3e71472700d1307ac6c2030b0a9b1e71f166 (diff) | |
download | qtlocation-mapboxgl-5f94ee532c8ef15e69584b5e0dfd18afc7da5c4b.tar.gz |
update docs for umbrella headerios-v0.2.7ios-beta-preview-sirius-0.0.8
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ If you merely want to install the library for iOS and try it out as an Objective - `libz.dylib` 4. Add `-ObjC` to your target's "Other Linker Flags" build setting (`OTHER_LDFLAGS`). 5. [Set the Mapbox API access token](#mapbox-api-access-tokens). -6. `#import "MGLMapView.h"` +6. `#import "MapboxGL.h"` If you want to build from source and/or contribute to development of the project, run `make iproj`, which will create and open an Xcode project which can build the entire library from source as well as an Objective-C test app. |