Merge branch 'main' into ventura-alpha

This commit is contained in:
Mykola Grymalyuk
2022-09-15 21:26:47 -06:00
committed by GitHub
3 changed files with 17 additions and 0 deletions

View File

@@ -50,6 +50,11 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support):
"SkyLight.framework": f"10.14.6-{os_major}",
},
},
"Install Non-Root": {
"/Library/Apple/System/Library/StagedFrameworks/Safari": {
**({ "WebKit.framework": "11.6" } if os_major >= os_data.os_data.monterey else {}),
},
},
"Remove": {
"/System/Library/Extensions": [
"AMDRadeonX4000.kext",
@@ -212,6 +217,11 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support):
**({ "WebKit.framework": "11.6" } if os_major == os_data.os_data.monterey else {}),
},
},
"Install Non-Root": {
"/Library/Apple/System/Library/StagedFrameworks/Safari": {
"WebKit.framework": "11.6"
},
},
},
# Intel Ivy Bridge, Haswell and Nvidia Kepler are Metal 3802-based GPUs