I thought this question would have been asked a million times, but to my surprise I found no answer. I have an Xcode project that has 3 targets. I use Perl's cloc to count the lines of code for the whole .xcodeproj. I want to count the lines in the individual targets instead. Where is the target location of a project in the Finder?
Asked
Active
Viewed 187 times
1
-
1AFAIK all targets messed up in one project file, only schemes for them live in different files – sage444 Jan 21 '15 at 17:37
-
@sage444 Interesting, thank you. If you want to add that as an answer I'll mark it correct. – Henry F Jan 21 '15 at 17:54