Block subscription set and update executables

This commit is contained in:
√(noham)²
2026-05-11 00:55:20 +02:00
parent 432eafeb77
commit 0fa7d613d8
3 changed files with 11 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"com.tf1.applitf1",
);
Executables = (
mytf1,
App,
);
};
}

View File

@@ -5,3 +5,12 @@
return self;
}
%end
%hook VSSubscriptionRegistrationCenter
- (void)setCurrentSubscription:(id)subscription
{
NSLog(@"Blocked VSSubscriptionRegistrationCenter");
NSLog(@"Subscription: %@", subscription);
return;
}
%end

View File

@@ -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