summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Karlsson <bjorn.fredrik.karlsson@gmail.com>2017-09-26 13:31:25 +0200
committerFredrik Karlsson <bjorn.fredrik.karlsson@gmail.com>2017-09-26 17:47:54 +0200
commit564136d55d5e90f4e9553ae553c04e796ee29824 (patch)
tree28f6632a056d7edf56767667dfc50c4b73ff20e5
parent9eba7d8b3e0db0fb4592218bf0e33841933bcd3e (diff)
downloadqtlocation-mapboxgl-upstream/fred-remove-iossim.tar.gz
[ios] remove ios-simupstream/fred-remove-iossim
-rw-r--r--platform/ios/DEVELOPING.md7
-rw-r--r--platform/ios/bitrise.yml2
2 files changed, 0 insertions, 9 deletions
diff --git a/platform/ios/DEVELOPING.md b/platform/ios/DEVELOPING.md
index bcb837c243..43d7ef3c75 100644
--- a/platform/ios/DEVELOPING.md
+++ b/platform/ios/DEVELOPING.md
@@ -151,13 +151,6 @@ make darwin-update-examples
`make ios-test` builds and runs unit tests of cross-platform code as well as the SDK.
-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
-brew tap mapbox/homebrew-ios-sim-3
-brew install mapbox/homebrew-ios-sim-3/ios-sim
-```
-
To instead run the cross-platform tests in Xcode instead of on the command line:
1. Run `make iproj` to set up the workspace.
diff --git a/platform/ios/bitrise.yml b/platform/ios/bitrise.yml
index 53287ec06d..36adbf7a77 100644
--- a/platform/ios/bitrise.yml
+++ b/platform/ios/bitrise.yml
@@ -17,8 +17,6 @@ workflows:
#!/bin/bash
set -eu -o pipefail
brew install cmake
- brew tap mapbox/homebrew-ios-sim-3
- brew install mapbox/homebrew-ios-sim-3/ios-sim
- is_debug: 'yes'
- script:
title: Generate Workspace