Skip to content

v1.0.218

Choose a tag to compare

@github-actions github-actions released this 03 Jun 09:49
· 133 commits to main since this release

✨ New features & improvements

  • Redesigned help outputios --help now shows a clean, sectioned layout (global options + a full command table with one-line descriptions) instead of the raw docopt usage block. ios help <command>, ios <command> --help, and ios <command> -h are all equivalent, including nested subcommands like ios help tunnel start. (#716)

🐛 Fixes

  • REST API KillApp — fixed kill-by-bundle-ID, which stopped matching after CFBundleIdentifier/CFBundleExecutable became method calls on the app model. (#729)