Skip to content

Commit

Permalink
Draft: Fix parallel run
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuchar committed Apr 3, 2023
1 parent 7cda257 commit f637f22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SimctlCLI/Commands.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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] [<search term>|available]
Expand Down
Binary file modified bin/SimctlCLI
Binary file not shown.

0 comments on commit f637f22

Please sign in to comment.