This is a Xcode Project/File Template for iOS Application with a Clean Architecture structure.
- Copy the
Project Templatesfolder andFile Templatesfolder to this path ~/Library/Developer/Xcode/Templates/ If you couldn't find theTemplatesfolder you need to create it manually and then copy the above folders in it. - Restart the Xcode.
- On create new project, you will find
Clean Appoption under iOS platform. - On create new file, you will find
Clean UIModuleoption under iOS platform.
Project Template currently supports for UIKit Applications. While further structuring is required for SwiftUI Applications, following values are set default.
Inteface: Storyboard
Lifecycle: UIKit App Delegate
Language: Swift
Use Core Data: false
