notes
This release has a significant change in how iOS applications are patched. Most importantly, after some help over at nowsecure/node-applesign113, 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. (https://github.com/sensepost/objection/commit/554c6c660b2e68627ff845301cdd664836eef9ee) (via #449) (thanks No-Cellist-7780)
- Improve support for patching iOS applications using a free developer account. (https://github.com/sensepost/objection/commit/bb33bce3ca9c36482951081e3d3721645f963124)
other
- Bump agent dependencies (https://github.com/sensepost/objection/commit/23ba6b09dab9ef6c4d2e18812e17b8b92e97197a)
- Formatting fixes (https://github.com/sensepost/objection/commit/7724481889cb8873f3bf94ad63f8c8ab23ad7618)
[Code Diff Since v1.10.1](https://github.com/sensepost/objection/compare/1.9.6%E2%80%A61.11.0)