In this episode we dive into the undocumented world of Xcode project templates. By studying the existing templates, we can learn how to make our own templates that better match our style or needs.
Episode Links Template source Blog - Creating Custom Xcode 4 Project Templates About Xcode 4 Project Templates - This was a good reference that described the high level pieces of the template that you can use. It also indicates which are required. AFNetworking's Project Templates Borealkiss's Minimal Templates Where are the project templates located? Type Path on Disk Your Custom Templates ~/Library/Developer/Xcode/Templates/Project Templates Base/Mac Objective-C Templates /Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/Project Templates iPhone Templates /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/Project Templates