Commit d5be89d
File tree
4 files changed
+3
-4
lines changed- Carthage/Checkouts
- ReactiveTask
4 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
Submodule ReactiveCocoa updated 66 files
- .travis.yml+23-1
- CHANGELOG.md+3-3
- CONTRIBUTING.md+2-3
- Cartfile.private+3-3
- Cartfile.resolved+3-3
- Carthage/Checkouts/Nimble+1-1
- Carthage/Checkouts/Quick+1-1
- Carthage/Checkouts/xcconfigs+1-1
- Documentation/BasicOperators.md+5-4
- Documentation/DebuggingTechniques.md+92-3
- Documentation/DesignGuidelines.md+4-4
- Documentation/FrameworkOverview.md+1-1
- README.md+46-8
- ReactiveCocoa.playground/Pages/Signal.xcplaygroundpage/Contents.swift+241
- ReactiveCocoa.playground/Pages/SignalProducer.xcplaygroundpage/Contents.swift+796
- ReactiveCocoa.playground/Sources/PlaygroundUtility.swift+10
- ReactiveCocoa.playground/contents.xcplayground+7
- ReactiveCocoa.xcodeproj/project.pbxproj+328-19
- ReactiveCocoa.xcodeproj/xcshareddata/xcschemes/ReactiveCocoa-tvOS.xcscheme+65-3
- ReactiveCocoa.xcworkspace/contents.xcworkspacedata+3
- ReactiveCocoa/Objective-C/NSControl+RACCommandSupport.h+2-2
- ReactiveCocoa/Objective-C/NSObject+RACDescription.h+1-1
- ReactiveCocoa/Objective-C/NSObject+RACDescription.m+1-1
- ReactiveCocoa/Objective-C/RACCommand.h+4-4
- ReactiveCocoa/Objective-C/RACCompoundDisposable.m+28-15
- ReactiveCocoa/Objective-C/RACSequence.h+2-1
- ReactiveCocoa/Objective-C/RACSequence.m+5-1
- ReactiveCocoa/Objective-C/RACSerialDisposable.m+34-20
- ReactiveCocoa/Objective-C/RACSignal.m+12-21
- ReactiveCocoa/Objective-C/RACStream.m-1
- ReactiveCocoa/Objective-C/RACSubject.m+4-2
- ReactiveCocoa/Objective-C/UIBarButtonItem+RACCommandSupport.h+2-2
- ReactiveCocoa/Objective-C/UIButton+RACCommandSupport.h+2-2
- ReactiveCocoa/Objective-C/UIControl+RACSignalSupport.m+5-2
- ReactiveCocoa/Objective-C/UIRefreshControl+RACCommandSupport.h+2-2
- ReactiveCocoa/ReactiveCocoa.h+2-1
- ReactiveCocoa/Swift/Action.swift+25-79
- ReactiveCocoa/Swift/Atomic.swift+17-10
- ReactiveCocoa/Swift/CocoaAction.swift+82
- ReactiveCocoa/Swift/Disposable.swift+32-15
- ReactiveCocoa/Swift/DynamicProperty.swift+85
- ReactiveCocoa/Swift/EventLogger.swift+99
- ReactiveCocoa/Swift/Flatten.swift+379-10
- ReactiveCocoa/Swift/FoundationExtensions.swift+14-5
- ReactiveCocoa/Swift/ObjectiveCBridging.swift+4-4
- ReactiveCocoa/Swift/Observer.swift+2-2
- ReactiveCocoa/Swift/Property.swift+48-88
- ReactiveCocoa/Swift/Scheduler.swift+36-23
- ReactiveCocoa/Swift/Signal.swift+360-138
- ReactiveCocoa/Swift/SignalProducer.swift+294-85
- ReactiveCocoaTests/Objective-C/RACCommandSpec.m+4-4
- ReactiveCocoaTests/Objective-C/RACSignalSpec.m+13
- ReactiveCocoaTests/Objective-C/RACSubjectSpec.m+34-2
- ReactiveCocoaTests/Swift/ActionSpec.swift-58
- ReactiveCocoaTests/Swift/CocoaActionSpec.swift+85
- ReactiveCocoaTests/Swift/FlattenSpec.swift+811
- ReactiveCocoaTests/Swift/FoundationExtensionsSpec.swift+16-1
- ReactiveCocoaTests/Swift/PropertySpec.swift+100-7
- ReactiveCocoaTests/Swift/SchedulerSpec.swift+1-1
- ReactiveCocoaTests/Swift/SignalLifetimeSpec.swift+3-3
- ReactiveCocoaTests/Swift/SignalProducerLiftingSpec.swift+251-66
- ReactiveCocoaTests/Swift/SignalProducerSpec.swift+147-64
- ReactiveCocoaTests/Swift/SignalSpec.swift+223-68
- ReactiveCocoaTests/Swift/TestLogger.swift+25
- script/build+46
- script/validate-playground.sh+23
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
467 | 466 | | |
468 | 467 | | |
469 | 468 | | |
| |||
0 commit comments