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

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