mirror of
https://github.com/NohamR/Tweaks.git
synced 2026-05-25 04:17:15 +00:00
Block subscription set and update executables
This commit is contained in:
@@ -5,3 +5,12 @@
|
||||
return self;
|
||||
}
|
||||
%end
|
||||
|
||||
%hook VSSubscriptionRegistrationCenter
|
||||
- (void)setCurrentSubscription:(id)subscription
|
||||
{
|
||||
NSLog(@"Blocked VSSubscriptionRegistrationCenter");
|
||||
NSLog(@"Subscription: %@", subscription);
|
||||
return;
|
||||
}
|
||||
%end
|
||||
Reference in New Issue
Block a user