Steve Dao
Steve Dao
Is it possible to build Swift Foundation & ship to swiftlang together?
It seems like the same issue has been fixed for [Xcode 11.1](https://github.com/f-meloni/danger-swift-coverage/issues/16). Now it is happening on the Xcode 11.2.1, could you please take a look?
https://developer.apple.com/documentation/xcode-release-notes/xcode-12_5-release-notes > Xcode no longer includes XCTest’s legacy Swift overlay library (libswiftXCTest.dylib). Use the library’s replacement, libXCTestSwiftSupport.dylib, instead. For frameworks that encounter build issues because of the removal of the...
Currently `DismissSwipeDirection` enum only vertical directions: `top` & `bottom`. There're some use cases where the view controller is presented from the left\right: `presentr.transitionType = .coverHorizontalFromLeft`. We should support horizontal gesture...
feat: Added isFirstReload parameter to enable/disable the first reload of BatchesDataSource