kabiroberai / theos-jailed

A Theos module to develop jailed tweaks for iOS 8 and up
Other
365 stars 64 forks source link

Change BundleID and DisplayName on an iOS device #64

Closed syto203 closed 3 years ago

syto203 commented 4 years ago

allows to change the Bundle Identifier and App's Display Name on-device. (app injection requires "insert_dylib" from level3tjg's repo (https://level3tjg.xyz/repo/)

kabiroberai commented 4 years ago

Thanks for the PR! I would’ve reviewed this earlier but I’ve been a bit busy unfortunately.

The changes seem good for the most part, but one improvement would be for Theos Jailed to use Theos to compile a libplist-based cli + insert_dylib while bootstrapping itself (similar to how addons work atm). This will a) improve plist handling in comparison to awk, b) remove the need for insert_dylib as a binary dependency, and c) add Linux support. So instead of merging into master, I’ll merge this PR into a feature branch and work on that as soon as I get the chance.

syto203 commented 3 years ago

closing because i messed up commits history. replaced by #73 .