mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
t1_security.py: Temporarily disable Touch ID patch
This commit is contained in:
@@ -57,7 +57,7 @@ class T1SecurityChip(BaseHardware):
|
|||||||
PatchType.INSTALL_SYSTEM_VOLUME: {
|
PatchType.INSTALL_SYSTEM_VOLUME: {
|
||||||
"/System/Library/Frameworks/LocalAuthentication.framework/Support": {
|
"/System/Library/Frameworks/LocalAuthentication.framework/Support": {
|
||||||
"SharedUtils.framework": f"13.6-{self._xnu_major}", # Required for Password Authentication (SharedUtils.framework)
|
"SharedUtils.framework": f"13.6-{self._xnu_major}", # Required for Password Authentication (SharedUtils.framework)
|
||||||
**({ "MechanismPlugins": "15.0 Beta 4" } if self._xnu_major >= os_data.sequoia else {}), # Required to add a TouchID fingerprint
|
#**({ "MechanismPlugins": "15.0 Beta 4" } if self._xnu_major >= os_data.sequoia else {}), # Required to add a TouchID fingerprint
|
||||||
},
|
},
|
||||||
"/System/Library/PrivateFrameworks": {
|
"/System/Library/PrivateFrameworks": {
|
||||||
"EmbeddedOSInstall.framework": "13.6", # Required for biometrickitd
|
"EmbeddedOSInstall.framework": "13.6", # Required for biometrickitd
|
||||||
|
|||||||
Reference in New Issue
Block a user