add macos 15.1.1 to odin report and sys/info

This commit is contained in:
Laytan Laats
2024-11-26 18:46:27 +01:00
parent 9115c7aa13
commit 767daf4a9c
2 changed files with 4 additions and 0 deletions

View File

@@ -550,6 +550,8 @@ macos_release_map: map[string]Darwin_To_Release = {
"24A335" = {{24, 0, 0}, "macOS", {"Sequoia", {15, 0, 0}}},
"24A348" = {{24, 0, 0}, "macOS", {"Sequoia", {15, 0, 1}}},
"24B83" = {{24, 1, 0}, "macOS", {"Sequoia", {15, 1, 0}}},
"24B91" = {{24, 1, 0}, "macOS", {"Sequoia", {15, 1, 1}}},
"24B2091" = {{24, 1, 0}, "macOS", {"Sequoia", {15, 1, 1}}},
}
@(private)

View File

@@ -916,6 +916,8 @@ gb_internal void report_os_info() {
{"24A335", {24, 0, 0}, "macOS", {"Sequoia", {15, 0, 0}}},
{"24A348", {24, 0, 0}, "macOS", {"Sequoia", {15, 0, 1}}},
{"24B83", {24, 1, 0}, "macOS", {"Sequoia", {15, 1, 0}}},
{"24B91", {24, 1, 0}, "macOS", {"Sequoia", {15, 1, 1}}},
{"24B2091", {24, 1, 0}, "macOS", {"Sequoia", {15, 1, 1}}},
};