Is there any documentation available on how to write plugins for the xcode? I have googled the subject but i was not able to find any reasonable answer, so i was wondering if someone here knows the resources which can help.
In general i am looking for how i can create "Project Templates" for different kind of languages or framework. In other words creating "Custom Project Templates".
You can use this template which is a well researched one available in the market.
http://www.binpress.com/app/ios-boilerplate-and-template/1597
You can create project templates without needing a plug-in. Just look in
/Library/Application Support/Developer/Shared/Xcode/Project Templates/
and follow the same format (you can add yours in your user’s app support directory).http://maxao.free.fr/xcode-plugin-interface/
Maybe…but not from Apple.
"No" is an answer, whether you like it or not. Apple doesn't document this.
You could alternatively write an AppleScript, perl, python or bash script that can be executed from Xcode.
The scripts are listed in the Script menu (between Window and Help), which also offers a script editor ("Edit User Scripts...").