update sign in fix https://github.com/qnblackcat/uYouPlus/pull/1353/commits/2494cdf3c101e2d29c1f802254c269431224b97a
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
%hook NSBundle
|
||||
- (NSDictionary *)infoDictionary {
|
||||
NSMutableDictionary *info = %orig.mutableCopy;
|
||||
NSString *altBundleIdentifier = info[@"ALTBundleIdentifier"];
|
||||
if (altBundleIdentifier) info[@"CFBundleIdentifier"] = altBundleIdentifier;
|
||||
if ([self isEqual:NSBundle.mainBundle])
|
||||
info[@"CFBundleIdentifier"] = @"com.google.ios.youtube";
|
||||
return info;
|
||||
}
|
||||
%end
|
||||
|
||||
Reference in New Issue
Block a user