From 6c73106a5a3d78de1469bef51fef8b9fc9d5473e Mon Sep 17 00:00:00 2001 From: PoomSmart Date: Sat, 24 Dec 2022 15:51:39 +0700 Subject: [PATCH] This is unneeded --- uYouPlus.xm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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; }