mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-15 03:46:28 +10:00
os_data.py: Add macOS Sonoma enum
Well it’s the time of year again, time to get cracking
This commit is contained in:
@@ -23,6 +23,7 @@ class os_data(enum.IntEnum):
|
||||
big_sur = 20
|
||||
monterey = 21
|
||||
ventura = 22
|
||||
sonoma = 23
|
||||
max_os = 99
|
||||
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ SFR_SOFTWARE_UPDATE_PATH: str = "SFR/com_apple_MobileAsset_SFRSoftwareUpdate/com
|
||||
CATALOG_URL_BASE: str = "https://swscan.apple.com/content/catalogs/others/index"
|
||||
CATALOG_URL_EXTENSION: str = ".merged-1.sucatalog"
|
||||
CATALOG_URL_VARIANTS: list = [
|
||||
"14",
|
||||
"13",
|
||||
"12",
|
||||
"10.16",
|
||||
|
||||
Reference in New Issue
Block a user