summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-06-03 11:57:49 -0500
committerBrad Leege <bleege@gmail.com>2015-06-03 11:57:49 -0500
commit295dc73c1af288c85e75a4fcaccdd9cb1580afd2 (patch)
tree726eb0ed0781f98460024b1093cd1114b96e24c2 /README.md
parentce457dafb80521f021d1a0b711af0342351f4cc2 (diff)
downloadqtlocation-mapboxgl-295dc73c1af288c85e75a4fcaccdd9cb1580afd2.tar.gz
Adding iOS Testing Header To Draw Attention
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 69bae6d035..0d95b51a3c 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,7 @@ pod 'MapboxGL'
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.
+#### Testing
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).