A Xcode template using VIP Clean Architecture Pattern with SwiftUI
- It's based on Kodeo course:
- To install, look inside
~/Library/Developer/Xcode/Templates/File Templates/
. If you already have theCustom Templates
folder created, paste the root folder from this project inside it. If not, create theCustom Templates
folder and paste the root folder inside.
- Open Xcode
- File > New > Project or press shortcuts ⇧⌘N
- First, create all groups for your Scenes following the pattern: Domain/Scenes
- Second, create a folder with the Scene Name
- Than, create a new file:
- File > New or press shortcuts ⇧⌘N
- Choice VIP SwiftUI
- Done! 😄🎉
- Groups: The template should be inteligent enought to create all the groups for the user, but I had some problems with that... 😪
- An installer: must be created an installer. Today, all the installation process is manual.