Skip to content

Commit 84081bb

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request #37230 from clackary/update-tvos-simulator
Use 'Apple TV' as tvOS device simulator
2 parents 71617ba + f45acf7 commit 84081bb

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)