IOS-1673 Rename into NSArray+Take

IOS-1673
Dirk Zimmermann 2020-10-23 10:05:58 +02:00
parent 8cf88276a4
commit f70f1822a3
4 changed files with 12 additions and 12 deletions

View File

@ -46,7 +46,7 @@
435C0CBB2229380E0025C6B5 /* NSNumber+PEPRating.h in Headers */ = {isa = PBXBuildFile; fileRef = 435665CA2080A6CB00EC5B10 /* NSNumber+PEPRating.h */; settings = {ATTRIBUTES = (Public, ); }; };
435C0CD922296B660025C6B5 /* PEPAttachment.h in Headers */ = {isa = PBXBuildFile; fileRef = 439D91A3208479EE003F6AC2 /* PEPAttachment.h */; settings = {ATTRIBUTES = (Public, ); }; };
435F5164222045FB006EB11F /* PEPIdentity.h in Headers */ = {isa = PBXBuildFile; fileRef = 435F5163222045FB006EB11F /* PEPIdentity.h */; settings = {ATTRIBUTES = (Public, ); }; };
435F5168222046C2006EB11F /* NSArray+Extension.m in Sources */ = {isa = PBXBuildFile; fileRef = 43209B271ECC2ACD007E7E2E /* NSArray+Extension.m */; };
435F5168222046C2006EB11F /* NSArray+Take.m in Sources */ = {isa = PBXBuildFile; fileRef = 43209B271ECC2ACD007E7E2E /* NSArray+Take.m */; };
435F5169222046C2006EB11F /* PEPCSVScanner.m in Sources */ = {isa = PBXBuildFile; fileRef = 43209B291ECC2ACD007E7E2E /* PEPCSVScanner.m */; };
435F516A222046C2006EB11F /* PEPLanguage.m in Sources */ = {isa = PBXBuildFile; fileRef = 43209B2B1ECC2ACD007E7E2E /* PEPLanguage.m */; };
435F516C222046C2006EB11F /* PEPObjCAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 43209B301ECC2ACD007E7E2E /* PEPObjCAdapter.m */; };
@ -158,8 +158,8 @@
430CD9B52292ADAC00AAC37F /* PEPSendMessageDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PEPSendMessageDelegate.h; path = PEPObjCAdapterFramework/PEPSendMessageDelegate.h; sourceTree = SOURCE_ROOT; };
430CD9BA2292AEDD00AAC37F /* PEPNotifyHandshakeDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PEPNotifyHandshakeDelegate.h; path = PEPObjCAdapterFramework/PEPNotifyHandshakeDelegate.h; sourceTree = SOURCE_ROOT; };
430CD9BF2292B1EA00AAC37F /* PEPSync_Internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PEPSync_Internal.h; sourceTree = "<group>"; };
43209B261ECC2ACD007E7E2E /* NSArray+Extension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+Extension.h"; sourceTree = "<group>"; };
43209B271ECC2ACD007E7E2E /* NSArray+Extension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+Extension.m"; sourceTree = "<group>"; };
43209B261ECC2ACD007E7E2E /* NSArray+Take.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+Take.h"; sourceTree = "<group>"; };
43209B271ECC2ACD007E7E2E /* NSArray+Take.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+Take.m"; sourceTree = "<group>"; };
43209B281ECC2ACD007E7E2E /* PEPCSVScanner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PEPCSVScanner.h; sourceTree = "<group>"; };
43209B291ECC2ACD007E7E2E /* PEPCSVScanner.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PEPCSVScanner.m; sourceTree = "<group>"; };
43209B2A1ECC2ACD007E7E2E /* PEPLanguage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PEPLanguage.h; sourceTree = "<group>"; };
@ -409,8 +409,8 @@
438C0EE1254026E200337922 /* Extensions */ = {
isa = PBXGroup;
children = (
43209B261ECC2ACD007E7E2E /* NSArray+Extension.h */,
43209B271ECC2ACD007E7E2E /* NSArray+Extension.m */,
43209B261ECC2ACD007E7E2E /* NSArray+Take.h */,
43209B271ECC2ACD007E7E2E /* NSArray+Take.m */,
438C0ECA254020A400337922 /* NSArray+Engine.h */,
438C0ECB254020F000337922 /* NSArray+Engine.m */,
438C0F1125402D6400337922 /* PEPIdentity+Engine.h */,
@ -692,7 +692,7 @@
435F516C222046C2006EB11F /* PEPObjCAdapter.m in Sources */,
435F5177222046C2006EB11F /* NSError+PEP.m in Sources */,
435F516A222046C2006EB11F /* PEPLanguage.m in Sources */,
435F5168222046C2006EB11F /* NSArray+Extension.m in Sources */,
435F5168222046C2006EB11F /* NSArray+Take.m in Sources */,
435F516E222046C2006EB11F /* PEPInternalSession.m in Sources */,
43ECE9C925407FF3005F1925 /* PEPMessage+Engine.m in Sources */,
435F5172222046C2006EB11F /* PEPSessionProvider.m in Sources */,

View File

@ -1,5 +1,5 @@
//
// NSArray+Extension.h
// NSArray+Take.h
// pEpiOSAdapter
//
// Created by Dirk Zimmermann on 03.05.17.
@ -15,7 +15,7 @@
@end
@interface NSArray (Extension)
@interface NSArray (Take)
/**
@Return The next count elements or nil, if less than that amount available.

View File

@ -1,12 +1,12 @@
//
// NSArray+Extension.m
// NSArray+Take.m
// pEpiOSAdapter
//
// Created by Dirk Zimmermann on 03.05.17.
// Copyright © 2017 pp. All rights reserved.
//
#import "NSArray+Extension.h"
#import "NSArray+Take.h"
@implementation ArrayTake
@ -21,7 +21,7 @@
@end
@implementation NSArray (Extension)
@implementation NSArray (Take)
- (ArrayTake * _Nullable)takeOrNil:(NSInteger)count
{

View File

@ -14,7 +14,7 @@
#import "PEPObjCAdapter+Internal.h"
#import "PEPLanguage.h"
#import "PEPCSVScanner.h"
#import "NSArray+Extension.h"
#import "NSArray+Take.h"
#import "PEPIdentity.h"
#import "PEPMessage.h"
#import "NSError+PEP+Internal.h"