Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to write Xcode plugins?

Tags:

xcode

plugins

ide

Where can I find resource on how to write Xcode plugins? I don't want to write macros and project templates, but plugins that extend the IDE functionality like the ones that can be developed for Visual Studio - capable of displaying in their own window and accessing Xcode project data.

like image 518
luvieere Avatar asked Nov 23 '09 10:11

luvieere


1 Answers

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

like image 70
Brij Avatar answered Oct 08 '22 11:10

Brij