1. 83f7d9e fix: auto print thread backtrace and exit with crash code when detected any thread stopped with exception reason (#601) by Sylar · 5 months ago master
  2. a4c1c33 Update README.md by Gabe Giosia · 7 months ago
  3. 33f2826 Update device_db with iPhone 15 models and the latest iPad models we missed. by Ivan Hernandez · 1 year, 2 months ago
  4. a203532 show iso-deploy project's Products (#584) by chengjzh · 1 year, 7 months ago
  5. ed7de77 Incremented version to 1.12.2 by Gabriel Giosia · 1 year, 7 months ago 1.12.2
  6. bbd951d feat: bump MACOSX_DEPLOYMENT_TARGET from 10.8 to new minimum 10.13 (#581) by David Register · 1 year, 7 months ago
  7. 1f79f44 Fix 578: Pass in CFNumberRef correctly instead of passing 0 as int (#579) by Nisarg Jhaveri · 1 year, 8 months ago
  8. d623003 Implement --kill, given pid or bundle id (#577) by Nisarg Jhaveri · 1 year, 9 months ago
  9. 136872d Implement get_pid, respect bundle_id in list_processes and list_bundle_id (#576) by Nisarg Jhaveri · 1 year, 9 months ago
  10. d0c383a Allow multiple connection to debugserver when running with --nolldb (#527) by Nisarg Jhaveri · 1 year, 9 months ago
  11. 4dde9a3 Add instruments server support with --list_processes argument (#575) by Nisarg Jhaveri · 1 year, 9 months ago
  12. 7c2c649 Incremented version to 1.12.1 by Ivan Hernandez · 2 years ago 1.12.1
  13. c4b5d1b Fix an issue introduced by #503 where installing an IPA requires explicitly providing a bundle id. The bundle id is used to determine the final install location so it can be printed but is not otherwise required. (#569) by Ivan Hernandez · 2 years ago
  14. 7a29ab0 Fix symbols downloading. Newer versions of Xcode seem to download dyld caches in parts and they can't be extracted until all of them have been downloaded so download everything first and then extract them instead of alternating between download and extract. (#567) by Ivan Hernandez · 2 years, 2 months ago
  15. 05fbde8 Add new iPhone 14 model numbers *correctly*. by Ivan Hernandez · 2 years, 2 months ago
  16. c85f1d7 Add new iPhone 14 model numbers. by Ivan Hernandez · 2 years, 2 months ago
  17. 06cd1e0 Lookup whether the device is password protected before starting a debug server and log it as an event. (#566) by Ivan Hernandez · 2 years, 2 months ago
  18. 90bac53 Xcode does not always contain a dedicated DeveloperDiskImage for each… (#565) by Ivan Hernandez · 2 years, 2 months ago
  19. f36ec2b Add a command to check whether a device has enabled developer mode. D… (#563) by Ivan Hernandez · 2 years, 3 months ago
  20. b325443 Add workaround needed for Xcode-13.3+ for --noninteract crashes, where lldb is not able to print backtrace (#558) by Uldis Kalniņš · 2 years, 3 months ago
  21. 24c9efb Revert "Add a command to check for developer mode. (#556)" by Ivan Hernandez · 2 years, 5 months ago
  22. 671bb9f Skipping no reason stops in --non-interact lldb script (#557) by Uldis Kalniņš · 2 years, 5 months ago
  23. 5221abf Incremented version to 1.12.0 by Ivan Hernandez · 2 years, 5 months ago 1.12.0
  24. aa870b5 Add a command to check for developer mode. (#556) by Ivan Hernandez · 2 years, 5 months ago
  25. ac8f4a3 Start and connect a session prior to downloading device symbols over wifi (#555) by Ivan Hernandez · 2 years, 6 months ago
  26. d02cf96 Update device detection json output to include the interface over which the device was found (e.g. Wifi, USB, etc) and to correctly start a session before fetching device attributes. Previously without a session, devices connected over wifi would return null for some attributes including BuildVersion and DeviceClass. (#554) by Ivan Hernandez · 2 years, 6 months ago
  27. 8670979 Remove an extraneous comma in the usage string. (#552) by Ivan Hernandez · 2 years, 8 months ago
  28. 025c956 Add latest iPad Air and iPhone SE to device_db (#551) by Ivan Hernandez · 2 years, 8 months ago
  29. f381d03 Add support for listing, downloading, installing, and uninstalling provisioning profiles. (#549) by Ivan Hernandez · 2 years, 8 months ago
  30. 13ccbb0 Change description of --detect to be more accurate (#550) by sanmanti · 2 years, 8 months ago
  31. 5002383 Revert "Add support for listing, downloading, installing, and uninstalling provisioning profiles." by Ivan Hernandez · 2 years, 8 months ago
  32. fd096dd Add support for listing, downloading, installing, and uninstalling provisioning profiles. by Ivan Hernandez · 2 years, 8 months ago
  33. 78a866c restore behaviour where DEVELOPER_DIR pointing not Xcode.app still works (#544) by Ukalnins · 2 years, 10 months ago
  34. 3591101 Skip removing FIFOs from device (#528) by Eugene · 3 years, 1 month ago
  35. c3742af Correct read_dir nlink/blocks reporting (#540) by Matt Centurion · 3 years, 1 month ago
  36. 089734f Add iPhone 13 / new iPads / Apple TV 4K 2 (#539) by Luke Street · 3 years, 2 months ago
  37. 4292f67 Make "Disconnected..." message verbose-only (#532) by Christopher Fujino · 3 years, 2 months ago
  38. cf0c552 Make "Skipping" log messages verbose only (#531) by Christopher Fujino · 3 years, 2 months ago
  39. f0f0b2b Fix an invalid casting from char * to NSString *. (#537) by Ivan Hernandez · 3 years, 2 months ago
  40. 76796cb Remove an erronous comma that is causing an unused data argument in a format string. by Ivan Hernandez · 3 years, 2 months ago
  41. 0f2ffb1 Second commit to add the ability to download OS symbols from an Apple… (#535) by Ivan Hernandez · 3 years, 2 months ago
  42. f973cb3 Add a 'symbols' command line flag that takes a path to a directory. This command will download the dyld cache files containing the system libraries compressed into one file and store them in the given directory. This commit does the same thing that Xcode does when a device is plugged in and Xcode is 'Preparing debugger support for iPhone'. This is only the first part of downloading symbols from a device. A subsequent commit will extract the libraries the dyld cache files. (#534) by Ivan Hernandez · 3 years, 2 months ago
  43. c7c50a6 Prioritize using the Xcode path set in the DEVELOPER_DIR environment variable when available. (#533) by Ivan Hernandez · 3 years, 3 months ago
  44. 4405d29 Support building with Bazel (#530) by Thi Doãn · 3 years, 3 months ago
  45. 0ea6400 Speed up copy_find_path by specifying maxdepth in find (#526) by Nisarg Jhaveri · 3 years, 4 months ago
  46. 1bae6a2 Print uploaded files in verbose mode (#520) by Eugene · 3 years, 4 months ago
  47. 357d176 Fix some compiler warnings, cleaner build logs (#517) by Nisarg Jhaveri · 3 years, 6 months ago
  48. 30f31fa Log DeviceDisconnected event when running with --json (#516) by Nisarg Jhaveri · 3 years, 6 months ago
  49. df7d9f1 Show finer progress when installing (#515) by Nisarg Jhaveri · 3 years, 6 months ago
  50. a9be896 Add new iPads (#512) by Gabe Giosia · 3 years, 6 months ago
  51. 7734420 Allow --nolldb to run without providing an app bundle. This can be used when we intend to debug a process that is already installed or is already running on the device. The user must run lldb on their own, manually connect the debugserver and attach or launch a process to debug on the device. (#507) by Ivan Hernandez · 3 years, 8 months ago
  52. 8dfad9b Add support for more friendly usages of --key (#501) by ryanluoo · 3 years, 9 months ago
  53. 928d4fe Print the installation path of the app bundle on the actual device after installation. Prints by default when using JSON output because new JSON fields are presumably backwards compatible and will be ignored by any existing parsing logic. Requires --verbose when not using JSON to maintain formaat of existing output. (#503) by Ivan Hernandez · 3 years, 9 months ago
  54. 972a328 add basic support for watchos (#502) by Ukalnins · 3 years, 9 months ago
  55. 71f3617 Incremented version to 1.11.4 by Ivan Hernandez · 3 years, 10 months ago 1.11.4
  56. 23b9278 Add -k/--key option. Allow getting more properties of the app (#497) by ryanluoo · 3 years, 10 months ago
  57. 00a39c8 Show iOS version and build version in "Device found" message (#491) by marc hoffman · 4 years ago
  58. 944329c Show connection type in "Disconnected" messages (#490) by marc hoffman · 4 years ago
  59. 9233ad0 Always emit "Symbol Path: ", even when running `--nolldb` (#488) by marc hoffman · 4 years ago
  60. 18d7597 Typo in description (#489) by 0x3c3e · 4 years ago
  61. a4d56c4 Incremented version to 1.11.3 by Ivan Hernandez · 4 years, 1 month ago 1.11.3
  62. 5308dfe Allocate ref on stack instead of the type itself for AFC service startup (#485) by Ukalnins · 4 years, 1 month ago
  63. 862f0c2 fix script generation to not comment out the first line (#481) by Ukalnins · 4 years, 1 month ago
  64. a9e59d2 Add new iPad and iPhone models. (#483) by Ivan Hernandez · 4 years, 1 month ago
  65. b7e0b00 Incremented version to 1.11.2 by Ivan Hernandez · 4 years, 2 months ago 1.11.2
  66. fad42f7 fix missing output when lldb is buffering output (#474) by Ukalnins · 4 years, 3 months ago
  67. 5322de7 add ability to execute custom scripts and commands (#472) by Ukalnins · 4 years, 3 months ago
  68. ee3aec1 fix handling of utf8 in output/error paths (#473) by Ukalnins · 4 years, 3 months ago
  69. e722929 Incremented version to 1.11.2-beta.1 by Ivan Hernandez · 4 years, 3 months ago 1.11.2-beta.1
  70. 67cef1b Incremented version to 1.11.2 by Ivan Hernandez · 4 years, 3 months ago
  71. 8092250 fix communication with debuggserver on ios-14 (#471) by Ukalnins · 4 years, 3 months ago
  72. 5276058 Incremented version to 1.11.1 by Gabe Giosia · 4 years, 3 months ago 1.11.1
  73. dd6b949 Mark betas as only having "preliminary testing" by Gabe Giosia · 4 years, 3 months ago
  74. 89c509b Fix Large Incremental Installs (#470) by Ivan Hernandez · 4 years, 3 months ago
  75. 3b4f011 Update the help output by Gabe Giosia · 4 years, 3 months ago
  76. ff9e97c Update README.md by Gabe Giosia · 4 years, 4 months ago
  77. e3a798c Update README.md by Gabe Giosia · 4 years, 4 months ago
  78. 8371c38 Update README.md by Gabe Giosia · 4 years, 4 months ago
  79. a3d65fa Remove ElCaptain message and add nodeJS versions by Gabe Giosia · 4 years, 4 months ago
  80. 2377abc Removing "Filing an issue" from CONTRIBUTING by Gabe Giosia · 4 years, 4 months ago
  81. 9f7fe09 Add Documentation for command in #453 by Gabe Giosia · 4 years, 4 months ago
  82. 2d1b059 Change versions that were tested by Gabe Giosia · 4 years, 4 months ago
  83. fcbba00 Incremented version to 1.11.0 by Gabe Giosia · 4 years, 5 months ago 1.11.0
  84. c1050a9 fix lldb script on xcode 12 (#464) by Ukalnins · 4 years, 5 months ago
  85. dadab25 Fix a few unused variable warnings. (#463) by Ivan Hernandez · 4 years, 5 months ago
  86. 55b011d Exit early from install/transfer callbacks if the dictionary contains an error. (#461) by Ryan McPherson · 4 years, 7 months ago
  87. c2c0f8d Add iPhone SE 2G (#460) by Gabe Giosia · 4 years, 7 months ago
  88. d3e898f handle errors during debugserver startup and add helper function to start session (#459) by Ukalnins · 4 years, 7 months ago
  89. 72cbd8d Add --json support for list_bundle_id (#457) by ryanluoo · 4 years, 8 months ago
  90. 575cd60 fix: remove extra space by ryanluoo · 4 years, 8 months ago
  91. 3ad4726 Add -F/--non-recursively option that controls whether to walk the directory recursively; add --json support for list_file (#454) by ryanluoo · 4 years, 8 months ago
  92. b264c95 Add --file_system/-f option that allows to access the raw file system (#453) by ryanluoo · 4 years, 8 months ago
  93. deda955 Add new iPad models by Gabe Giosia · 4 years, 8 months ago
  94. 3b1419b Change progress values during incremental installation to follow the same convention that standard installations follow (#451) by Ivan Hernandez · 4 years, 9 months ago
  95. 661efae Only grab terminal when necessery and restore when done (#414) by Ukalnins · 4 years, 10 months ago
  96. b789f9b remove building of dummy ios-deploy-lib (#448) by Gabe Giosia · 4 years, 10 months ago
  97. cb9b9bd remove unsused ios-deploy-lib by Gabe Giosia · 4 years, 10 months ago
  98. a479ca2 Update AMDeviceCreateHouseArrestService() to have types for options (#447) by Gabe Giosia · 4 years, 10 months ago
  99. f017510 Fix the error when try to access some apps' sandbox by using a different command to start house arrest service (#446) by ryanluoo · 4 years, 10 months ago
  100. 84e29eb Print Disconnect message when a device connection is lost (#442) by maxtardif · 4 years, 10 months ago