fui
fui copied to clipboard
Find unused Objective-C imports.
Re #37, I found a file that triggered the error, it was a `._*` macOS resource fork. My proposed fix is to [check the encoding](https://github.com/jamesstout/fui/blob/39f353a4eacdcaf952cecc5c3c7d32770a5a8523/lib/fui/finder.rb#L96-L99): ```ruby unless file_contents.valid_encoding? puts "Invalid...
Hi there, After I type 'fui' in terminal, I get an error: -bash: /usr/local/bin/fui: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby: bad interpreter: No such file or directory It seems that this tool has dependency of...
Hello, I am running fui with ```fui -v --path=src --ignore-path=src/Pods find``` but end up with an error ```error: undefined local variable or method `project_path' for #``` What is the reason...
When use `fui find` in project directory in terminal , no content appear in console . How can I know the command is executing ? And does it working ?
You can use the image scanning and useless resources related to the swift, useless code scanning?
Hello Dustin Barker,Could I not scan files larger than 500kb? My project sdk contains more than 500kb framework, no scan out.thanks!
when i try to find all unused classes, it tells me that one of them is not used when it clearly is. could it be that it's because the import...
I was looking for a tool that can help me to remove unused #import at top of a class. This utility is nice, but it does not "find unused import",...