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.
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.