Possible Duplicate:
How to find out how many lines of code there are in an Xcode project?
I was wondering if there is anyway to count the total number of code lines from an XCode project.
Thank you very much.
I was wondering if there is anyway to count the total number of code lines from an XCode project. Thank you very much. |
|||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
I see this floating around and use it myself:
|
|||||||||||||||
|
|
Check out Xcode Statistician, it does exactly what you want. It also provides other interesting statistics so is worth a run for fun now and then. Note that it will not look inside real folders, though it will look in groups. Odds are you aren't using real folders so it'll work great. If you are using folders then you just have to do the count in each folder and add them together. Note: As of June, 2012, it seems this does not work properly with the latest versions of Xcode. |
|||||||||||||||
|
|
Nozzi's version doesn't work for me, but this one:
|
|||
|
|