We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f64192 commit 2c3fa5eCopy full SHA for 2c3fa5e
src/commands/ios_simulator_start.yml
@@ -1,4 +1,4 @@
1
-description: Creates and starts an iOS simulator with the given name.
+description: Starts an iOS simulator with the given name.
2
3
parameters:
4
device:
@@ -7,12 +7,6 @@ parameters:
7
default: "iPhone X"
8
9
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
14
- name: Create the device simulator we need
15
- command: xcrun simctl create "<<parameters.device>>" "<<parameters.device>>"
16
- run:
17
name: Start iOS simulator (background)
18
background: true
0 commit comments