mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Update uYouPlus.xm localization description
JBROOT_PATH_NSSTRING is there just in case ROOT_PATH_NS doesn’t work.
This commit is contained in:
parent
25d1f635c2
commit
2dcbbe7ef4
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ NSBundle *uYouPlusBundle() {
|
|||
if (tweakBundlePath)
|
||||
bundle = [NSBundle bundleWithPath:tweakBundlePath];
|
||||
else
|
||||
bundle = [NSBundle bundleWithPath:ROOT_PATH_NS(@"/Library/Application Support/uYouPlus.bundle")];
|
||||
bundle = [NSBundle bundleWithPath:ROOT_PATH_NS(@"/Library/Application Support/uYouPlus.bundle")]; // ROOT_PATH_NS = JBROOT_PATH_NSSTRING
|
||||
});
|
||||
return bundle;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue