Last active
July 22, 2018 10:08
-
-
Save HassanSE/a2b52916f198a6bd91fffcc8427431d0 to your computer and use it in GitHub Desktop.
Massive View Controller Identification via Terminal
This file contains hidden or 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 . -type f -exec wc -l {} + | sort -n |
This file contains hidden or 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
grep -rnw . -e "UIApplication.sharedApplication().delegate" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment