Skip to content

Commit

Permalink
update sign in fix qnblackcat@2494cdf
Browse files Browse the repository at this point in the history
  • Loading branch information
qnblackcat committed Apr 29, 2024
1 parent cc1135e commit d4b2243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/uYouPlusPatches.xm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4b2243

Please sign in to comment.