mirror of
https://github.com/NohamR/Tweaks.git
synced 2026-05-24 19:59:59 +00:00
23 lines
385 B
Markdown
23 lines
385 B
Markdown
# OqeePlus tvOS
|
|
|
|
Block ads initialization on Oqee.
|
|
|
|
- **App**: [OqeePlus : Streaming, TV en Direct](https://apps.apple.com/fr/app/free-tv/id1542614107)
|
|
- **Tested version**: 2.40
|
|
- **Target**: tvOS
|
|
|
|
## Build
|
|
|
|
```sh
|
|
make package FINALPACKAGE=1
|
|
```
|
|
|
|
## Inject
|
|
|
|
```sh
|
|
cyan -i oqeeplus.ipa \
|
|
-o oqeeplus_patched.ipa \
|
|
-f xyz.nohamr.oqeeplus_1.0_appletvos-arm64.deb \
|
|
-u
|
|
```
|