I have read a few posts about creating/editing Xcode project templates, but they don't seem to work with Xcode 5.
The directory in which I have to make changes is, /Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/Project Templates/Mac/Application/Command Line Tool.xctemplate
However, I can't figure out a place where I can make changes and include the header files and other statements that I wish to add.
I have even tried editing C++ class in the File Template. However, the problem is that the custom class comes into play only when I add a new c++ class to the project. No changes are visible are in main.cpp