From 47fdee7301910706a2b9b7cdef5ff2a449b97f81 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Tue, 15 May 2018 15:09:00 +0200 Subject: [PATCH] fixed spelling in bundle keys --- MacPass/MPConstants.h | 6 +++--- MacPass/MPConstants.m | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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";