Skip to content

Commit f45acf7

Browse files
author
Clack Cole
committed
Use Apple TV as tvOS device simulator
Updates lit.cfg to use 'Apple TV' as the device simulator when running tvOS simulator tests.
1 parent 415452e commit f45acf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def get_simulator_command(run_os, run_cpu, sdk_path):
9797
else:
9898
return "simctl spawn --standalone 'iPhone 8'"
9999
elif run_os == 'tvos':
100-
return "simctl spawn --standalone 'Apple TV 4K'"
100+
return "simctl spawn --standalone 'Apple TV'"
101101
elif run_os == 'watchos':
102102
if run_cpu == "i386":
103103
if min(darwin_get_watchos_sim_vers()) > 6.2:

0 commit comments

Comments
 (0)