Update min supported version of macOS to 13 and iOS to 15

This commit is contained in:
2025-06-12 17:26:39 +02:00
parent 7606c9ac12
commit bdc87c7bc6
3 changed files with 3 additions and 3 deletions
@@ -11,7 +11,7 @@ namespace Flax.Build
/// Specifies the minimum Mac OSX version to use (eg. 10.14).
/// </summary>
[CommandLine("macOSXMinVer", "<version>", "Specifies the minimum Mac OSX version to use (eg. 10.14).")]
public static string MacOSXMinVer = "10.15";
public static string MacOSXMinVer = "13";
}
}