opa334 / Choicy

Advanced tweak configurator for iOS 10 and up
MIT License
351 stars 74 forks source link

NeonBoard main dylib doesn't show up in applications custom configuration list #22

Open Luki120 opened 3 years ago

Luki120 commented 3 years ago

I started filtering it out some UIKit tweaks for some apps I don't want them to inject there but I also want to use the custom font I regularly use. NeonBoard has a custom dylib named NeonBoard fonts, so I thought just whitelisting that one, alongside NeonCore, NeonKit and NeonPaths would be enough but apparently it's not, seems like NeonFonts also depends somehow on the main dylib for functionality (which doesn't show up in the list). On the other hand, using blacklist works, but it's not really convenient. I'd prefer to use whitelist if possible.

iPhone XR, 14.3, unc0ver jailbreak.

Edit: this doesn't really categorize as an "issue" (I think, idk how you load the tweaks installed there) but if there's no plan to include it or it's not possible let me know and I'll close this.

opa334 commented 3 years ago

idk what to do about this, I guess the main neonboard dylib is opened by one of the other dylibs but choicy blocks that because it's not in the whitelist. maybe I could find a way to disable choicy after substitute is done loading tweaks.

Luki120 commented 3 years ago

Alright, thank you. Hope you can figure it out.