mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 21:59:28 +00:00
Extracted MPPlugin constants into separate header
This commit is contained in:
@@ -28,8 +28,6 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@class MPAutotypeCommand;
|
||||
@class KPKEntry;
|
||||
|
||||
FOUNDATION_EXPORT NSString *const kMPPluginFileExtension;
|
||||
|
||||
@interface MPPlugin : NSObject
|
||||
|
||||
@property (copy, readonly) NSString *identifier;
|
||||
@@ -37,6 +35,8 @@ FOUNDATION_EXPORT NSString *const kMPPluginFileExtension;
|
||||
@property (copy, readonly) NSString *version;
|
||||
@property (nonatomic, strong, readonly) NSBundle *bundle;
|
||||
|
||||
@property (readonly) NSString *requiredHostVersion; // the host version required for running the plugin in mayor.minor.path format
|
||||
|
||||
|
||||
/**
|
||||
If your plugin needs initalization override this method but you have to call [super initWithPluginHost:]
|
||||
|
||||
Reference in New Issue
Block a user