diff --git a/Runtime/Common/SystemHelper.cs b/Runtime/Common/SystemHelper.cs index 900907bf..6558fa5e 100644 --- a/Runtime/Common/SystemHelper.cs +++ b/Runtime/Common/SystemHelper.cs @@ -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";