Skip to content

Commit 2c3fa5e

Browse files
committed
fix(ios): Revert changes from 4.2.0
1 parent 9f64192 commit 2c3fa5e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/commands/ios_simulator_start.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: Creates and starts an iOS simulator with the given name.
1+
description: Starts an iOS simulator with the given name.
22

33
parameters:
44
device:
@@ -7,12 +7,6 @@ parameters:
77
default: "iPhone X"
88

99
steps:
10-
- run:
11-
name: Remove all simulators to avoid conflicts with the one we're going to use
12-
command: xcrun simctl list | awk -F "[()]" '{ for (i=2; i<NF; i+=2) print $i }' | grep '^[-A-Z0–9]*$' | xargs -I uuid xcrun simctl delete uuid
13-
- run:
14-
name: Create the device simulator we need
15-
command: xcrun simctl create "<<parameters.device>>" "<<parameters.device>>"
1610
- run:
1711
name: Start iOS simulator (background)
1812
background: true

0 commit comments

Comments
 (0)