cat *.{h,m} | grep '#import' | grep '+' | sort | uniq -c | sort
Last active
June 16, 2017 18:24
-
-
Save stanislaw/8e1851d76221cd4c976eddd59c2207be to your computer and use it in GitHub Desktop.
Stats for Large Xcode projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Find unused Objective-C imports](https://github.com/dblock/fui) | |
```bash | |
fui --path=./ --verbose find | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment