Releases: senthilmanick/ios-deploy
Releases · senthilmanick/ios-deploy
Fixed iPhone 6s issue
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
Fixed issue with non english locale
Updated to list japanese devices
Merged with phone gap version 1.5.0
Updated to list japanese devices
When justlaunch, often normal exit causes an exit errorcode
when in justlaunch, you get an empty packet from server. In such cases, we should exit without an error
Make all exit code < 128
1.3.6 updated to version 1.3.6
Fixed segv and merged with phonegap/ios-deploy 1.3.4
Fixed a segv
Turning on debug for -L
Merged all changes for with phonegap.
Turning on debug implicitly for -L.
Multiple fixes
- When multiple devices are connected, the detect was not listing all the devices ios-deploy -c -t 1
- Fixes for issue ios-control#75 - non-interactive mode broken lldb and ios-deploy may still be running ios-deploy -b ... -d -I -L
- Fixes for issue ios-control#60 - -L option not working properly ios-deploy will not quit or sometimes hang
- When multiple devices are connected, cannot use -i option to specify the device ios-deploy -b ... -i -d -I -L
- Allow timeout for download and run
Fixed hang when device is locked
Fixed an issue with lldb hanging
Updated to 1.1.0 - Merged with phonegap/ios-deploy
Updated to 1.1.0
Same as phonegap/ios-deploy