dblock / fui

Find unused Objective-C imports.
MIT License
2.04k stars 180 forks source link

Add an XCode plugin for fui #9

Closed mike-lischke closed 10 years ago

mike-lischke commented 10 years ago

Would be cool if we could run fui from within XCode, so a plugin would be great. Thanks.

jcavar commented 10 years ago

I created simple Xcode plugin for this tool. It's here https://github.com/jcavar/xcfui

mike-lischke commented 10 years ago

The plugin is installed and seems to function properly, except that it doesn't find anything. Just for testing I added an unneeded import in one of my .m files but that wasn't recognized (at least no warning was generated).

jcavar commented 10 years ago

Can you please run fui command in terminal on your project and see if it reports anything?

dblock commented 10 years ago

@jcavar Please PR a README change that links to your project for FUI, thaaaanks!

dblock commented 10 years ago

Closed this, thank you @jcavar.

jcavar commented 10 years ago

you are welcome :)