mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Reindent and align and f ix Ventura kernel+version swap.
This commit is contained in:
@@ -495,23 +495,23 @@ macos_release_map: map[string]Darwin_To_Release = {
|
|||||||
"21G1974" = {{21, 6, 0}, "macOS", {"Monterey", {12, 7, 2}}},
|
"21G1974" = {{21, 6, 0}, "macOS", {"Monterey", {12, 7, 2}}},
|
||||||
|
|
||||||
// MacOS Ventura
|
// MacOS Ventura
|
||||||
"22A380" = {{13, 0, 0}, "macOS", {"Ventura", {22, 1, 0}}},
|
"22A380" = {{22, 1, 0}, "macOS", {"Ventura", {13, 0, 0}}},
|
||||||
"22A400" = {{13, 0, 1}, "macOS", {"Ventura", {22, 1, 0}}},
|
"22A400" = {{22, 1, 0}, "macOS", {"Ventura", {13, 0, 1}}},
|
||||||
"22C65" = {{13, 1, 0}, "macOS", {"Ventura", {22, 2, 0}}},
|
"22C65" = {{22, 2, 0}, "macOS", {"Ventura", {13, 1, 0}}},
|
||||||
"22D49" = {{13, 2, 0}, "macOS", {"Ventura", {22, 3, 0}}},
|
"22D49" = {{22, 3, 0}, "macOS", {"Ventura", {13, 2, 0}}},
|
||||||
"22D68" = {{13, 2, 1}, "macOS", {"Ventura", {22, 3, 0}}},
|
"22D68" = {{22, 3, 0}, "macOS", {"Ventura", {13, 2, 1}}},
|
||||||
"22E252" = {{13, 3, 0}, "macOS", {"Ventura", {22, 4, 0}}},
|
"22E252" = {{22, 4, 0}, "macOS", {"Ventura", {13, 3, 0}}},
|
||||||
"22E261" = {{13, 3, 1}, "macOS", {"Ventura", {22, 4, 0}}},
|
"22E261" = {{22, 4, 0}, "macOS", {"Ventura", {13, 3, 1}}},
|
||||||
"22F66" = {{13, 4, 0}, "macOS", {"Ventura", {22, 5, 0}}},
|
"22F66" = {{22, 5, 0}, "macOS", {"Ventura", {13, 4, 0}}},
|
||||||
"22F82" = {{13, 4, 1}, "macOS", {"Ventura", {22, 5, 0}}},
|
"22F82" = {{22, 5, 0}, "macOS", {"Ventura", {13, 4, 1}}},
|
||||||
"22E772610a" = {{13, 4, 1}, "macOS", {"Ventura", {22, 5, 0}}},
|
"22E772610a" = {{22, 5, 0}, "macOS", {"Ventura", {13, 4, 1}}},
|
||||||
"22F770820d" = {{13, 4, 1}, "macOS", {"Ventura", {22, 5, 0}}},
|
"22F770820d" = {{22, 5, 0}, "macOS", {"Ventura", {13, 4, 1}}},
|
||||||
"22G74" = {{13, 5, 0}, "macOS", {"Ventura", {22, 6, 0}}},
|
"22G74" = {{22, 6, 0}, "macOS", {"Ventura", {13, 5, 0}}},
|
||||||
"22G90" = {{13, 5, 1}, "macOS", {"Ventura", {22, 6, 0}}},
|
"22G90" = {{22, 6, 0}, "macOS", {"Ventura", {13, 5, 1}}},
|
||||||
"22G91" = {{13, 5, 2}, "macOS", {"Ventura", {22, 6, 0}}},
|
"22G91" = {{22, 6, 0}, "macOS", {"Ventura", {13, 5, 2}}},
|
||||||
"22G120" = {{13, 6, 0}, "macOS", {"Ventura", {22, 6, 0}}},
|
"22G120" = {{22, 6, 0}, "macOS", {"Ventura", {13, 6, 0}}},
|
||||||
"22G313" = {{13, 6, 1}, "macOS", {"Ventura", {22, 6, 0}}},
|
"22G313" = {{22, 6, 0}, "macOS", {"Ventura", {13, 6, 1}}},
|
||||||
"22G320" = {{13, 6, 2}, "macOS", {"Ventura", {22, 6, 0}}},
|
"22G320" = {{22, 6, 0}, "macOS", {"Ventura", {13, 6, 2}}},
|
||||||
|
|
||||||
// MacOS Sonoma
|
// MacOS Sonoma
|
||||||
"23A344" = {{23, 0, 0}, "macOS", {"Sonoma", {14, 0, 0}}},
|
"23A344" = {{23, 0, 0}, "macOS", {"Sonoma", {14, 0, 0}}},
|
||||||
|
|||||||
Reference in New Issue
Block a user