diff --git a/uYouPlus.xm b/uYouPlus.xm index c2ff0ee..6b7d32d 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -31,11 +31,8 @@ NSBundle *uYouPlusBundle() { NSString *tweakBundlePath = [[NSBundle mainBundle] pathForResource:@"uYouPlus" ofType:@"bundle"]; if (tweakBundlePath) bundle = [NSBundle bundleWithPath:tweakBundlePath]; - else { + else bundle = [NSBundle bundleWithPath:@"/Library/Application Support/uYouPlus.bundle"]; - if (!bundle) - bundle = [NSBundle bundleWithPath:@"/var/jb/Library/Application Support/uYouPlus.bundle"]; - } }); return bundle; }