iOS tweaks built with Theos, injected into IPAs via cyan.
| Tweak | App | Target |
|---|---|---|
| ServerCatPremium | ServerCat 1.30.0 | iOS 17+ |
| ServerCatPremium (legacy) | ServerCat 1.6.4 | iOS 15 |
| TextasticPro | Textastic 10.9.2 | iOS 18+ |
| BusinessJB | Business 2.3.000 | iOS 15 |
| CreditAgricoleJB | Ma Banque 47.0.0 | iOS 15.8.6 |
# Debug
make clean && make package THEOS_PACKAGE_SCHEME=rootless
# Production
make clean && make package THEOS_PACKAGE_SCHEME=rootless DEBUG=0cyan -i <input.ipa> -o <output_patched.ipa> -f <tweak.deb> -uSee each tweak's index.md for the specific command.