summaryrefslogtreecommitdiff
path: root/test/ios/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/ios/README.md')
-rw-r--r--test/ios/README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/ios/README.md b/test/ios/README.md
deleted file mode 100644
index 21975e177e..0000000000
--- a/test/ios/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-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
-```