b1atant/blunt-rw — reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line tool called cyan for modifying iOS app packages. I want to be able to give it an IPA, TIPA, or app folder, then add tweak files like debs, dylibs, frameworks, bundles, and appex folders, and get a patched app back out.
It should support shareable .cyan config files, plus a small helper command to generate them. Let users change the app name, version, bundle id, minimum iOS version, icon, entitlements, and Info.plist values. It should also be able to remove supported devices limits, remove watch apps, remove app extensions, thin binaries to arm64, copy unknown files into the app root, fix common tweak dependencies like ElleKit, Cephei, and Orion, then fakesign the result.
Please make it installable as a normal Python 3.9 plus package on Linux, macOS, WSL, and jailbroken iOS. Include clear install and usage instructions. Look up current docs online if you need to.
Want more depth? Deep Reverse