Skip to content

SwiftfulThinking/XcodeTemplates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

🚀 Learn how to build and use this package: https://www.swiftful-thinking.com/offers/REyNLwwH

XcodeTemplates

Xcode Templates for complex architecture in SwiftUI.

✅ RIB Template

✅ VIPER Template

✅ Model Template

✅ Manager Template

Steps to add on your computer:

1. Download this project

2. Navigate to your Developer Xcode folder

cd ~/Library/Developer/Xcode

3. Check the Templates folder exists

ls

A Templates folder should appear in the listed results. If not, add the folder:

mkdir Templates

4. Open the templates folder

open Templates

5. Drag & drop the MyTemplates folder into Templates

Project folders should resemble:

~/Library/Developer/Xcode
└── Templates
  └── MyTemplates
    ├── RIBTemplate.xctemplate
    └── VIPERTemplate.xctemplate 

6. Restart Xcode

Xcode does not automatically update. You MUST restart Xcode.

After, click "New file from Template..." and you should see the templates at the bottom!

About

Xcode Templates for building at 10x

Resources

Stars

Watchers

Forks

Packages

No packages published