We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eed4c1 commit 2b50807Copy full SHA for 2b50807
Runtime/Common/SystemHelper.cs
@@ -87,7 +87,7 @@ internal static string Name()
87
case RuntimePlatform.SamsungTVPlayer:
88
return "Samsung TV";
89
case RuntimePlatform.tvOS:
90
- return "Apple tvOS";
+ return "tvOS";
91
case RuntimePlatform.WebGLPlayer:
92
return "WebGL";
93
case RuntimePlatform.WiiU:
0 commit comments