Skip to content

Instantly share code, notes, and snippets.

@stanislaw
Last active June 16, 2017 18:24
Show Gist options
  • Save stanislaw/8e1851d76221cd4c976eddd59c2207be to your computer and use it in GitHub Desktop.
Save stanislaw/8e1851d76221cd4c976eddd59c2207be to your computer and use it in GitHub Desktop.
Stats for Large Xcode projects
[Find unused Objective-C imports](https://github.com/dblock/fui)
```bash
fui --path=./ --verbose find
```
cat *.{h,m} | grep '#import' | grep '+' | sort | uniq -c | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment