RxSwiftCommunity / RxDataSources

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

chore: properly add submodule for RxSwift #391

Closed thedavidharris closed 3 years ago

thedavidharris commented 3 years ago

The .gitmodules file was present, but the submodule wasn't actually added. This messes with Carthage builds a bit (https://github.com/Carthage/Carthage/issues/1146 is one instance of it), but also probably want to have this synced up anyway if this is to use submodules to grab the dependency.

thedavidharris commented 3 years ago

This seems to have some weird issues now where this breaks SPM builds in Xcode? Closing for now