RxSwiftCommunity / RxDataSources

UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)
MIT License
3.09k stars 494 forks source link

Remove Carthage directory #415

Open ThrownToys opened 2 years ago

ThrownToys commented 2 years ago

I have noticed that when using SwiftPM, Xcode will resolve and download RxSwift twice. This is because it is listed both as a dependency in the Package.swift and also as a git submodule in .gitmodules.

For Carthage to resolve correctly I don't believe the submodule needs to be checked in, but I can try to find another solution if it is required.