1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

Rename OSX to macOS and iPhoneOS to iOS.

This commit is contained in:
bruvzg
2022-07-20 09:28:22 +03:00
parent 292c952e3b
commit 8823eae328
245 changed files with 1151 additions and 1149 deletions

View File

@@ -37,13 +37,13 @@ namespace GodotTools.Utils
public static class Platforms
{
public const string Windows = "windows";
public const string MacOS = "osx";
public const string MacOS = "macos";
public const string LinuxBSD = "linuxbsd";
public const string Server = "server";
public const string UWP = "uwp";
public const string Haiku = "haiku";
public const string Android = "android";
public const string iOS = "iphone";
public const string iOS = "ios";
public const string HTML5 = "javascript";
}