diff --git a/Scripts/kext_maestro.py b/Scripts/kext_maestro.py index a283a7e..3a3de71 100644 --- a/Scripts/kext_maestro.py +++ b/Scripts/kext_maestro.py @@ -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") } })