summaryrefslogtreecommitdiff
path: root/test/ios/README.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-02-09 18:01:40 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-02-09 18:01:40 -0800
commitd4d4cd44151423d374e373798f09d12157babc27 (patch)
treeede100edc58475b969b62fba8f3bcb219b29beda /test/ios/README.md
parent0ee6044ccf49bb32a25c57ce25af15bcd58ca77b (diff)
downloadqtlocation-mapboxgl-d4d4cd44151423d374e373798f09d12157babc27.tar.gz
move iOS code from gl-cocoa to this project
Diffstat (limited to 'test/ios/README.md')
-rw-r--r--test/ios/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/ios/README.md b/test/ios/README.md
new file mode 100644
index 0000000000..21975e177e
--- /dev/null
+++ b/test/ios/README.md
@@ -0,0 +1,9 @@
+This is a harness app for integration testing of Mapbox GL Cocoa. It uses the static library build of Mapbox GL Cocoa in order to be entirely self-contained and not need the `mapbox-gl-native` upstream C++ project.
+
+To run tests, either open the enclosed `ios-tests.xcodeproj` and run the tests or use `xcodebuild test` at the command line from this directory. For example:
+
+```bash
+xcodebuild -scheme 'Mapbox GL Tests' \
+ -destination 'platform=iOS Simulator,name=iPad,OS=7.1' \
+ test
+```