You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[macOS] Add Tahoe 26.0 to version alias
This commit is contained in:
@@ -315,7 +315,9 @@ String OS_MacOS::get_version() const {
|
||||
String OS_MacOS::get_version_alias() const {
|
||||
NSOperatingSystemVersion ver = [NSProcessInfo processInfo].operatingSystemVersion;
|
||||
String macos_string;
|
||||
if (ver.majorVersion == 15) {
|
||||
if (ver.majorVersion == 26) {
|
||||
macos_string += "Tahoe";
|
||||
} else if (ver.majorVersion == 15) {
|
||||
macos_string += "Sequoia";
|
||||
} else if (ver.majorVersion == 14) {
|
||||
macos_string += "Sonoma";
|
||||
|
||||
Reference in New Issue
Block a user