Creates usage reports on image files in your Xcode project.
cd path/to/xcode-workspace/
path/to/ios_image_usage.rb > image_results.txt
less < image_results.txt- Missing images: image filenames referenced in code/resources that could not be found
- Missing references: images that do not have any references in code/resources
- Missing Retina versions: images with missing Retina versions ("@2x.png")
- Missing non-Retina versions: images with only Retina versions
- Missing iPhone versions: only iPad versions exist ("~iPad.png")
- Missing iPad versions: only iPhone versions exist ("~iPhone.png")
- Duplicate files: files with the same name in different locations