mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 06:10:00 +10:00
Sync PatcherSupportPkg
This commit is contained in:
@@ -14,7 +14,7 @@ class Constants:
|
|||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version: str = "1.6.0" # OpenCore-Legacy-Patcher
|
self.patcher_version: str = "1.6.0" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version: str = "1.7.6" # PatcherSupportPkg
|
self.patcher_support_pkg_version: str = "1.7.7" # PatcherSupportPkg
|
||||||
self.copyright_date: str = "Copyright © 2020-2024 Dortania"
|
self.copyright_date: str = "Copyright © 2020-2024 Dortania"
|
||||||
self.patcher_name: str = "OpenCore Legacy Patcher"
|
self.patcher_name: str = "OpenCore Legacy Patcher"
|
||||||
|
|
||||||
|
|||||||
@@ -55,8 +55,9 @@ class T1SecurityChip(BaseHardware):
|
|||||||
return {
|
return {
|
||||||
"T1 Security Chip": {
|
"T1 Security Chip": {
|
||||||
PatchType.INSTALL_SYSTEM_VOLUME: {
|
PatchType.INSTALL_SYSTEM_VOLUME: {
|
||||||
"/System/Library/Frameworks": {
|
"/System/Library/Frameworks/LocalAuthentication.framework/Support": {
|
||||||
"LocalAuthentication.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": {
|
"/System/Library/PrivateFrameworks": {
|
||||||
"EmbeddedOSInstall.framework": "13.6", # Required for biometrickitd
|
"EmbeddedOSInstall.framework": "13.6", # Required for biometrickitd
|
||||||
|
|||||||
Reference in New Issue
Block a user