From 6b94cbd81bc87c4a4e0520f558ed99fcd781ebd0 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Fri, 16 Aug 2019 15:38:01 +0200 Subject: [PATCH] added prefix to prevent name clash --- MacPass/KPKEntry+MPCustomAttributeProperties.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/KPKEntry+MPCustomAttributeProperties.m b/MacPass/KPKEntry+MPCustomAttributeProperties.m index fabc6d6b..5ec7f4fe 100644 --- a/MacPass/KPKEntry+MPCustomAttributeProperties.m +++ b/MacPass/KPKEntry+MPCustomAttributeProperties.m @@ -23,7 +23,7 @@ #import "KPKEntry+MPCustomAttributeProperties.h" #import -NSString *const MPCustomAttributePropertyPrefix = @"valueForCustomAttribute"; +NSString *const MPCustomAttributePropertyPrefix = @"mp_valueForCustomAttribute"; @implementation KPKEntry (MPCustomAttributeProperties)