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
+10
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 {