Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 620 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 620 Bytes

File Templates for Xcode4

Installation

  • open terminal

git clone git://github.com/sgleadow/xcode4_file_templates.git

cd xcode4_file_templates

./install_templates

Description

The install script copies the templates from the cloned repository to the template directory, essentially:

creates the template directory ~/Library/Developer/Xcode/Templates/File\ Templates/Custom\ Templates copies in all the .xctemplate files into the custom templates directory

Updating

$> cd xcode4_file_templates

$> git pull

$> ./install_templates

Done