LSUnusedResources
LSUnusedResources copied to clipboard
False positives
I have false positives because of .realm files and because I have in my project a complex concatenating algorithm:
title_subtitle_category1
But I guess for that - no tool could do a great job.
Thank you,
Could you show me some code? Thanks.
In my test demo, check the Similar name:


The images in Similar folder will no show in unused results.
I have eight images that have this format:
[prefix] _ "difficulty" _ [difficulty_level]
sample: "in_progress_difficulty_hard", "difficulty_easy" (so prefix="" for this one)
Another problem is that we use Realm for storing image names that we use.
Thank you very much for your time!
Sorry, this tool has no ability to detect similar name with a complex rule. So far, I use a very simple rule to check similar name:
- prefix+suffix+number
- prefix+number+suffix
- number+prefix+suffix
You can see, it requires resource name contains a number, so that I could locate the diff part using regex.
@tinymind, thanks for your time and great tool. It is really a nice tool.
@wMellon @tinytoy
@07825531844
