Ensure patched GeForce kext is used for Sonoma

**WARNING: users with Nvidia Kepler GPUs to revert root patches before patching.
This commit is contained in:
Eduardo Covas
2023-08-20 16:21:38 -03:00
committed by GitHub
parent 36f69c4f21
commit e800612bcf

View File

@@ -569,7 +569,7 @@ class SystemPatchDictionary():
},
"Install": {
"/System/Library/Extensions": {
"GeForce.kext": "12.0 Beta 6",
"GeForce.kext": "12.0 Beta 6" if self.os_major < os_data.os_data.sonoma else "12.0 Beta 6-23",
"NVDAGF100Hal.kext": "12.0 Beta 6",
"NVDAGK100Hal.kext": "12.0 Beta 6",
"NVDAResman.kext": "12.0 Beta 6",
@@ -1251,4 +1251,4 @@ class SystemPatchDictionary():
},
},
},
}
}