Merge branch 'qnblackcat:main' into main
This commit is contained in:
commit
f135d9ea1d
1 changed files with 10 additions and 0 deletions
10
uYouPlus.xm
10
uYouPlus.xm
|
|
@ -255,6 +255,16 @@ static BOOL didFinishLaunching;
|
||||||
// - (void)decorateContext:(id)context {}
|
// - (void)decorateContext:(id)context {}
|
||||||
// %end
|
// %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
|
// Fix login for YouTube 17.33.2 and higher
|
||||||
%hook SSOKeychainCore
|
%hook SSOKeychainCore
|
||||||
+ (NSString *)accessGroup {
|
+ (NSString *)accessGroup {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue