summaryrefslogtreecommitdiff
path: root/platform/ios/DEVELOPING.md
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-06-03 09:45:55 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-06-03 09:51:39 -0700
commit2fd673befc1de27fb3d68ab7e928f78d346e1ef6 (patch)
treeea35c7e679c0ac772aea3bf90e04fe88525e187b /platform/ios/DEVELOPING.md
parenta758b41b06d21b74c52dd4e1b001eb6e1a82f913 (diff)
downloadqtlocation-mapboxgl-2fd673befc1de27fb3d68ab7e928f78d346e1ef6.tar.gz
[docs] Remove references to manual submodule initialization
Diffstat (limited to 'platform/ios/DEVELOPING.md')
-rw-r--r--platform/ios/DEVELOPING.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/platform/ios/DEVELOPING.md b/platform/ios/DEVELOPING.md
index 21864e534d..67481d4f8a 100644
--- a/platform/ios/DEVELOPING.md
+++ b/platform/ios/DEVELOPING.md
@@ -81,13 +81,6 @@ To add or update text that the user may see in the iOS SDK:
`make test-ios` builds and runs unit tests of cross-platform code as well as the SDK.
-Before you can run UI tests of the SDK, check out KIF and OHHTTPStubs via Git submodules:
-
-```bash
-git submodule init
-git submodule update
-```
-
Before you can run unit tests of the cross-platform code on the command line, install ios-sim version 3.2.0 (not any other version):
```bash