Skip to content

Commit 250fd5f

Browse files
authored
Update the tvOS simulator name to 'Apple TV'
1 parent bdbf76a commit 250fd5f

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)