You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the issue here is the bundle id under the app's name FinalShell is just "st".
Is that the valid bundle id of that app if you look at the Info.plist file?
It's doing a search on the bundle id and "st" matches a lot of those files in the list
Pastepal
SpeedTest
etc..
I just found it and installed it from brew, yeah the bundle id really is that short.
Not sure what the dev was doing there 😂
I can probably add a catch that if the bundle id is less than 2 components long, to fallback to app name search only.
Okay, just got this fixed.
I decided to go with checking if the bundle id is one component only, like FinalShell, then check to make sure the length of the bundle id is at least 5 characters long to prevent these scenarios where very short ids find unrelated files.
Now it only finds 2 files as expected.
Thanks for finding this!
Describe the bug:
Pearcleaner selects uncorrect files that is not related to the app
Steps to reproduce:
Info:
Screenshots:
https://github.com/user-attachments/assets/3afee042-ff2c-48ff-8d4b-69411512da48
Console Logs (For app crashes or hard to reproduce issues):
The text was updated successfully, but these errors were encountered: