Yoon Joonghyun
Yoon Joonghyun
[2.2.0](https://github.com/devxoul/URLNavigator/releases/tag/2.2.0) is not contains 80385c0204c1065b13373994a384cfca3265358d So SPM can not resolve dependencies. See following message > Showing All Messages : the package urlnavigator[[email protected]:devxoul/URLNavigator.git] @ 2.2.0 contains incompatible dependencies: quick[https://github.com/devxoul/Quick.git] @ swift-5...
I recommend using `adjustedContentInset` instead of `contentInset` for the following case, like iPhone X device.  This is patched image. 
- Update RxSwift to [6.0.0](https://github.com/ReactiveX/RxSwift/releases/tag/6.0.0) - Bump deployment target to iOS 9 because RxSwift supports iOS9 and above only. - Use Swift 5.1 - Use Xcode 12.2 on Travis
## Deprecated * `RxExpect.input(Variable)` is deprecated because `Variable` is deprecated on RxSwift ## Noti I didn't test Carthage and CocoaPods installation. You should test it... I also set the version...
### **This PR contains #12** ## Deprecated `next` is deprecated. Please use `AnyTestTime.next`
# Now we can use Swift Concurrency 🙌 (#1) ## How to use? ```swift @AsyncStubProxy(fetch) var fetchStub func fetch() async -> String { await fetchStub.invoke(default: "") } - - -...
StubProxy does not support `async method` 😢