From bdaaf700982907db44eebaac972c21c1110a367c Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 7 Jul 2024 05:19:42 -0500 Subject: [PATCH 1/2] Update YTLitePlus.h --- YTLitePlus.h | 1 - 1 file changed, 1 deletion(-) diff --git a/YTLitePlus.h b/YTLitePlus.h index 508adf6..87598b3 100644 --- a/YTLitePlus.h +++ b/YTLitePlus.h @@ -61,7 +61,6 @@ - (void)setRate:(float)rate; @end -// IAmYouTube @interface SSOConfiguration : NSObject @end From 1cb51102bab8d582fa0d9be7b31bdd45087ea9d1 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 7 Jul 2024 05:48:10 -0500 Subject: [PATCH 2/2] Remove another duplicate --- YTLitePlus.xm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/YTLitePlus.xm b/YTLitePlus.xm index 1dc907f..68295b9 100644 --- a/YTLitePlus.xm +++ b/YTLitePlus.xm @@ -67,16 +67,6 @@ static BOOL IsEnabled(NSString *key) { } %end -// Fix Google Sign in by @PoomSmart and @level3tjg (qnblackcat/uYouPlus#684) -%hook NSBundle -- (NSDictionary *)infoDictionary { - NSMutableDictionary *info = %orig.mutableCopy; - if ([self isEqual:NSBundle.mainBundle]) - info[@"CFBundleIdentifier"] = @"com.google.ios.youtube"; - return info; -} -%end - // Skips content warning before playing *some videos - @PoomSmart %hook YTPlayabilityResolutionUserActionUIController - (void)showConfirmAlert { [self confirmAlertDidPressConfirm]; }