diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-05-04 12:14:50 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-05-04 12:16:18 -0700 |
commit | 6663a94917a6fa39a28f6c4d69ac1e57ef0f1419 (patch) | |
tree | cf8a272df09bbc6c6a278a920dbf9e0451218749 /README.md | |
parent | fef58d624fd932533d31ff53e84378139343fcab (diff) | |
download | qtlocation-mapboxgl-6663a94917a6fa39a28f6c4d69ac1e57ef0f1419.tar.gz |
iOS tests docs fixes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ If you merely want to install the library for iOS and try it out as an Objective 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`. +You can run `make itest` to run the included integration tests. Requires `gem install xcpretty`. If you want to run the tests in Xcode instead, first `make ipackage` to create a local static library version, then open `test/ios/ios-tests.xcodeproj`, and lastly `Command + U` on the `Mapbox GL Tests` application target. Target devices: iPhone 4S and above (5, 5c, 5s, 6, 6 Plus) and iPad 2 and above (3, 4, Mini, Air, Mini 2, Air 2). |