/Remove-Unused-Resources-

Remove unused resources from your IOS Project smoothly

Primary LanguageRubyMIT LicenseMIT

Remove unused resources

Xcode 12.0 Swift 5.0 iOS 13 iOS 14

What it do

  • Unused swift functions and variables.
  • Unused localized strings.
  • Unused image resources.
  • Visualizing dependency graphs in the project.

How to use it

  • Save the file to a folder named scripts in your root directory and add it to your post build script in Xcode.

  • Build your project and you should now see any errors or warnings caused by your localizable files, click on the report navigator for details on which keys or files caused the issue.

🚀 Contributing

âš™ Made by: Mohamed Gamal

âš™ inspired by: Gino Wu