mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 12:00:15 +10:00
Sync PatcherSupportPkg
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
- Resolve T1 Security Chip support on macOS 14
|
- Resolve T1 Security Chip support on macOS 14
|
||||||
- Applicable for MacBookPro13,2, MacBookPro13,3, MacBookPro14,2, MacBookPro14,3
|
- Applicable for MacBookPro13,2, MacBookPro13,3, MacBookPro14,2, MacBookPro14,3
|
||||||
- Increment Binaries:
|
- Increment Binaries:
|
||||||
- PatcherSupportPkg 1.4.1 - release
|
- PatcherSupportPkg 1.4.2 - release
|
||||||
- AirportBrcmFixup 2.1.8 - release
|
- AirportBrcmFixup 2.1.8 - release
|
||||||
- BlueToolFixup 2.6.8 - release
|
- BlueToolFixup 2.6.8 - release
|
||||||
- RestrictEvents 1.1.3 - release
|
- RestrictEvents 1.1.3 - release
|
||||||
|
|||||||
@@ -1342,13 +1342,18 @@ class SystemPatchDictionary():
|
|||||||
},
|
},
|
||||||
# Required for Apple Pay
|
# Required for Apple Pay
|
||||||
"/usr/lib": {
|
"/usr/lib": {
|
||||||
"libNFC_Comet.dylib": "13.6",
|
"libNFC_Comet.dylib": "13.6",
|
||||||
"libNFC_HAL.dylib": "13.6",
|
"libNFC_HAL.dylib": "13.6",
|
||||||
"libPN548_API.dylib": "13.6"
|
|
||||||
|
"libnfshared.dylib": "13.6",
|
||||||
|
"libnfshared.dylibOld.dylib": "13.6",
|
||||||
|
"libnfstorage.dylib": "13.6",
|
||||||
|
|
||||||
|
"libPN548_API.dylib": "13.6"
|
||||||
},
|
},
|
||||||
"/usr/libexec": {
|
"/usr/libexec": {
|
||||||
"biometrickitd": "13.6", # Required for Touch ID
|
"biometrickitd": "13.6", # Required for Touch ID
|
||||||
**({"nfcd": "14.0"} if (self.os_float >= self.macOS_14_1) else {}), # Missing symbol ('_NFDriverEnableReaderModeDynamicBBAControl')
|
"nfcd": "13.6", # Required for Apple Pay
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ class Constants:
|
|||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version: str = "1.1.0" # OpenCore-Legacy-Patcher
|
self.patcher_version: str = "1.1.0" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version: str = "1.4.1" # PatcherSupportPkg
|
self.patcher_support_pkg_version: str = "1.4.2" # PatcherSupportPkg
|
||||||
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
|
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
|
||||||
self.patcher_name: str = "OpenCore Legacy Patcher"
|
self.patcher_name: str = "OpenCore Legacy Patcher"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user