How to make ack include .pbxproj files?

217 Views Asked by At

How do I make ack include project.pbxproj files when searching inside Xcode projects?

1

There are 1 best solutions below

0
On

Add the following to your ~/.ackrc file:

--type-set=xcode=.pbxproj

For a list of file types, in Terminal, run:

ack --help-type