Commit d564151 Chris Wilson
committed
1 parent 11f2bed commit d564151 Copy full SHA for d564151
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 500
500
ORGANIZATIONNAME = "mFluent LLC";
501
501
TargetAttributes = {
502
502
C1CEFE501463779C00466EB3 = {
503
- DevelopmentTeam = K386ENA6UZ ;
503
+ DevelopmentTeam = WDCGJTU726 ;
504
504
SystemCapabilities = {
505
505
com.apple.InAppPurchase = {
506
506
enabled = 0;
Original file line number Diff line number Diff line change 63
63
- (void ) executeFetch : (NSFetchRequest *)fetch ;
64
64
65
65
- (void )sortEntityData : (NSString *)fieldName ;
66
- + (id )getDisplayValueForObject : (id )obj ;
66
+ // + (id)getDisplayValueForObject:(id)obj;
67
67
- (NSInteger )getCurrentHistoryIndex ;
68
68
- (void )setCurrentHistoryIndex : (NSInteger )currentIndex ;
69
69
- (void )updateCoreDataHistory : (NSString *)name predicate : (NSPredicate *)predicate objectType : (MFLObjectType)type ;
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ - (NSUInteger) entityDataCount {
413
413
}
414
414
415
415
- (NSArray *) getDataAtRow : (NSUInteger ) row {
416
- if (row >= 0 && row < [self entityDataCount ]) {
416
+ if (row > 0 && row < [self entityDataCount ]) {
417
417
return (self.entityData )[row];
418
418
}
419
419
else {
Original file line number Diff line number Diff line change 70
70
<key >CFBundlePackageType </key >
71
71
<string >APPL </string >
72
72
<key >CFBundleShortVersionString </key >
73
- <string >1.3 </string >
73
+ <string >1.4 </string >
74
74
<key >CFBundleSignature </key >
75
75
<string >???? </string >
76
76
<key >CFBundleVersion </key >
77
- <string >5 </string >
77
+ <string >6 </string >
78
78
<key >LSApplicationCategoryType </key >
79
79
<string >public.app-category.developer-tools </string >
80
80
<key >LSMinimumSystemVersion </key >
You can’t perform that action at this time.
0 commit comments