ReactiveSwift/Sources
Adam Lickel f3fc99a42e
Bump Minimums OSes to suppress Xcode 14 warnings (#865)
This updates all deployment target minimums to the values supported by Xcode 14.
It removes spurious warnings of the form:

```
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99.
```
2022-12-20 10:15:55 -08:00
..
Observers Add take(until:) operator (#839) 2021-11-03 13:28:40 +00:00
Action.swift Rename filterMap to compactMap (#746) 2019-09-08 12:51:44 +01:00
Atomic.swift Guard use of OSAllocatedUnfairLock with a Swift 5.7 version check to 2022-11-23 11:53:31 +00:00
Bag.swift Bag optimization (#607) 2018-03-03 13:28:07 +00:00
Deprecations+Removals.swift Removing Result in favor of Swift.Result (#702) 2019-04-05 21:03:24 +01:00
Disposable.swift Compiler warnings (#819) 2021-03-08 15:21:42 +00:00
Event.swift Add take(until:) operator (#839) 2021-11-03 13:28:40 +00:00
EventLogger.swift replaced allEvents by allCases (#796) 2020-08-15 12:24:47 +01:00
Flatten.swift Update `FlattenStrategy.throttle` docs. (#770) 2020-01-07 13:31:23 +00:00
FoundationExtensions.swift Add `async` helpers to Schedulers 2022-11-13 00:18:56 +00:00
Info.plist 6.5.0 2020-10-27 16:41:08 +00:00
Lifetime.swift Fix typo ("conjuncion" --> "conjunction") 2021-07-21 10:02:30 -05:00
Optional.swift Fix typo in documentation comment 2020-10-05 13:12:45 +02:00
Property.swift Unserialized and Reentrant `Signal`s (#797) 2021-07-23 17:59:29 +01:00
Reactive.swift Make non-class types be able to conforms to ReactiveExtensionProvider 2018-04-27 19:07:23 +09:00
ReactiveSwift.h Update the source layout for SwiftPM, avoid a symbolic link 2016-09-11 21:25:30 +09:00
ResultExtensions.swift Make Result extensions internal 2019-04-30 18:34:14 +03:00
Scheduler.swift Bump Minimums OSes to suppress Xcode 14 warnings (#865) 2022-12-20 10:15:55 -08:00
Signal.Observer.swift New observer abstraction for future backpressure support and decluttered stack traces (#799) 2021-01-01 15:31:07 +00:00
Signal.swift Add take(until:) operator (#839) 2021-11-03 13:28:40 +00:00
SignalProducer.swift Wrap SignalProducer protocol declarations in a swift version check 2022-11-12 08:53:06 -05:00
UnidirectionalBinding.swift UnidirectionalBinding should return non optionals (#834) 2021-11-19 14:34:20 +00:00
UninhabitedTypeGuards.swift Removing Result in favor of Swift.Result (#702) 2019-04-05 21:03:24 +01:00
ValidatingProperty.swift Removing Result in favor of Swift.Result (#702) 2019-04-05 21:03:24 +01:00