From a5816f3167ae6ff644b5a0ff8116bfe22c6d80a2 Mon Sep 17 00:00:00 2001 From: Luke Brandon Farrell Date: Fri, 14 Jan 2022 17:45:27 +0100 Subject: [PATCH] Update ios_simulator_start.yml --- src/commands/ios_simulator_start.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/commands/ios_simulator_start.yml b/src/commands/ios_simulator_start.yml index ba183e5..f3a1e05 100644 --- a/src/commands/ios_simulator_start.yml +++ b/src/commands/ios_simulator_start.yml @@ -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: <> command: xcrun simctl boot "<>" || true