fonkadelic / xcode4_file_templates

Reusable Objective C file templates for Xcode4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Reusable Objective C file templates for Xcode4


Languages

Language:Objective-C 91.5%Language:Ruby 8.5%