Skip to content

Commit

Permalink
Rename uname.sysname attribute for iOS (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput authored Apr 23, 2024
1 parent 2383caf commit f57bae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Common/SystemHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ internal static string Name()
case RuntimePlatform.Android:
return "Android";
case RuntimePlatform.IPhonePlayer:
return "IOS";
return "iOS";
case RuntimePlatform.LinuxEditor:
case RuntimePlatform.LinuxPlayer:
return "Linux";
Expand Down

0 comments on commit f57bae4

Please sign in to comment.