Renamed MPPluginManager to MPPluginHost

This commit is contained in:
michael starke
2017-02-14 15:40:52 +01:00
parent 44d0dcf0c0
commit f8b80662bd
9 changed files with 216 additions and 296 deletions

View File

@@ -29,7 +29,7 @@
#import "MPDocumentWindowController.h"
#import "MPLockDaemon.h"
#import "MPPasswordCreatorViewController.h"
#import "MPPluginManager.h"
#import "MPPluginHost.h"
#import "MPSettingsHelper.h"
#import "MPSettingsWindowController.h"
#import "MPStringLengthValueTransformer.h"
@@ -161,7 +161,7 @@ NSString *const MPDidChangeStoredKeyFilesSettings = @"com.hicknhack.macpass.MPDi
[MPLockDaemon defaultDaemon];
[MPAutotypeDaemon defaultDaemon];
/* Create Plugin Manager */
[MPPluginManager sharedManager];
[MPPluginHost sharedHost];
#ifndef DEBUG
/* Only enable updater in Release */
[SUUpdater sharedUpdater];