Update uYouPlus.xm localization description

JBROOT_PATH_NSSTRING is there just in case ROOT_PATH_NS doesn’t work.
This commit is contained in:
aric3435 (INACTIVE) 2024-10-14 02:14:10 -05:00 committed by GitHub
parent 25d1f635c2
commit 2dcbbe7ef4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}