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 2383caf commit f57bae4Copy full SHA for f57bae4
Runtime/Common/SystemHelper.cs
@@ -72,7 +72,7 @@ internal static string Name()
72
case RuntimePlatform.Android:
73
return "Android";
74
case RuntimePlatform.IPhonePlayer:
75
- return "IOS";
+ return "iOS";
76
case RuntimePlatform.LinuxEditor:
77
case RuntimePlatform.LinuxPlayer:
78
return "Linux";
0 commit comments