mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-17 21:24:40 +10:00
sys_patch_dict: Remove unneeded OS checks
This commit is contained in:
@@ -234,14 +234,14 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support):
|
|||||||
},
|
},
|
||||||
"Install": {
|
"Install": {
|
||||||
"/System/Library/Frameworks": {
|
"/System/Library/Frameworks": {
|
||||||
**({ "Metal.framework": "12.5-3802" } if os_major >= os_data.os_data.ventura else {}),
|
"Metal.framework": "12.5-3802",
|
||||||
},
|
},
|
||||||
"/System/Library/PrivateFrameworks": {
|
"/System/Library/PrivateFrameworks": {
|
||||||
"MTLCompiler.framework": "12.5-3802",
|
"MTLCompiler.framework": "12.5-3802",
|
||||||
"GPUCompiler.framework": "12.5-3802",
|
"GPUCompiler.framework": "12.5-3802",
|
||||||
},
|
},
|
||||||
"/System/Library/Sandbox/Profiles": {
|
"/System/Library/Sandbox/Profiles": {
|
||||||
**({ "com.apple.mtlcompilerservice.sb": "12.5-3802" } if os_major >= os_data.os_data.ventura else {}),
|
"com.apple.mtlcompilerservice.sb": "12.5-3802",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user