Skip to content

Commit 08338f9

Browse files
author
Luke Brandon Farrell
authored
feat(ios): control if simulator starts in background (#126)
1 parent ca61453 commit 08338f9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/commands/ios_simulator_start.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ parameters:
55
description: The type of device you want to start.
66
type: string
77
default: "iPhone X"
8+
background:
9+
default: true
10+
description: Should ios simulator boot in background?
11+
type: boolean
812

913
steps:
1014
- run:
1115
name: Start iOS simulator (background)
12-
background: true
16+
background: <<parameters.background>>
1317
command: xcrun simctl boot "<<parameters.device>>" || true

0 commit comments

Comments
 (0)