mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-17 19:29:24 +00:00
fixed spelling in bundle keys
This commit is contained in:
@@ -37,7 +37,7 @@ FOUNDATION_EXPORT NSString *const MPPluginUTI;
|
|||||||
/**
|
/**
|
||||||
Bundle keys
|
Bundle keys
|
||||||
*/
|
*/
|
||||||
FOUNDATION_EXPORT NSString *const MPBundleHelpURLKey; // MPHelpURL
|
FOUNDATION_EXPORT NSString *const MPBundleHelpURLKey;
|
||||||
FOUNDATION_EXPORT NSString *const MPBundlePluginRepositoryURLKey; // MPPluginRepositoryURL
|
FOUNDATION_EXPORT NSString *const MPBundlePluginRepositoryURLKey;
|
||||||
FOUNDATION_EXPORT NSString *const MPBundlePluginCompaibilityURLKey; // MPPluginCompaibilityURL
|
FOUNDATION_EXPORT NSString *const MPPluginCompatibilityURLKey;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -28,6 +28,6 @@ NSString *const MPKdbxDocumentUTI = @"com.hicknhack.macpass.kdbx";
|
|||||||
NSString *const MPPluginUTI = @"com.hicknhack.macpass.plugin";
|
NSString *const MPPluginUTI = @"com.hicknhack.macpass.plugin";
|
||||||
|
|
||||||
NSString *const MPBundleHelpURLKey = @"MPHelpURL";
|
NSString *const MPBundleHelpURLKey = @"MPHelpURL";
|
||||||
NSString *const MPBundlePluginRepositoryURLKey = @"MPPluginRepositoryURLKey";
|
NSString *const MPBundlePluginRepositoryURLKey = @"MPPluginRepositoryURL";
|
||||||
NSString *const MPBundlePluginCompadibilityURLKey = @"MPPluginCompadibilityURLKey";
|
NSString *const MPPluginCompatibilityURLKey = @"MPPluginCompatibilityURLKey";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user