Skip to content

lilyball/Xcode-File-Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Xcode File Templates

This is a collection of file templates for Xcode.

INSTALLATION

Clone this repository somewhere on your filesystem, and then execute the following command from the newly-cloned repository directory:

ln -s "$PWD"/File\ Templates ~/Library/Application\ Support/Developer/Shared/Xcode

If you already have a File Templates directory in that location, you may instead choose to symlink each individual subfolder in to the existing directory:

for f in "$PWD"/File\ Templates/*; do
    ln -s "$f" ~/Library/Application\ Support/Developer/Shared/Xcode/File\ Templates/
done

USAGE

In Xcode select the File->New File… menu item. There should be a section called "User Templates" which contains all of the file templates.

About

A collection of file templates for Xcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published