tinymind/LSUnusedResources

Exclude feature is not working

lauracalinoiu opened this issue · 4 comments

I can not get the Exclude work with my project.
I use Carthage for embedding libraries and since I do not want images from different libraries listed as unused resources, I would want to exclude that.

Thank you for your work!

Thanks for your feedback.
Could you show me how you add exclude folder?

For example, the project directory tree is:
|--MyProject
|----ViewController
|----Resource
|----ThirdParty
|...

If you want to exclude the ThirdParty folder, then you should set Exclude value to ThirdParty.

Thank you for your answer.

The problem is that the exclude text field does not save it's value unless user will move the focus to another field. At first, I thought it does not work at all, somehow is counterintuitive.

out

Yes, disable the text filed with focus status, it's text will be cleared, I don't know why.
I have fixed it, please clone or download app again.

Thanks very much for solving this!