sergdort / CleanArchitectureRxSwift

Example of Clean Architecture of iOS app using RxSwift
MIT License
3.88k stars 494 forks source link

Carthage and XCodeGen integration #64

Closed boska closed 5 years ago

boska commented 5 years ago

This branch use Carthage to resolving dependencies and use XcodeGen to integrate frameworks between modules and remove the core data platform and cocoapods for simplicity.

1. carthage update
2. xcodegen (you can change project name or bundle id in project.yml if you want)
3. open *.xcodeproj (no need for xcodeworkspace and you can avoid conflict on xcodeproj)

Tested with: Swift 5 Carthage 0.32.0 XCode 10.2