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] 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]; }