How do I make ack include project.pbxproj files when searching inside Xcode projects?
ack
project.pbxproj
Add the following to your ~/.ackrc file:
~/.ackrc
--type-set=xcode=.pbxproj
For a list of file types, in Terminal, run:
ack --help-type