简体   繁体   中英

Xcode projects (iphone) statistics

I am trying to get a quick overview of my iphone projects stats, such as

number of .m/.h/.nib file LOC

classes

etc.

I only find Xcode Statistician at http://www.literatureandlatte.com/freestuff/index.html

this looks like doesn't count .nib files

any other useful tools is much appreciated.

You could to old school terminal using wc (word count) to count lines (the name is a bit misleading, it can could lines too). Maybe piped with a simple grep to filter out empty lines. You could also use grep to search for the keyword @interface .

You can check and try Project Statistics for Xcode . It's a very nice piece of software.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM