add macos 15.0.1 to odin report and core/sys/info

This commit is contained in:
Laytan Laats
2024-10-14 16:19:03 +02:00
parent 1dd9b8560d
commit 7989d512a0
2 changed files with 2 additions and 0 deletions

View File

@@ -534,6 +534,7 @@ macos_release_map: map[string]Darwin_To_Release = {
// MacOS Sequoia
"24A335" = {{24, 0, 0}, "macOS", {"Sequoia", {15, 0, 0}}},
"24A348" = {{24, 0, 0}, "macOS", {"Sequoia", {15, 0, 1}}},
}
@(private)

View File

@@ -921,6 +921,7 @@ gb_internal void report_os_info() {
{"23G93", {23, 6, 0}, "macOS", {"Sonoma", {14, 6, 1}}},
{"23H124", {23, 6, 0}, "macOS", {"Sonoma", {14, 7, 0}}},
{"24A335", {24, 0, 0}, "macOS", {"Sequoia", {15, 0, 0}}},
{"24A348", {24, 0, 0}, "macOS", {"Sequoia", {15, 0, 1}}},
};