From 1dc176af0b76b9c65426b792a4cba173ae83652f Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Sun, 13 Oct 2024 14:37:02 +0700 Subject: [PATCH] Store all bundle libraries of each kext --- Scripts/kext_maestro.py | 1 - 1 file changed, 1 deletion(-) 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") } })