notes
This release has a significant change in how iOS applications are patched. Most importantly, after some help over at nowsecure/node-applesign#113, we realised we needed to set the bundle id and add the entitlement cloning flag. By default objection will now parse the bundleid from your .mobileprovision
file automatically, but if you need to set it to something else, you can use the new -b
flag on the patchipa
command.
fixes
- Correctly parse
apktool
versions, even if build from source. (554c6c6) (via #449) (thanks @No-Cellist-7780) - Improve support for patching iOS applications using a free developer account. (bb33bce)