Details

Version: 2.0
Post Date: 2009-11-26
License: Freeware

Download

EtreCode 2.0

EtreCode is a set of Xcode templates that will create projects the way I want to see them. It includes both file and project templates for all types of Xcode projects that I might want to create. Basically, it keeps me from having to continually change template code that looks like:

        -(void)foo:(int)value {
           /* do something. */
        }
        
into the way I like to write things, which is:
        - (void) foo: (int) value
          {
          // Do something.
          }
        

How to use EtreCode:

Install it. Then, in Xcode, when selecting New Project or New File from the File menu, select projects and files from the User Templates area instead of the MacOS X area.

Version node:

EtreCode 2.0 and later is for Xcode 3.2 and later. For Xcode 3.1, download EtreCode 1.0.1.