add macos sequoia version

This commit is contained in:
13xforever 2024-06-21 02:07:19 +05:00
parent d6688fd0c4
commit 10a5a02d80
No known key found for this signature in database
GPG Key ID: 2B2A36B482FE70C5

View File

@ -1032,13 +1032,14 @@ internal static partial class LogParserResult
13 => "macOS High Sierra",
14 => "macOS Mojave",
15 => "macOS Catalina",
_ => null,
_ => "Unknown Apple OS",
},
11 => "macOS Big Sur",
12 => "macOS Monterey",
13 => "macOS Ventura",
14 => "macOS Sonoma",
_ => null,
15 => "macOS Sequoia",
_ => "Unknown Apple OS",
};
internal static bool IsAmd(string gpuInfo)