mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 18:12:06 +00:00
This is unneeded
This commit is contained in:
parent
2c3370a2b9
commit
6c73106a5a
1 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue