Commit d6c4bf4
File tree
8 files changed
+23
-10
lines changed- Carthage/Checkouts
- ReactiveTask.xcodeproj
8 files changed
+23
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
| |||
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Submodule ReactiveCocoa updated 38 files
- .gitmodules+1-1
- .travis.yml+42
- Cartfile+1-1
- Cartfile.private+3-3
- Cartfile.resolved+4-4
- Carthage/Checkouts/Nimble+1-1
- Carthage/Checkouts/Quick+1-1
- Carthage/Checkouts/Result+1-1
- Carthage/Checkouts/xcconfigs+1-1
- Documentation/DocumentingCode.md+131
- ReactiveCocoa.playground/Pages/Sandbox.xcplaygroundpage/Contents.swift+25
- ReactiveCocoa.playground/Pages/SignalProducer.xcplaygroundpage/Contents.swift+3-3
- ReactiveCocoa.playground/contents.xcplayground+1
- ReactiveCocoa.xcodeproj/project.pbxproj+37-28
- ReactiveCocoa/Swift/Action.swift+32-11
- ReactiveCocoa/Swift/Atomic.swift+20-8
- ReactiveCocoa/Swift/Bag.swift+13-7
- ReactiveCocoa/Swift/CocoaAction.swift+27-7
- ReactiveCocoa/Swift/Disposable.swift+61-15
- ReactiveCocoa/Swift/DynamicProperty.swift+10-4
- ReactiveCocoa/Swift/Event.swift+27-7
- ReactiveCocoa/Swift/EventLogger.swift+27-4
- ReactiveCocoa/Swift/Flatten.swift+125-111
- ReactiveCocoa/Swift/FoundationExtensions.swift+27-7
- ReactiveCocoa/Swift/ObjectiveCBridging.swift+111-35
- ReactiveCocoa/Swift/Observer.swift+30-8
- ReactiveCocoa/Swift/Property.swift+128-20
- ReactiveCocoa/Swift/Scheduler.swift+142-29
- ReactiveCocoa/Swift/Signal.swift+515-216
- ReactiveCocoa/Swift/SignalProducer.swift+818-327
- ReactiveCocoaTests/Swift/ActionSpec.swift+5-3
- ReactiveCocoaTests/Swift/FlattenSpec.swift+24
- ReactiveCocoaTests/Swift/PropertySpec.swift+7-5
- ReactiveCocoaTests/Swift/SignalProducerLiftingSpec.swift+22-12
- ReactiveCocoaTests/Swift/SignalProducerSpec.swift+61-2
- ReactiveCocoaTests/Swift/SignalSpec.swift+52-9
- ReactiveCocoaTests/Swift/TestError.swift+27
- script/build+6
Submodule xcconfigs updated from d78854b to 1ef9763
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| 277 | + | |
277 | 278 | | |
278 | 279 | | |
279 | 280 | | |
| 281 | + | |
280 | 282 | | |
281 | 283 | | |
282 | 284 | | |
| |||
354 | 356 | | |
355 | 357 | | |
356 | 358 | | |
| 359 | + | |
357 | 360 | | |
358 | 361 | | |
359 | 362 | | |
| |||
367 | 370 | | |
368 | 371 | | |
369 | 372 | | |
| 373 | + | |
370 | 374 | | |
371 | 375 | | |
372 | 376 | | |
| |||
434 | 438 | | |
435 | 439 | | |
436 | 440 | | |
| 441 | + | |
437 | 442 | | |
438 | 443 | | |
439 | 444 | | |
| |||
474 | 479 | | |
475 | 480 | | |
476 | 481 | | |
| 482 | + | |
477 | 483 | | |
478 | 484 | | |
479 | 485 | | |
| |||
0 commit comments