diff --git a/Sources/SimctlCLI/Commands.swift b/Sources/SimctlCLI/Commands.swift index cea5e09..c64a0cc 100644 --- a/Sources/SimctlCLI/Commands.swift +++ b/Sources/SimctlCLI/Commands.swift @@ -19,7 +19,7 @@ extension ShellOutCommand { } private static func simctl(_ cmd: String) -> String { - "xcrun simctl \(cmd)" + "xcrun simctl --set testing \(cmd)" } /// Usage: simctl list [-j | --json] [-v] [devices|devicetypes|runtimes|pairs] [|available] diff --git a/bin/SimctlCLI b/bin/SimctlCLI index c750504..d48021f 100755 Binary files a/bin/SimctlCLI and b/bin/SimctlCLI differ