vote up 2 vote down star
2

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".

flag

79% accept rate
1  
Maybe you should add what's missing in docs like these: turkeysheartrhinos.com/?p=8 - guides.macrumors.com/Creating_Xcode_project_templ… to make it easier to show you the right stuff. – John Smithers Nov 5 at 11:53

3 Answers

vote up 0 vote down

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).

link|flag
vote up 0 vote down

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...").

link|flag
vote up 0 vote down

http://maxao.free.fr/xcode-plugin-interface/

Maybe…but not from Apple.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.