Skip to content

New "exists" feature, lldb bug fixes.

Compare
Choose a tag to compare
@shazron shazron released this 06 Apr 20:59
· 385 commits to master since this release

Thanks to our contributors @urklc and @dot-asm!

from @urklc:

  • (-e, --exists) check if the app with given bundle_id is installed or not

from @dot-asm:

  • allow to pass command line arguments from (lldb) prompt;
  • make lldb exit as opposite to relying on kill (which is problematics
    because it messes up tty settings);
  • handle event timeout in autoexit_command to avoid endless loop;
  • use dynamic TCP port and listen on localhost (no need to expose the
    port to Internet);
  • close accept socket once connection is established;