Skip to content

SwiftfulThinking/XcodeTemplates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ce26d7 Β· Jan 12, 2025

History

10 Commits
Jan 12, 2025
Jan 12, 2025

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!