diff --git a/opencore_legacy_patcher/sys_patch/patchsets/hardware/misc/t1_security.py b/opencore_legacy_patcher/sys_patch/patchsets/hardware/misc/t1_security.py index 9071edc09..21cb76d85 100644 --- a/opencore_legacy_patcher/sys_patch/patchsets/hardware/misc/t1_security.py +++ b/opencore_legacy_patcher/sys_patch/patchsets/hardware/misc/t1_security.py @@ -51,13 +51,13 @@ class T1SecurityChip(BaseHardware): """ if self.native_os() is True: return {} - + return { "T1 Security Chip": { PatchType.INSTALL_SYSTEM_VOLUME: { "/System/Library/Frameworks/LocalAuthentication.framework/Support": { "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": { "EmbeddedOSInstall.framework": "13.6", # Required for biometrickitd