1

Is there a way to hide all .m files in the project navigator of an Xcode workspace? I can always get to them through their headers, so I would like not to have to look at both header and implementation in the project navigator.

jscs
  • 63,694
  • 13
  • 151
  • 195
Undistraction
  • 42,754
  • 56
  • 195
  • 331
  • 1
    I don't think so. I think the best you could do is put your implementation files into a different group (folder) and not expand it. – vcsjones Jun 07 '12 at 13:30
  • 1
    To get halfway where you want to be type ".h" into the filter field (at the very bottom of the navigator). Hides ".m" (and pretty much everything else but ".h" files) – Regexident Jun 07 '12 at 13:30

0 Answers0