فهرست منبع

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

Laytan Laats 10 ماه پیش
والد
کامیت
7989d512a0
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      core/sys/info/platform_darwin.odin
  2. 1 0
      src/bug_report.cpp

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

@@ -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)

+ 1 - 0
src/bug_report.cpp

@@ -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}}},
 		};