From c0ae23367e80586e25a6f124df661e6174ff1775 Mon Sep 17 00:00:00 2001 From: Eduardo Covas <44532297+educovas@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:30:06 -0300 Subject: [PATCH] t1_security.py: Fix SharedUtils --- .../sys_patch/patchsets/hardware/misc/t1_security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f6506ea1a..9071edc09 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 @@ -56,7 +56,7 @@ class T1SecurityChip(BaseHardware): "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) + "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 }, "/System/Library/PrivateFrameworks": {