Skip to content

Commit cc91d84

Browse files
author
Nickolas Pohilets
committedAug 27, 2014
Fixed integration problems
1 parent 3df1920 commit cc91d84

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎NSEnumeratorLinq.xcodeproj/project.pbxproj

-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@
331331
GCC_WARN_UNINITIALIZED_AUTOS = YES;
332332
GCC_WARN_UNUSED_VARIABLE = YES;
333333
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
334-
ONLY_ACTIVE_ARCH = YES;
335334
SDKROOT = iphoneos;
336335
};
337336
name = Debug;

‎NSEnumeratorLinq/NSKeyValuePair.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
@interface NSKeyValuePair : NSObject
1212

13-
@property (nonatomic) id key;
14-
@property (nonatomic) id value;
13+
@property (nonatomic,retain) id key;
14+
@property (nonatomic,retain) id value;
1515

1616
- (id)kvKey;
1717
- (id)kvValue;

0 commit comments

Comments
 (0)
Please sign in to comment.