How to add Ctags support to Xcode project?

690 Views Asked by At

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?

1

There are 1 best solutions below

6
On BEST ANSWER

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?