mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 12:29:31 +00:00
Plugin display is now more verbose
The plugin settings now displays more information about a failed plugin instead of just not displaying anything at all.
This commit is contained in:
17
MacPass/MPPlugin_Private.h
Normal file
17
MacPass/MPPlugin_Private.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// MPPlugin+Private.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 20.11.17.
|
||||
// Copyright © 2017 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPPlugin.h"
|
||||
|
||||
@interface MPPlugin ()
|
||||
|
||||
@property (nonatomic, strong) NSBundle *bundle;
|
||||
@property (copy) NSString *errorMessage;
|
||||
@property BOOL enabled;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user