diff options
author | Katy DeCorah <katydecorah@gmail.com> | 2015-04-29 12:28:39 -0400 |
---|---|---|
committer | Katy DeCorah <katydecorah@gmail.com> | 2015-04-29 12:28:39 -0400 |
commit | 65138a5d80f25b3d221d9fe84205de069ab33188 (patch) | |
tree | a570fe6bdb6f95521d06ce6f1912d3608a40d581 /README.md | |
parent | 3e928f41c854f5895656eb718643d9280e63bc69 (diff) | |
download | qtlocation-mapboxgl-65138a5d80f25b3d221d9fe84205de069ab33188.tar.gz |
instructions for users w/o apple developer account
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ If you merely want to install the library for iOS and try it out as an Objective 5. [Set the Mapbox API access token](#mapbox-api-access-tokens). 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. +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. If you don't have an Apple Developer account, change the destination from "My Mac" to a simulator such as "iPhone 6" before you run and build the app. You can also run `make itest` to run the included tests. Requires `brew install xcpretty`. |