Skip to content

Commit 2b50807

Browse files
committed
Renamed tvOS
1 parent 7eed4c1 commit 2b50807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Common/SystemHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ internal static string Name()
8787
case RuntimePlatform.SamsungTVPlayer:
8888
return "Samsung TV";
8989
case RuntimePlatform.tvOS:
90-
return "Apple tvOS";
90+
return "tvOS";
9191
case RuntimePlatform.WebGLPlayer:
9292
return "WebGL";
9393
case RuntimePlatform.WiiU:

0 commit comments

Comments
 (0)