Update uYouPlus.xm

Fix login for YouTube 18.13.2 and higher
This commit is contained in:
BandarHelal 2023-04-07 19:57:02 +03:00 committed by GitHub
parent 0bf9818836
commit 43220f7d31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -255,6 +255,16 @@ static BOOL didFinishLaunching;
// - (void)decorateContext:(id)context {}
// %end
// Fix login for YouTube 18.13.2 and higher
%hook SSOKeychainHelper
+ (NSString *)accessGroup {
return accessGroupID();
}
+ (NSString *)sharedAccessGroup {
return accessGroupID();
}
%end
// Fix login for YouTube 17.33.2 and higher
%hook SSOKeychainCore
+ (NSString *)accessGroup {