Merge branch 'qnblackcat:main' into main

This commit is contained in:
darkbrow 2023-04-08 10:14:57 +09:00 committed by GitHub
commit f135d9ea1d
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 {