mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Fix YouTube Sign in Issue (credit: level3tjg)
This commit is contained in:
parent
8a7bc73881
commit
c443c48725
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue