Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 604 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 604 Bytes

Xcode Templates

Xcode Templates created with the objective of making day-to-day life using Xcode easier. This templates are based on MVVM architecture and offer both XIB and ViewCode options for the User Interface.

Usage

To use these templates, you just need to clone the project, navigate to its root directory and execute one of the following commands:

To install the MVVM Xcode templates, run:

make install_templates

To uninstall the MVVM Xcode templates, run:

make uninstall_templates

To reinnstall (uninstall, then install) the MVVM Xcode Templates, run:

make reinstall_templates