kdk_handler.py: Use pkg receipts for KDK validation

This commit is contained in:
Mykola Grymalyuk
2023-02-09 08:35:21 -07:00
parent dd06932fe5
commit 3b5e4f10f6
2 changed files with 51 additions and 4 deletions

View File

@@ -17,6 +17,7 @@
- Prioritizes KdkSupportPkg repository for downloads
- Skips calls to Apple's now defunct Developer Portal API
- Support local loose matching when no network connection is available
- Implement pkg receipt verification to validate integrity of KDKs
- Implemented logging framework usage for more reliable logging
- Logs are stored under `~/OpenCore-Patcher.log`
- Subsequent runs are appended to the log, allowing for easy debugging