Browse Source

add MacOS 14.4.1 to sys/info and odin report

Laytan Laats 1 year ago
parent
commit
b7fd51a251
2 changed files with 3 additions and 1 deletions
  1. 2 1
      core/sys/info/platform_darwin.odin
  2. 1 0
      src/bug_report.cpp

+ 2 - 1
core/sys/info/platform_darwin.odin

@@ -525,6 +525,7 @@ macos_release_map: map[string]Darwin_To_Release = {
 	"23D56"      = {{23, 3, 0}, "macOS", {"Sonoma",         {14, 3, 0}}},
 	"23D56"      = {{23, 3, 0}, "macOS", {"Sonoma",         {14, 3, 0}}},
 	"23D60"      = {{23, 3, 0}, "macOS", {"Sonoma",         {14, 3, 1}}},
 	"23D60"      = {{23, 3, 0}, "macOS", {"Sonoma",         {14, 3, 1}}},
 	"23E214"     = {{23, 4, 0}, "macOS", {"Sonoma",         {14, 4, 0}}},
 	"23E214"     = {{23, 4, 0}, "macOS", {"Sonoma",         {14, 4, 0}}},
+	"23E224"     = {{23, 4, 0}, "macOS", {"Sonoma",         {14, 4, 1}}},
 }
 }
 
 
 @(private)
 @(private)
@@ -568,4 +569,4 @@ map_darwin_kernel_version_to_macos_release :: proc(build: string, darwin: [3]int
 	} else {
 	} else {
 		return nearest, .Nearest
 		return nearest, .Nearest
 	}
 	}
-}
+}

+ 1 - 0
src/bug_report.cpp

@@ -888,6 +888,7 @@ gb_internal void report_os_info() {
 			{"23D56",    {23,  3,  0}, "macOS", {"Sonoma",        {14,  3,  0}}},
 			{"23D56",    {23,  3,  0}, "macOS", {"Sonoma",        {14,  3,  0}}},
 			{"23D60",    {23,  3,  0}, "macOS", {"Sonoma",        {14,  3,  1}}},
 			{"23D60",    {23,  3,  0}, "macOS", {"Sonoma",        {14,  3,  1}}},
 			{"23E214",   {23,  4,  0}, "macOS", {"Sonoma",        {14,  4,  0}}},
 			{"23E214",   {23,  4,  0}, "macOS", {"Sonoma",        {14,  4,  0}}},
+			{"23E224",   {23,  4,  0}, "macOS", {"Sonoma",        {14,  4,  1}}},
 		};
 		};