jeffhodnett / Unused

A Mac app for checking Xcode projects for unused resources
1.38k stars 184 forks source link

It'd be nice if you could ignore/whitelist certain image paths #3

Open natan opened 11 years ago

natan commented 11 years ago

Say you pull in a third party framework (eg. KIF) that has image resources for a tutorial page. These aren't ever compiled in to the app, but they show up as unused in Unused.app, creating extra noise that will always be there. It'd be nice if you could "ignore" results (triggered by Delete key or another action) which would put these in a .unusedignore file alongside the Xcode project. Alternatively you could use support a .unusedignore file format without adding UI, I'd say the .gitgnore format is a fine start.