sys_patch: Disable QC for testing

This commit is contained in:
Mykola Grymalyuk
2023-06-08 18:31:14 -06:00
parent 5e45ea92bc
commit e5a260b74b
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ class SystemPatchDictionary():
"OpenGL.framework": "10.14.3",
"CoreDisplay.framework": f"10.14.4-{self.os_major}",
"IOSurface.framework": f"10.15.7-{self.os_major}",
"QuartzCore.framework": f"10.15.7-{self.os_major}",
**({"QuartzCore.framework": f"10.15.7-{self.os_major}"} if self.os_major < os_data.os_data.sonoma else {}),
},
"/System/Library/PrivateFrameworks": {
"GPUSupport.framework": "10.14.3",