Template for Swift Clean Architecture from uncle Bob lecture.
This Template is derived from the Clean Architecture proposed by Uncle Bob. They share many common concepts such as the components, boundaries, and models.
To install the Clean Swift Xcode templates, run:
make install_templates
To uninstall the Clean Swift Xcode templates, run:
make uninstall_templates