Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HowTo make Xcode recognize custom templates

I've been using Generamba to create template files for each module under VIPER architecture for iOS.

It saves a lot of time, but still needs commands through terminal to run Generamba and create the files. Does anyone have a clue on how to embed those templates generated directly into XCode 8?

like image 412
Marcelo Gracietti Avatar asked Nov 06 '16 10:11

Marcelo Gracietti


1 Answers

You can use templates inside Xcode to generate your VIPER classes. Take a look on this repository, it already implements the basic VIPER files for you.

Hope it helps.

like image 111
Natan Avatar answered Oct 01 '22 09:10

Natan