Options to install the Clean Swift Xcode templates:
- Install directly from github. Run:
curl https://raw.githubusercontent.com/brmaciel/clean-swift-template/master/install-clean-swift.sh | bash -s version
where 'version' is the template's version you want to install. If not informed, it will be installed the template from the branch 'master'.
- Clone the repository. And in terminal, navigate to clean-swift-template folder and run:
make install_clean_templates
To uninstall the Clean Swift Xcode templates, run:
- Clone the repository. And in terminal, navigate to clean-swift-template folder and run:
make uninstall_clean_templates