This is unneeded
This commit is contained in:
+1
-4
@@ -31,11 +31,8 @@ NSBundle *uYouPlusBundle() {
|
|||||||
NSString *tweakBundlePath = [[NSBundle mainBundle] pathForResource:@"uYouPlus" ofType:@"bundle"];
|
NSString *tweakBundlePath = [[NSBundle mainBundle] pathForResource:@"uYouPlus" ofType:@"bundle"];
|
||||||
if (tweakBundlePath)
|
if (tweakBundlePath)
|
||||||
bundle = [NSBundle bundleWithPath:tweakBundlePath];
|
bundle = [NSBundle bundleWithPath:tweakBundlePath];
|
||||||
else {
|
else
|
||||||
bundle = [NSBundle bundleWithPath:@"/Library/Application Support/uYouPlus.bundle"];
|
bundle = [NSBundle bundleWithPath:@"/Library/Application Support/uYouPlus.bundle"];
|
||||||
if (!bundle)
|
|
||||||
bundle = [NSBundle bundleWithPath:@"/var/jb/Library/Application Support/uYouPlus.bundle"];
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
return bundle;
|
return bundle;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user