Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 719 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 719 Bytes

This is the modified version of Clean Swift templates v3.0.2 by me

  • Added .swiftformat file for defining formatting rules
  • Reformat codes using SwiftFormat which will read rules in .swiftformat file
  • Remove redundant comments including header comments
  • Change : class to : AnyObject

Clean Swift Templates

To learn more about Clean Swift and the VIP cycle, read:

http://clean-swift.com/clean-swift-ios-architecture

There is a sample app available at:

https://github.com/Clean-Swift/CleanStore

To install the Clean Swift Xcode templates, run:

make install_templates

To uninstall the Clean Swift Xcode templates, run:

make uninstall_templates