From c8b4b7110e4135111a8637daa48c45b4d86490ce Mon Sep 17 00:00:00 2001 From: Fredrik Karlsson Date: Tue, 26 Sep 2017 13:31:25 +0200 Subject: [ios] remove ios-sim --- platform/ios/DEVELOPING.md | 7 ------- platform/ios/bitrise.yml | 2 -- 2 files changed, 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 -- cgit v1.2.1