cedarbdd / cedar

BDD-style testing using Objective-C
http://groups.google.com/group/cedar-discuss
1.19k stars 140 forks source link

Fixed installation of AppCode 3.1 live templates #318

Closed cbguder closed 9 years ago

akitchen commented 9 years ago

Thanks @cbguder !!

ArtFeel commented 9 years ago

@akitchen @cbguder This is temporary fix. And this will breaks soon with new version of AppCode. Because JetBrains decide to store AppCode preferences for each version separately:

~/Library/Preferences/appCode20/ ~/Library/Preferences/appCode30/ ~/Library/Preferences/appCode31/ ~/Library/Preferences/appCodeXX/

So we need to find latest preference folder of appCode, or install templates and snippets in all folders (mb user use Stable and EAP releases at the same time).