diff --git a/MacPass/MPConstants.h b/MacPass/MPConstants.h index ec587ae1..ef3e1577 100644 --- a/MacPass/MPConstants.h +++ b/MacPass/MPConstants.h @@ -37,7 +37,7 @@ FOUNDATION_EXPORT NSString *const MPPluginUTI; /** Bundle keys */ -FOUNDATION_EXPORT NSString *const MPBundleHelpURLKey; // MPHelpURL -FOUNDATION_EXPORT NSString *const MPBundlePluginRepositoryURLKey; // MPPluginRepositoryURL -FOUNDATION_EXPORT NSString *const MPBundlePluginCompaibilityURLKey; // MPPluginCompaibilityURL +FOUNDATION_EXPORT NSString *const MPBundleHelpURLKey; +FOUNDATION_EXPORT NSString *const MPBundlePluginRepositoryURLKey; +FOUNDATION_EXPORT NSString *const MPPluginCompatibilityURLKey; #endif diff --git a/MacPass/MPConstants.m b/MacPass/MPConstants.m index 15ecb541..99041ee1 100644 --- a/MacPass/MPConstants.m +++ b/MacPass/MPConstants.m @@ -28,6 +28,6 @@ NSString *const MPKdbxDocumentUTI = @"com.hicknhack.macpass.kdbx"; NSString *const MPPluginUTI = @"com.hicknhack.macpass.plugin"; NSString *const MPBundleHelpURLKey = @"MPHelpURL"; -NSString *const MPBundlePluginRepositoryURLKey = @"MPPluginRepositoryURLKey"; -NSString *const MPBundlePluginCompadibilityURLKey = @"MPPluginCompadibilityURLKey"; +NSString *const MPBundlePluginRepositoryURLKey = @"MPPluginRepositoryURL"; +NSString *const MPPluginCompatibilityURLKey = @"MPPluginCompatibilityURLKey";