UI Deploy

Curated, Short, Web UI Dev we Love.

An Xcode Plugin That Automatically Creates Warnings For Any Unused Imports Found

Earlier this year I mentioned a nice open source command line tool called fui that allows you to quickly find unused imports within your Xcode projects, and as you may know I’ve maintained a list of Xcode plugins for some time.

Here’s an Xcode plugin that allows you to automatically utilize the fui tool within xcode called Xcfui from Josip Cavar. The plugin will automatically add warnings for any unused imports found by the fui tool.

view source

Advertisement