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