Skip to content

Commit f57bae4

Browse files
authored
Rename uname.sysname attribute for iOS (#209)
1 parent 2383caf commit f57bae4

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
@@ -72,7 +72,7 @@ internal static string Name()
7272
case RuntimePlatform.Android:
7373
return "Android";
7474
case RuntimePlatform.IPhonePlayer:
75-
return "IOS";
75+
return "iOS";
7676
case RuntimePlatform.LinuxEditor:
7777
case RuntimePlatform.LinuxPlayer:
7878
return "Linux";

0 commit comments

Comments
 (0)