1

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

Paul R
  • 208,748
  • 37
  • 389
  • 560
ma11hew28
  • 121,420
  • 116
  • 450
  • 651

1 Answers1

2

Add the following to your ~/.ackrc file:

--type-set=xcode=.pbxproj

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

ack --help-type
Paul R
  • 208,748
  • 37
  • 389
  • 560
ma11hew28
  • 121,420
  • 116
  • 450
  • 651