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