mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Update OpenCore Legacy Patcher compatibility in macOS Tahoe
This commit is contained in:
@@ -83,7 +83,7 @@ class CompatibilityChecker:
|
|||||||
|
|
||||||
max_version = os_data.get_latest_darwin_version()
|
max_version = os_data.get_latest_darwin_version()
|
||||||
min_version = os_data.get_lowest_darwin_version()
|
min_version = os_data.get_lowest_darwin_version()
|
||||||
ocl_patched_max_version = os_data.get_latest_darwin_version(include_beta=False)
|
ocl_patched_max_version = "24.99.99"
|
||||||
ocl_patched_min_version = "20.0.0"
|
ocl_patched_min_version = "20.0.0"
|
||||||
|
|
||||||
if "Intel" in gpu_manufacturer:
|
if "Intel" in gpu_manufacturer:
|
||||||
|
|||||||
Reference in New Issue
Block a user