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 ca61453 commit 08338f9Copy full SHA for 08338f9
src/commands/ios_simulator_start.yml
@@ -5,9 +5,13 @@ parameters:
5
description: The type of device you want to start.
6
type: string
7
default: "iPhone X"
8
+ background:
9
+ default: true
10
+ description: Should ios simulator boot in background?
11
+ type: boolean
12
13
steps:
14
- run:
15
name: Start iOS simulator (background)
- background: true
16
+ background: <<parameters.background>>
17
command: xcrun simctl boot "<<parameters.device>>" || true
0 commit comments