Skip to content

1.11.0

Latest
Compare
Choose a tag to compare
@leonjza leonjza released this 06 Apr 08:33
· 51 commits to master since this release
e7eb1d9

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)

other

Code Diff Since v1.10.1