Add ServerCatPremium tweaks, build files and docs

This commit is contained in:
√(noham)²
2026-02-23 16:58:17 +01:00
commit c00a3a7fdf
14 changed files with 205 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# Tweaks
iOS tweaks built with [Theos](https://theos.dev), injected into IPAs via [cyan](https://github.com/asdfzxcvbn/pyzule-rw).
## Tweaks
| Tweak | App | Target |
| ----------------------------------------------- | ---------------- | ------- |
| [ServerCatPremium](ServerCatPremium/index.md) | ServerCat 1.30.0 | iOS 17+ |
| [ServerCatPremium (legacy)](ServerCatPremium_/index.md) | ServerCat 1.6.4 | iOS 15 |
## Build
```sh
# Debug
make clean && make package THEOS_PACKAGE_SCHEME=rootless
# Production
make clean && make package THEOS_PACKAGE_SCHEME=rootless DEBUG=0
```
## Inject
```sh
cyan -i <input.ipa> -o <output_patched.ipa> -f <tweak.deb> -u
```
See each tweak's `index.md` for the specific command.