Skip to content

Commit 3c3eaa5

Browse files
authored
Merge branch '3.14-patched' into testbeds
2 parents 290c312 + 68b83a6 commit 3c3eaa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iOS/testbed/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ async def async_check_output(*args, **kwargs):
127127
async def select_simulator_device():
128128
# List the testing simulators, in JSON format
129129
raw_json = await async_check_output(
130-
"xcrun", "simctl", "--set", "testing", "list", "-j"
130+
"xcrun", "simctl", "list", "-j"
131131
)
132132
json_data = json.loads(raw_json)
133133

0 commit comments

Comments
 (0)