1. fd6b836 Significantly reduced a time of lldb initialization when ios-deploy is used without `--justlaunch` flag by Dmitriy Shesterkin · 8 years ago
  2. 8fd1fed Fixed: ios-deploy used a non-existed path for the Symbols dir (e.g `/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0/Symbols`) by Dmitriy Shesterkin · 8 years ago
  3. c79cd7e Fixed a problem with inability to pass arguments through command line parameters by Dmitriy Shesterkin · 8 years ago
  4. 47009c2 Merge pull request #261 from javierquevedo/master by Shazron Abdullah · 8 years ago
  5. b9e80af Updated project file as recommended by Xcode by Shazron Abdullah · 8 years ago
  6. f3f26be Add Slack notification. by Shazron Abdullah · 8 years ago
  7. 6661fec Updated read reflecting new OS tests. by Javier Quevedo · 8 years ago
  8. 79a2a3b Fixes #250 - Can't pass in command line args to the iOS application by Shazron Abdullah · 8 years ago
  9. 8741d74 Add iPad Pro friendly names by Shazron Abdullah · 8 years ago
  10. 0090892 Added iPhone 7 and 7 Plus friendly names by Shazron Abdullah · 8 years ago
  11. e72626a Added new iPhone SE friendly name by Shazron Abdullah · 8 years ago
  12. 100c8a3 Added tvOS Apple TV 4G friendly name by Shazron Abdullah · 8 years ago
  13. 71e14be Merge pull request #228 from Vrixyz/master by Shazron Abdullah · 8 years ago
  14. 022fd28 Fixes #240 - IndexError: list index out of range by Shazron Abdullah · 8 years ago
  15. 7a808cb Merge pull request #243 from trigger-corp/master by Shazron Abdullah · 8 years ago
  16. 2558876 Fixed: ios-deploy will exit when the detection timeout ends even if the device has been detected by Antoine van Gelder · 8 years ago
  17. babe79f Add missing iPad Air and iPad Mini models by Antoine van Gelder · 8 years ago
  18. 26f981e Merge pull request #232 from jakepetroules/codes by Shazron Abdullah · 8 years ago
  19. 07de750 Bring list of error messages up-to-date. by Jake Petroules · 8 years ago
  20. 978b1bb added support for AppleTV OS ; simplified find_path() to avoid quoting root_path (some paths weren't working) by Thierry Berger · 8 years ago
  21. 76e8d08 Fixes #219 - iOS 9.3 app hangs on splash screen by Alexis Kofman · 8 years ago
  22. 3ef9dfe Merge pull request #222 from akofman/tweaks by Shazron Abdullah · 8 years ago
  23. 888323b rm autogenerated files from the repo by Alexis Kofman · 8 years ago
  24. 908a2d5 replace remaining tabs by spaces by Alexis Kofman · 8 years ago
  25. 77654fa Added travis ci badge by Shazron Abdullah · 8 years ago
  26. 81b52cd Added travis ci config by Shazron Abdullah · 8 years ago
  27. d30f6bd Merge pull request #217 from stevemoser/patch-1 by Shazron Abdullah · 8 years ago
  28. 17d0841 Update for iPhone SE by Steve Moser · 8 years ago
  29. 2461665 Updated Github issue template. by Shazron Abdullah · 8 years ago
  30. e8f90b0 Added Github issue template. by Shazron Abdullah · 8 years ago
  31. 1f1725a Fixed `npm run test` by Shazron Abdullah · 8 years ago
  32. 8757ca5 Added warning text to the check_reqs.js log when running under OS X 10.11 El Capitan by Shazron Abdullah · 8 years ago
  33. 411f054 Merge pull request #205 from stevenkramer/recursive_uploads by Shazron Abdullah · 8 years ago
  34. 4dd9d74 Added support for recursive directory uploads by Steven Kramer · 8 years ago
  35. 9a9c648 Updated version to 2.0.0 by Shazron Abdullah · 8 years ago
  36. 2fceef2 Updated README to reflect 1.x branch and master (dev) branch expectations. by Shazron Abdullah · 8 years ago
  37. 0159cfc Added Testing section in the README by Shazron Abdullah · 8 years ago
  38. cbba8a4 Added npm scripts: test, pycompile by Shazron Abdullah · 8 years ago
  39. 3a57b33 Exported lib-ios-deploy header by Shazron Abdullah · 8 years ago
  40. fd12c31 Restructured folders into src/ by Shazron Abdullah · 8 years ago
  41. ecb228a Added libios-deploy target stub, and XCTests stub. ios-deploy dependent on lib-ios-deploy target by Shazron Abdullah · 8 years ago
  42. 3555b12 Typo in Run Script that resulted in appending contents to lldb.py.h by Shazron Abdullah · 8 years ago 1.8.4
  43. 3fef0a5 Externalized LLDB_FRUITSTRAP_MODULE python commands into external file (source in src/scripts/lldb.py) by Shazron Abdullah · 8 years ago
  44. ca29173 Externalize version string into a header file (version must be in double quotes) by Shazron Abdullah · 8 years ago
  45. e57a4da Fixes #194 - Segmentation fault: 11 (related) by Shazron Abdullah · 8 years ago
  46. a9e9641 Fixes #194 - Segmentation fault: 11 by Shazron Abdullah · 8 years ago
  47. 922f848 Updated version to 1.8.4 by Shazron Abdullah · 8 years ago
  48. f0ae11a Add a note in CONTRIBUTING.md to check out the El Capitan section of the README. Closes #201 by Shazron Abdullah · 8 years ago
  49. c0988f0 Fix README - El Capitan section. Closes #200 by Shazron Abdullah · 8 years ago
  50. a36b169 Added --allow-root to El-Capitan notes, and =true to --unsafe-perm by Shazron Abdullah · 8 years ago
  51. 551cdc5 Added docs for --no-wifi option by Shazron Abdullah · 8 years ago 1.8.3
  52. 94d56d7 Updated demo Makefile for Xcode 7.1 (iOS 9.1) by Shazron Abdullah · 8 years ago
  53. f17fd4c Updated version to 1.8.3 by Shazron Abdullah · 8 years ago
  54. 28ceb47 Merge pull request #192 from jcworsley/master by Shazron Abdullah · 8 years ago
  55. 6a8ad1e Added no-wifi option to explicitly skip wifi connectivity. by John C. Worsley · 8 years ago
  56. 3ee31bc Typo: had two "scripts" sections in package.son by Shazron Abdullah · 9 years ago 1.8.2
  57. fccfde8 Increment version to 1.8.2 by Shazron Abdullah · 9 years ago
  58. f6b4c3f Ignore node_modules by Shazron Abdullah · 9 years ago
  59. b1c717e Removed check_reqs.js by Shazron Abdullah · 9 years ago
  60. 1220cac Moved check_reqs.js to src, added jshint to npm test by Shazron Abdullah · 9 years ago
  61. 6f65bb6 Fixes #183 - 'tool' undefined in check_reqs.js by Shazron Abdullah · 9 years ago
  62. 7af1a9d Fixes #184 - Change min xcode version for Travis CI by Shazron Abdullah · 9 years ago
  63. 23ea3b7 Updated package.json ver to 1.8.1 by Shazron Abdullah · 9 years ago 1.8.1
  64. 9909fb8 Updated version to 1.8.1 by Shazron Abdullah · 9 years ago
  65. 0320381 Fixes #182 - ios-deploy terminates with code 11 in difficult to pinpoint circumstances by Shazron Abdullah · 9 years ago
  66. 612c356 Added verbose logging for #170 by Shazron Abdullah · 9 years ago
  67. 59904aa Updated README for new build from source instruction by Shazron Abdullah · 9 years ago
  68. 9f6b415 Merge branch '135-xcode-project' by Shazron Abdullah · 9 years ago 1.8.0
  69. 5d2166f Fixes #135 - Convert Makefile to xcodeproject. Demo in its own folder now with its own Makefile. by Shazron Abdullah · 9 years ago
  70. 6ce22c2 Fixes #176 - Add documentation issue for node preinstall script (workaround) by Shazron Abdullah · 9 years ago
  71. ede5d25 Fixes #156 - --list command add trailing slash for directories by Shazron Abdullah · 9 years ago
  72. 6b7b31d check_reqs - removed shelljs dependency by Shazron Abdullah · 9 years ago
  73. 8d60757 Fixes #167 - On El Cap, detect Xcode 7 properly installed by Shazron Abdullah · 9 years ago
  74. 2f9fb43 Incremented version to 1.8.0 by Shazron Abdullah · 9 years ago
  75. a6e9492 Fixes #170 - ios-deploy installing over both USB and WiFi by Shazron Abdullah · 9 years ago
  76. 342965c Added iPhone 6s and 6s Plus models. by Shazron Abdullah · 9 years ago
  77. 4ce3554 Fixes #164 - Error when launch application in multi-user context by Shazron Abdullah · 9 years ago
  78. ab39342 Fixes #166 - Segfault when passed a non-existent bundle #166 by Shazron Abdullah · 9 years ago
  79. 2a18445 Fixes #168 - Segmentation Fault 11 (when deploying an .ipa file) by Shazron Abdullah · 9 years ago
  80. 5e74205 Fixes #56 - Assertion failed AMDeviceSecureTransferPath (app name has non-ASCII characters) by Shazron Abdullah · 9 years ago
  81. 5455219 Fixed typo in README example. by Shazron Abdullah · 9 years ago
  82. d621676 Fixes #153 - Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** +[NSString stringWithUTF8String:]: NULL cString' #153 by Shazron Abdullah · 9 years ago
  83. 0390522 Add text for errors 0xe8008016 and 0xe8008017. by Julius Trinkunas · 9 years ago
  84. ca2e7a3 Add attribution for error code reverse engineering. Second try. by Julius Trinkunas · 9 years ago
  85. ed7c70a Add attribution for error code reverse engineering. by Julius Trinkunas · 9 years ago
  86. 093b4b3 Add text for error 0xe8008018. by Julius Trinkunas · 9 years ago
  87. 4d58838 Add text for 0xe800801c error. by Julius Trinkunas · 9 years ago
  88. d10562c Add text for 0xe8008019 error. by Julius Trinkunas · 9 years ago
  89. 99dba4e Fixes #157 - Bad error formatting string in check_error() by Julius Trinkunas · 9 years ago
  90. bf58b61 Fixes #176 - Add documentation issue for node preinstall script (workaround) by Shazron Abdullah · 9 years ago
  91. d2aee71 Fixes #156 - --list command add trailing slash for directories by Shazron Abdullah · 9 years ago
  92. 92f6238 check_reqs - removed shelljs dependency by Shazron Abdullah · 9 years ago
  93. 6aa7b57 Fixes #167 - On El Cap, detect Xcode 7 properly installed by Shazron Abdullah · 9 years ago
  94. 55d076b Incremented version to 1.8.0 by Shazron Abdullah · 9 years ago
  95. 3756385 Fixes #170 - ios-deploy installing over both USB and WiFi by Shazron Abdullah · 9 years ago
  96. adc8a5b Added iPhone 6s and 6s Plus models. by Shazron Abdullah · 9 years ago
  97. bb25caf Fixes #164 - Error when launch application in multi-user context by Shazron Abdullah · 9 years ago
  98. 75820a0 Fixes #166 - Segfault when passed a non-existent bundle #166 by Shazron Abdullah · 9 years ago
  99. 16f5258 Fixes #168 - Segmentation Fault 11 (when deploying an .ipa file) by Shazron Abdullah · 9 years ago
  100. 21c8dc9 Fixes #56 - Assertion failed AMDeviceSecureTransferPath (app name has non-ASCII characters) by Shazron Abdullah · 9 years ago