Instance Property
pluginBundlesRename
Maps plugin class names to their respective bundles. There might be multiple class names pointing to the same bundle.
Declaration
var pluginBundlesRename: NSMutableDictionary { get set }Declaration
@property (strong) NSMutableDictionary<NSString *,NSBundle *> * pluginBundlesRename;Declaration
pluginBundlesRename() -> dict[str, NSBundle]
setPluginBundlesRename_(pluginBundlesRename: dict[str, NSBundle])