Xcode Templates allow you to create new projects with preset groups and folders.
Simply put these folders into this location: Macintosh HD > Users > [Username] > Library > Developer > Xcode > Templates > Custom
- You may have to show the Library folder. In Finder, select your user folder (Macintosh HD > Users > [Username]) and then bring up View Options with COMMAND + J. Then check "Show Library Folder".
- You may have to create the "> Templates > Custom" folder first.
- Be sure to install the MVC Application.xctemplate too. Some of the templates require this template.
- Only available for the Swift language.
When you create a new Xcode project, scroll down and you will see a Custom section with these templates listed. When you create a new project with the templates, you may have to set the Main.storyboard as the startup storyboard by:
- Select your project in the Project Navigator pane.
- Select your target project.
- On the General tab, under Deployment Info, go to Main Interface and select Main.storyboard.