mirror of
https://github.com/NohamR/Tweaks.git
synced 2026-05-25 20:00:01 +00:00
Compare commits
1 Commits
TF1Plus-tv
...
Infuse-iOS
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fa7d613d8 |
@@ -4,7 +4,7 @@
|
|||||||
"com.tf1.applitf1",
|
"com.tf1.applitf1",
|
||||||
);
|
);
|
||||||
Executables = (
|
Executables = (
|
||||||
mytf1,
|
App,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -5,3 +5,12 @@
|
|||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
%hook VSSubscriptionRegistrationCenter
|
||||||
|
- (void)setCurrentSubscription:(id)subscription
|
||||||
|
{
|
||||||
|
NSLog(@"Blocked VSSubscriptionRegistrationCenter");
|
||||||
|
NSLog(@"Subscription: %@", subscription);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
%end
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
Block ads initialization on TF1+.
|
Block ads initialization on TF1+.
|
||||||
|
|
||||||
- **App**: [TF1+ : Streaming, TV en Direct](https://apps.apple.com/fr/app/tf1-streaming-tv-en-direct/id407248490)
|
- **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
|
- **Target**: iOS
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|||||||
Reference in New Issue
Block a user