Skip to content

Commit 7c5b51a

Browse files
compojoommatt-oakes
authored andcommitted
fix: Remove FBSimulatorControl (#24 by @compojoom)
FBSimulatorControl is no longer needed by detox and there is no need to install it. Moreover the specified commit does no longer work with the latest macos executor on circleci
1 parent 7b35c9b commit 7c5b51a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/commands/setup_macos_executor.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,6 @@ steps:
2727
touch .watchmanconfig
2828
node -v
2929
30-
# Ideally we would do this using Homebrew above, but we need a specific revision due to this issue:
31-
# https://github.com/facebook/FBSimulatorControl/pull/508
32-
- run:
33-
name: Install FBSimulatorControl
34-
command: |
35-
cd /tmp
36-
git clone https://github.com/facebook/FBSimulatorControl.git FBSimulatorControl
37-
cd FBSimulatorControl
38-
git checkout 778f9825cb82aabac82f1ed474f1dba1e0276211
39-
./build.sh fbsimctl build >/dev/null
40-
cp -r build/Build/Products/Debug/* /usr/local/bin
41-
which fbsimctl
42-
4330
- save_cache:
4431
paths:
4532
- /usr/local/Homebrew

0 commit comments

Comments
 (0)