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