Skip to content

v0.6.0

Choose a tag to compare

@londek londek released this 04 May 14:36
· 44 commits to main since this release
v0.6.0
1463f59

Highlights

This release brings new mechanisms for decrypting ipas and speed improvements.

  • Pre-upload patching uses raw zip stream copy, skipping a decompress/recompress cycle
  • Install lookup replaces a per-file shell loop with a single grep across all top-level Info.plists
  • New --use-installed flag picks the installed build directly without an App Store roundtrip - works in non-TTY environments
  • New --extra-verify flag byte-compares every output Mach-O against the source outside the encrypted region, catching decrypt corruption that the cryptid==0 check can't see
  • --force renamed to --from-appstore, which actually describes what it does
  • Fixed frameworks where the helper picked a busy thread mid-syscall instead of an idle one

Changelog