Skip to content

Commit

Permalink
Merge pull request #361 from cbguder/appcode32
Browse files Browse the repository at this point in the history
Updated template path for AppCode 3.2
  • Loading branch information
tjarratt committed Oct 28, 2015
2 parents 026e0de + b41a966 commit 4a065d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SNIPPET_SENTINEL_VALUE = "isCedarSnippet"

XCODE_TEMPLATES_DIR = "#{ENV['HOME']}/Library/Developer/Xcode/Templates"
XCODE_SNIPPETS_DIR = "#{ENV['HOME']}/Library/Developer/Xcode/UserData/CodeSnippets"
APPCODE_SNIPPETS_PATH = "Library/Preferences/appCode31/templates"
APPCODE_SNIPPETS_PATH = "Library/Preferences/AppCode32/templates"
APPCODE_SNIPPETS_DIR = "#{ENV['HOME']}/#{APPCODE_SNIPPETS_PATH}"
XCODE_PLUGINS_DIR = "#{ENV['HOME']}/Library/Application Support/Developer/Shared/Xcode/Plug-ins/"

Expand Down

0 comments on commit 4a065d6

Please sign in to comment.