sergdort / CleanArchitectureRxSwift

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

Hiding of Pod Schemes #19

Open goa opened 7 years ago

goa commented 7 years ago

Hi! Thanks very much for your inspirational work on this project! It has helped me a lot in my own work.

I opened this issue to provide a tiny suggestion.:

Since the Schemes list is quite long and mostly filled with Pod-related schemes, you could hide those in Xcode's Manage Schemes window. That will just leave 5 schemes visible instead of 28.

Since the README and the workspace have a lot of information for someone to digest, it would be nice to make things as clean as possible :)

Thanks again!!