coolstar version of PreferenceLoader v3.0.1 no longer support PLFilterKey
NSString symbol since this commit https://github.com/coolstar/preferenceloader/commit/8f381e9a0bc1870971603f7411dc1ff0d1d87ea1
So if tweaks that using PLFilterKey
not work on Odyssey environment like this.
Injection failed: 'dlopen(/Library/TweakInject/Sleipnizer.dylib, 9): Symbol not found: _PLFilterKey
I just replace PLFilterKey
to own impl of NSString to fix this compatibility breaking change.