mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-22 02:38:45 -04:00
Remove another duplicate
This commit is contained in:
@@ -67,16 +67,6 @@ static BOOL IsEnabled(NSString *key) {
|
|||||||
}
|
}
|
||||||
%end
|
%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
|
// Skips content warning before playing *some videos - @PoomSmart
|
||||||
%hook YTPlayabilityResolutionUserActionUIController
|
%hook YTPlayabilityResolutionUserActionUIController
|
||||||
- (void)showConfirmAlert { [self confirmAlertDidPressConfirm]; }
|
- (void)showConfirmAlert { [self confirmAlertDidPressConfirm]; }
|
||||||
|
Reference in New Issue
Block a user