Search code examples
xcodecocoactagsexuberant-ctags

How to add Ctags support to Xcode project?


I want to provide tags overview in my app, and I want to use Ctags for this.

I downloaded Ctags source package and built it. Now, how to add it to the existing Xcode project?

Or, maybe, some alternatives of Ctags exists for Xcode/Cocoa?


Solution

  • You can call a script that runs ctags across your source as a build phases step.

    You don't mention how you want to view the output from ctags though?