mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 19:40:15 +10:00
sys_patch_dict.py: Add T1 base
This commit is contained in:
@@ -1414,6 +1414,7 @@ class SystemPatchDictionary():
|
|||||||
},
|
},
|
||||||
"/System/Library/PrivateFrameworks": {
|
"/System/Library/PrivateFrameworks": {
|
||||||
"EmbeddedOSInstall.framework": "13.6" # Required for biometrickitd
|
"EmbeddedOSInstall.framework": "13.6" # Required for biometrickitd
|
||||||
|
**({ "NearField.framework": "14.5" } if self.os_major >= os_data.os_data.sequoia else {}),
|
||||||
},
|
},
|
||||||
# Required for Apple Pay
|
# Required for Apple Pay
|
||||||
"/usr/lib": {
|
"/usr/lib": {
|
||||||
@@ -1428,7 +1429,7 @@ class SystemPatchDictionary():
|
|||||||
"libPN548_API.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": "13.6", # Required for Apple Pay
|
"nfcd": "13.6", # Required for Apple Pay
|
||||||
"nfrestore_service": "13.6", # Required for Apple Pay
|
"nfrestore_service": "13.6", # Required for Apple Pay
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user