提交
This commit is contained in:
26
Pods/Target Support Files/ReactiveObjC/ReactiveObjC-Info.plist
generated
Normal file
26
Pods/Target Support Files/ReactiveObjC/ReactiveObjC-Info.plist
generated
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>${PODS_DEVELOPMENT_LANGUAGE}</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.1.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
5
Pods/Target Support Files/ReactiveObjC/ReactiveObjC-dummy.m
generated
Normal file
5
Pods/Target Support Files/ReactiveObjC/ReactiveObjC-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_ReactiveObjC : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_ReactiveObjC
|
||||
@end
|
||||
12
Pods/Target Support Files/ReactiveObjC/ReactiveObjC-prefix.pch
generated
Normal file
12
Pods/Target Support Files/ReactiveObjC/ReactiveObjC-prefix.pch
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#else
|
||||
#ifndef FOUNDATION_EXPORT
|
||||
#if defined(__cplusplus)
|
||||
#define FOUNDATION_EXPORT extern "C"
|
||||
#else
|
||||
#define FOUNDATION_EXPORT extern
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
107
Pods/Target Support Files/ReactiveObjC/ReactiveObjC-umbrella.h
generated
Normal file
107
Pods/Target Support Files/ReactiveObjC/ReactiveObjC-umbrella.h
generated
Normal file
@@ -0,0 +1,107 @@
|
||||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#else
|
||||
#ifndef FOUNDATION_EXPORT
|
||||
#if defined(__cplusplus)
|
||||
#define FOUNDATION_EXPORT extern "C"
|
||||
#else
|
||||
#define FOUNDATION_EXPORT extern
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#import "MKAnnotationView+RACSignalSupport.h"
|
||||
#import "NSArray+RACSequenceAdditions.h"
|
||||
#import "NSData+RACSupport.h"
|
||||
#import "NSDictionary+RACSequenceAdditions.h"
|
||||
#import "NSEnumerator+RACSequenceAdditions.h"
|
||||
#import "NSFileHandle+RACSupport.h"
|
||||
#import "NSIndexSet+RACSequenceAdditions.h"
|
||||
#import "NSInvocation+RACTypeParsing.h"
|
||||
#import "NSNotificationCenter+RACSupport.h"
|
||||
#import "NSObject+RACDeallocating.h"
|
||||
#import "NSObject+RACDescription.h"
|
||||
#import "NSObject+RACKVOWrapper.h"
|
||||
#import "NSObject+RACLifting.h"
|
||||
#import "NSObject+RACPropertySubscribing.h"
|
||||
#import "NSObject+RACSelectorSignal.h"
|
||||
#import "NSOrderedSet+RACSequenceAdditions.h"
|
||||
#import "NSSet+RACSequenceAdditions.h"
|
||||
#import "NSString+RACKeyPathUtilities.h"
|
||||
#import "NSString+RACSequenceAdditions.h"
|
||||
#import "NSString+RACSupport.h"
|
||||
#import "NSURLConnection+RACSupport.h"
|
||||
#import "NSUserDefaults+RACSupport.h"
|
||||
#import "RACAnnotations.h"
|
||||
#import "RACArraySequence.h"
|
||||
#import "RACBehaviorSubject.h"
|
||||
#import "RACBlockTrampoline.h"
|
||||
#import "RACChannel.h"
|
||||
#import "RACCommand.h"
|
||||
#import "RACCompoundDisposable.h"
|
||||
#import "RACDelegateProxy.h"
|
||||
#import "RACDisposable.h"
|
||||
#import "RACDynamicSequence.h"
|
||||
#import "RACDynamicSignal.h"
|
||||
#import "RACEagerSequence.h"
|
||||
#import "RACErrorSignal.h"
|
||||
#import "RACEvent.h"
|
||||
#import "RACGroupedSignal.h"
|
||||
#import "RACImmediateScheduler.h"
|
||||
#import "RACIndexSetSequence.h"
|
||||
#import "RACKVOChannel.h"
|
||||
#import "RACKVOProxy.h"
|
||||
#import "RACKVOTrampoline.h"
|
||||
#import "RACMulticastConnection.h"
|
||||
#import "RACPassthroughSubscriber.h"
|
||||
#import "RACQueueScheduler+Subclass.h"
|
||||
#import "RACQueueScheduler.h"
|
||||
#import "RACReplaySubject.h"
|
||||
#import "RACReturnSignal.h"
|
||||
#import "RACScheduler+Subclass.h"
|
||||
#import "RACScheduler.h"
|
||||
#import "RACScopedDisposable.h"
|
||||
#import "RACSequence.h"
|
||||
#import "RACSerialDisposable.h"
|
||||
#import "RACSignal+Operations.h"
|
||||
#import "RACSignal.h"
|
||||
#import "RACSignalSequence.h"
|
||||
#import "RACStream.h"
|
||||
#import "RACStringSequence.h"
|
||||
#import "RACSubject.h"
|
||||
#import "RACSubscriber.h"
|
||||
#import "RACSubscriptingAssignmentTrampoline.h"
|
||||
#import "RACSubscriptionScheduler.h"
|
||||
#import "RACTargetQueueScheduler.h"
|
||||
#import "RACTestScheduler.h"
|
||||
#import "RACTuple.h"
|
||||
#import "RACTupleSequence.h"
|
||||
#import "RACUnarySequence.h"
|
||||
#import "RACUnit.h"
|
||||
#import "RACValueTransformer.h"
|
||||
#import "ReactiveObjC.h"
|
||||
#import "UIActionSheet+RACSignalSupport.h"
|
||||
#import "UIAlertView+RACSignalSupport.h"
|
||||
#import "UIBarButtonItem+RACCommandSupport.h"
|
||||
#import "UIButton+RACCommandSupport.h"
|
||||
#import "UICollectionReusableView+RACSignalSupport.h"
|
||||
#import "UIControl+RACSignalSupport.h"
|
||||
#import "UIDatePicker+RACSignalSupport.h"
|
||||
#import "UIGestureRecognizer+RACSignalSupport.h"
|
||||
#import "UIImagePickerController+RACSignalSupport.h"
|
||||
#import "UIRefreshControl+RACCommandSupport.h"
|
||||
#import "UISegmentedControl+RACSignalSupport.h"
|
||||
#import "UISlider+RACSignalSupport.h"
|
||||
#import "UIStepper+RACSignalSupport.h"
|
||||
#import "UISwitch+RACSignalSupport.h"
|
||||
#import "UITableViewCell+RACSignalSupport.h"
|
||||
#import "UITableViewHeaderFooterView+RACSignalSupport.h"
|
||||
#import "UITextField+RACSignalSupport.h"
|
||||
#import "UITextView+RACSignalSupport.h"
|
||||
#import "RACEXTKeyPathCoding.h"
|
||||
#import "RACEXTScope.h"
|
||||
#import "RACmetamacros.h"
|
||||
|
||||
FOUNDATION_EXPORT double ReactiveObjCVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char ReactiveObjCVersionString[];
|
||||
|
||||
13
Pods/Target Support Files/ReactiveObjC/ReactiveObjC.debug.xcconfig
generated
Normal file
13
Pods/Target Support Files/ReactiveObjC/ReactiveObjC.debug.xcconfig
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
OTHER_LDFLAGS = $(inherited) -framework "Foundation"
|
||||
PODS_BUILD_DIR = ${BUILD_DIR}
|
||||
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
|
||||
PODS_ROOT = ${SRCROOT}
|
||||
PODS_TARGET_SRCROOT = ${PODS_ROOT}/ReactiveObjC
|
||||
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
||||
SKIP_INSTALL = YES
|
||||
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
|
||||
6
Pods/Target Support Files/ReactiveObjC/ReactiveObjC.modulemap
generated
Normal file
6
Pods/Target Support Files/ReactiveObjC/ReactiveObjC.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module ReactiveObjC {
|
||||
umbrella header "ReactiveObjC-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
13
Pods/Target Support Files/ReactiveObjC/ReactiveObjC.release.xcconfig
generated
Normal file
13
Pods/Target Support Files/ReactiveObjC/ReactiveObjC.release.xcconfig
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
OTHER_LDFLAGS = $(inherited) -framework "Foundation"
|
||||
PODS_BUILD_DIR = ${BUILD_DIR}
|
||||
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
|
||||
PODS_ROOT = ${SRCROOT}
|
||||
PODS_TARGET_SRCROOT = ${PODS_ROOT}/ReactiveObjC
|
||||
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
||||
SKIP_INSTALL = YES
|
||||
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
|
||||
Reference in New Issue
Block a user