I’ve been unable to figure out how to do this, actually, within Xcode. But this can also be accomplished by means of this short script:
find . "(" -name "*.m" -or -name "*.mm" -or -name "*.cpp" ")" -print | xargs wc -l
Thoughts
I’ve been unable to figure out how to do this, actually, within Xcode. But this can also be accomplished by means of this short script: