Skip to content

Commit

Permalink
feat(ios): control if simulator starts in background (react-native-co…
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Brandon Farrell authored Jan 17, 2022
1 parent ca61453 commit 08338f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/commands/ios_simulator_start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ parameters:
description: The type of device you want to start.
type: string
default: "iPhone X"
background:
default: true
description: Should ios simulator boot in background?
type: boolean

steps:
- run:
name: Start iOS simulator (background)
background: true
background: <<parameters.background>>
command: xcrun simctl boot "<<parameters.device>>" || true

0 comments on commit 08338f9

Please sign in to comment.