diff --git a/YTLitePlus.h b/YTLitePlus.h index b2d033d..04c1af1 100644 --- a/YTLitePlus.h +++ b/YTLitePlus.h @@ -67,7 +67,6 @@ - (void)setRate:(float)rate; @end -// IAmYouTube @interface SSOConfiguration : NSObject @end diff --git a/YTLitePlus.xm b/YTLitePlus.xm index 9ef6a7c..23cb841 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]; }