Skip to content

Commit b8b6cb4

Browse files
committed
Merge pull request ReactiveCocoa#2869 from ReactiveCocoa/make-racdelegateproxy-public
Make RACDelegateProxy public
2 parents 551d418 + 32ebad4 commit b8b6cb4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ReactiveCocoa.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,10 @@
375375
A9F793341B60D0140026BCBA /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = D871D69E1B3B29A40070F16C /* Optional.swift */; };
376376
B696FB811A7640C00075236D /* TestError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B696FB801A7640C00075236D /* TestError.swift */; };
377377
B696FB821A7640C00075236D /* TestError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B696FB801A7640C00075236D /* TestError.swift */; };
378+
BEBDD6E51CDC292D009A75A9 /* RACDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = D037646B19EDA41200A782A9 /* RACDelegateProxy.h */; settings = {ATTRIBUTES = (Public, ); }; };
379+
BEBDD6E61CDC292D009A75A9 /* RACDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = D037646B19EDA41200A782A9 /* RACDelegateProxy.h */; settings = {ATTRIBUTES = (Public, ); }; };
380+
BEBDD6E71CDC292E009A75A9 /* RACDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = D037646B19EDA41200A782A9 /* RACDelegateProxy.h */; settings = {ATTRIBUTES = (Public, ); }; };
381+
BEBDD6E81CDC292F009A75A9 /* RACDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = D037646B19EDA41200A782A9 /* RACDelegateProxy.h */; settings = {ATTRIBUTES = (Public, ); }; };
378382
BFA6B94D1A7604D400C846D1 /* SignalProducerNimbleMatchers.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFA6B94A1A76044800C846D1 /* SignalProducerNimbleMatchers.swift */; };
379383
BFA6B94E1A7604D500C846D1 /* SignalProducerNimbleMatchers.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFA6B94A1A76044800C846D1 /* SignalProducerNimbleMatchers.swift */; };
380384
C79B64741CD38B2B003F2376 /* TestLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C79B64731CD38B2B003F2376 /* TestLogger.swift */; };
@@ -1814,6 +1818,7 @@
18141818
57A4D20D1BA13D7A00F7D4B1 /* metamacros.h in Headers */,
18151819
57A4D20E1BA13D7A00F7D4B1 /* NSArray+RACSequenceAdditions.h in Headers */,
18161820
57A4D20F1BA13D7A00F7D4B1 /* NSData+RACSupport.h in Headers */,
1821+
BEBDD6E51CDC292D009A75A9 /* RACDelegateProxy.h in Headers */,
18171822
57A4D2101BA13D7A00F7D4B1 /* NSDictionary+RACSequenceAdditions.h in Headers */,
18181823
57A4D2111BA13D7A00F7D4B1 /* NSEnumerator+RACSequenceAdditions.h in Headers */,
18191824
57A4D2121BA13D7A00F7D4B1 /* NSFileHandle+RACSupport.h in Headers */,
@@ -1900,6 +1905,7 @@
19001905
A9B315EE1B3940AC0001CB9C /* RACCompoundDisposable.h in Headers */,
19011906
A9B315F01B3940AC0001CB9C /* RACDisposable.h in Headers */,
19021907
A9B315F71B3940AC0001CB9C /* RACEvent.h in Headers */,
1908+
BEBDD6E61CDC292D009A75A9 /* RACDelegateProxy.h in Headers */,
19031909
A9B315F81B3940AC0001CB9C /* RACGroupedSignal.h in Headers */,
19041910
A9B315FB1B3940AC0001CB9C /* RACKVOChannel.h in Headers */,
19051911
A9B315FE1B3940AC0001CB9C /* RACMulticastConnection.h in Headers */,
@@ -1946,6 +1952,7 @@
19461952
D03765C419EDA41200A782A9 /* RACScheduler+Subclass.h in Headers */,
19471953
D037656E19EDA41200A782A9 /* RACDisposable.h in Headers */,
19481954
D03765B019EDA41200A782A9 /* RACQueueScheduler.h in Headers */,
1955+
BEBDD6E81CDC292F009A75A9 /* RACDelegateProxy.h in Headers */,
19491956
D037652419EDA41200A782A9 /* NSObject+RACPropertySubscribing.h in Headers */,
19501957
D037650019EDA41200A782A9 /* NSFileHandle+RACSupport.h in Headers */,
19511958
D037653019EDA41200A782A9 /* NSSet+RACSequenceAdditions.h in Headers */,
@@ -2057,6 +2064,7 @@
20572064
D037664D19EDA41200A782A9 /* UIStepper+RACSignalSupport.h in Headers */,
20582065
D037662119EDA41200A782A9 /* UIBarButtonItem+RACCommandSupport.h in Headers */,
20592066
D03765EB19EDA41200A782A9 /* RACSubject.h in Headers */,
2067+
BEBDD6E71CDC292E009A75A9 /* RACDelegateProxy.h in Headers */,
20602068
D037656119EDA41200A782A9 /* RACCommand.h in Headers */,
20612069
D03765EF19EDA41200A782A9 /* RACSubscriber.h in Headers */,
20622070
);

ReactiveCocoa/ReactiveCocoa.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ FOUNDATION_EXPORT const unsigned char ReactiveCocoaVersionString[];
3636
#import <ReactiveCocoa/RACChannel.h>
3737
#import <ReactiveCocoa/RACCommand.h>
3838
#import <ReactiveCocoa/RACCompoundDisposable.h>
39+
#import <ReactiveCocoa/RACDelegateProxy.h>
3940
#import <ReactiveCocoa/RACDisposable.h>
4041
#import <ReactiveCocoa/RACDynamicPropertySuperclass.h>
4142
#import <ReactiveCocoa/RACEvent.h>

0 commit comments

Comments
 (0)