Skip to content

Releases: senthilmanick/ios-deploy

Fixed iPhone 6s issue

19 Jan 22:30
Compare
Choose a tag to compare

This release fixes bug where ios-deploy does not work with iPhone 6s and iPhone 6s Plus by adding the friendly model name to the list of compatible devices.

Also, the format of the project has been updated to Xcode project based as opposed to makefile based. Also, some additional include files have been adding, including the external python script.

Fixed a segv issue

01 May 18:20
Compare
Choose a tag to compare

Fixed issue with non english locale

Updated to list japanese devices

11 Apr 18:44
Compare
Choose a tag to compare

Merged with phone gap version 1.5.0
Updated to list japanese devices

When justlaunch, often normal exit causes an exit errorcode

29 Jan 23:08
Compare
Choose a tag to compare

when in justlaunch, you get an empty packet from server. In such cases, we should exit without an error

Make all exit code < 128

27 Jan 20:13
Compare
Choose a tag to compare
1.3.6

updated to version 1.3.6

Fixed segv and merged with phonegap/ios-deploy 1.3.4

20 Jan 22:50
Compare
Choose a tag to compare

Turning on debug for -L

11 Dec 23:46
Compare
Choose a tag to compare

Merged all changes for with phonegap.
Turning on debug implicitly for -L.

Multiple fixes

12 Nov 17:16
Compare
Choose a tag to compare
  1. When multiple devices are connected, the detect was not listing all the devices ios-deploy -c -t 1
  2. Fixes for issue ios-control#75 - non-interactive mode broken lldb and ios-deploy may still be running ios-deploy -b ... -d -I -L
  3. Fixes for issue ios-control#60 - -L option not working properly ios-deploy will not quit or sometimes hang
  4. When multiple devices are connected, cannot use -i option to specify the device ios-deploy -b ... -i -d -I -L
  5. Allow timeout for download and run

Fixed hang when device is locked

17 Oct 14:39
Compare
Choose a tag to compare

Fixed an issue with lldb hanging

Updated to 1.1.0 - Merged with phonegap/ios-deploy

05 Aug 23:17
Compare
Choose a tag to compare

Updated to 1.1.0
Same as phonegap/ios-deploy