mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
sys_patch_dict.py: Adjust formatting
This commit is contained in:
@@ -1416,7 +1416,7 @@ class SystemPatchDictionary():
|
|||||||
"LocalAuthentication.framework": "13.6" # Required for Password Authentication (SharedUtils.framework)
|
"LocalAuthentication.framework": "13.6" # Required for Password Authentication (SharedUtils.framework)
|
||||||
},
|
},
|
||||||
"/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 {}),
|
**({ "NearField.framework": "14.5" } if self.os_major >= os_data.os_data.sequoia else {}),
|
||||||
},
|
},
|
||||||
# Required for Apple Pay
|
# Required for Apple Pay
|
||||||
|
|||||||
Reference in New Issue
Block a user