From 414d114b85849158cfb4825fcb52a88d2423a902 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Sun, 21 Jul 2024 12:23:25 -0600 Subject: [PATCH] sucatalog: Sync versioning to Sequoia --- opencore_legacy_patcher/sucatalog/products.py | 2 +- opencore_legacy_patcher/sucatalog/url.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opencore_legacy_patcher/sucatalog/products.py b/opencore_legacy_patcher/sucatalog/products.py index 4beba6934..9cfc3d15f 100644 --- a/opencore_legacy_patcher/sucatalog/products.py +++ b/opencore_legacy_patcher/sucatalog/products.py @@ -29,7 +29,7 @@ class CatalogProducts: catalog: dict, install_assistants_only: bool = True, only_vmm_install_assistants: bool = True, - max_install_assistant_version: CatalogVersion = CatalogVersion.SONOMA + max_install_assistant_version: CatalogVersion = CatalogVersion.SEQUOIA ) -> None: self.catalog: dict = catalog self.ia_only: bool = install_assistants_only diff --git a/opencore_legacy_patcher/sucatalog/url.py b/opencore_legacy_patcher/sucatalog/url.py index 7c3be128f..1ceeabd2a 100644 --- a/opencore_legacy_patcher/sucatalog/url.py +++ b/opencore_legacy_patcher/sucatalog/url.py @@ -29,7 +29,7 @@ class CatalogURL: extension (CatalogExtension): Extension for the catalog URL """ def __init__(self, - version: CatalogVersion = CatalogVersion.SONOMA, + version: CatalogVersion = CatalogVersion.SEQUOIA, seed: SeedType = SeedType.PublicRelease, extension: CatalogExtension = CatalogExtension.PLIST ) -> None: