From d564151f7cfe38e720fb9d865c251b48a99527a5 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 2 Dec 2014 09:21:13 -0600 Subject: [PATCH] fixes a compiler warning. --- CoreDataUtil.xcodeproj/project.pbxproj | 2 +- CoreDataUtil/CoreData/MFLCoreDataIntrospection.h | 2 +- CoreDataUtil/CoreData/MFLCoreDataIntrospection.m | 2 +- CoreDataUtil/CoreDataPro-Info.plist | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CoreDataUtil.xcodeproj/project.pbxproj b/CoreDataUtil.xcodeproj/project.pbxproj index 5eec773..9b14876 100644 --- a/CoreDataUtil.xcodeproj/project.pbxproj +++ b/CoreDataUtil.xcodeproj/project.pbxproj @@ -500,7 +500,7 @@ ORGANIZATIONNAME = "mFluent LLC"; TargetAttributes = { C1CEFE501463779C00466EB3 = { - DevelopmentTeam = K386ENA6UZ; + DevelopmentTeam = WDCGJTU726; SystemCapabilities = { com.apple.InAppPurchase = { enabled = 0; diff --git a/CoreDataUtil/CoreData/MFLCoreDataIntrospection.h b/CoreDataUtil/CoreData/MFLCoreDataIntrospection.h index a2efb6d..dd6f0ce 100644 --- a/CoreDataUtil/CoreData/MFLCoreDataIntrospection.h +++ b/CoreDataUtil/CoreData/MFLCoreDataIntrospection.h @@ -63,7 +63,7 @@ - (void) executeFetch: (NSFetchRequest *)fetch; - (void)sortEntityData:(NSString *)fieldName; -+ (id)getDisplayValueForObject:(id)obj; +//+ (id)getDisplayValueForObject:(id)obj; - (NSInteger)getCurrentHistoryIndex; - (void)setCurrentHistoryIndex:(NSInteger)currentIndex; - (void)updateCoreDataHistory:(NSString *)name predicate:(NSPredicate *)predicate objectType:(MFLObjectType)type; diff --git a/CoreDataUtil/CoreData/MFLCoreDataIntrospection.m b/CoreDataUtil/CoreData/MFLCoreDataIntrospection.m index e1cca49..16b7c24 100644 --- a/CoreDataUtil/CoreData/MFLCoreDataIntrospection.m +++ b/CoreDataUtil/CoreData/MFLCoreDataIntrospection.m @@ -413,7 +413,7 @@ - (NSUInteger) entityDataCount { } - (NSArray*) getDataAtRow: (NSUInteger) row { - if (row >= 0 && row < [self entityDataCount]) { + if (row > 0 && row < [self entityDataCount]) { return (self.entityData)[row]; } else { diff --git a/CoreDataUtil/CoreDataPro-Info.plist b/CoreDataUtil/CoreDataPro-Info.plist index 7aaa73b..b285b26 100644 --- a/CoreDataUtil/CoreDataPro-Info.plist +++ b/CoreDataUtil/CoreDataPro-Info.plist @@ -70,11 +70,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3 + 1.4 CFBundleSignature ???? CFBundleVersion - 5 + 6 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion