From 333ed4b031d93399efcd8b49db23d20d38236f05 Mon Sep 17 00:00:00 2001 From: Galayko Nikita Date: Tue, 8 Sep 2015 21:13:35 +0300 Subject: [PATCH] Updated Readme New Xcode 4.x, 5.x, 6.x File Templates Path --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 99f3887..9998663 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Select from your favorite open source licenses to be embedded in the header: ## Installation & Usage - Create a new directory in `/Library/Developer/Xcode/Templates/Application/File Templates` called `Licensed`. + As for Xcode 4.x & 5.x directory is: `~/Library/Developer/Xcode/Templates/File\ Templates` + As for Xcode 6.x & newer directory is: `/Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/File\ Templates` - Copy the contents of the "File Templates" directory of this repository into `Licensed`. - Relaunch Xcode and select "File > New File", or use the `⌘N` keyboard shortcut. - Select the "Licensed" category, then select the "Licensed Objective-C Class" template, and hit "Next".