Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastienwindal/ab02e7dffee942f016194cf08b39ec56 to your computer and use it in GitHub Desktop.
Save sebastienwindal/ab02e7dffee942f016194cf08b39ec56 to your computer and use it in GitHub Desktop.
find biggest image assets in your iOS app...
du -ah | egrep -v "AppStore|DerivedData|Pods|Frameworks" | egrep -i "PNG|jp(e?)g" | sort -n -r | more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment