mirror of
https://github.com/NohamR/Tweaks.git
synced 2026-05-24 19:59:59 +00:00
Block subscription set and update executables
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"com.tf1.applitf1",
|
||||
);
|
||||
Executables = (
|
||||
mytf1,
|
||||
App,
|
||||
);
|
||||
};
|
||||
}
|
||||
@@ -5,3 +5,12 @@
|
||||
return self;
|
||||
}
|
||||
%end
|
||||
|
||||
%hook VSSubscriptionRegistrationCenter
|
||||
- (void)setCurrentSubscription:(id)subscription
|
||||
{
|
||||
NSLog(@"Blocked VSSubscriptionRegistrationCenter");
|
||||
NSLog(@"Subscription: %@", subscription);
|
||||
return;
|
||||
}
|
||||
%end
|
||||
@@ -3,7 +3,7 @@
|
||||
Block ads initialization on TF1+.
|
||||
|
||||
- **App**: [TF1+ : Streaming, TV en Direct](https://apps.apple.com/fr/app/tf1-streaming-tv-en-direct/id407248490)
|
||||
- **Tested version**: 11.36.0
|
||||
- **Tested version**: 23.3.1
|
||||
- **Target**: iOS
|
||||
|
||||
## Build
|
||||
|
||||
Reference in New Issue
Block a user