From 6663a94917a6fa39a28f6c4d69ac1e57ef0f1419 Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Mon, 4 May 2015 12:14:50 -0700 Subject: iOS tests docs fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c0c727bea8..0fe90895ff 100644 --- a/README.md +++ b/README.md @@ -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). -- cgit v1.2.1