Reputation: 47
How can I get a percent count of third-party code in my Xcode project? It is necessary to find not the number of lines in the "Pods" directory, but the amount of code described in the "Pods" directory that is used in the main project directory.
For example:
The result is: 1% of third-party code usage
Upvotes: 0
Views: 139