Store all bundle libraries of each kext

This commit is contained in:
Hoang Hong Quan
2024-10-13 14:37:02 +07:00
parent 665789d78f
commit 1dc176af0b

View File

@@ -324,7 +324,6 @@ class KextMaestro:
"BundleLibraries": {
bundle_identifier: bundle_version
for bundle_identifier, bundle_version in bundle_info.get("OSBundleLibraries", {}).items()
if not bundle_identifier.startswith("com.apple")
}
})