Skip to content

Commit 71c3a2f

Browse files
authored
Merge pull request #12184 from apple/swift-4-update-tvOS-device-name
[lit] Update the tvOS simulator name to Apple TV 4K
2 parents 7233800 + bb826dc commit 71c3a2f

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
@@ -100,7 +100,7 @@ def get_simulator_command(run_os, sdk_path):
100100
else:
101101
return "simctl spawn 'iPhone 6'"
102102
elif run_os == 'tvos':
103-
return "simctl spawn 'Apple TV 1080p'"
103+
return "simctl spawn 'Apple TV 4K'"
104104
elif run_os == 'watchos':
105105
return "simctl spawn 'Apple Watch - 42mm'"
106106
else:

0 commit comments

Comments
 (0)