115 Commits

Author SHA1 Message Date
Shazron Abdullah
16f52589db Fixes #168 - Segmentation Fault 11 (when deploying an .ipa file) 2015-10-06 13:43:28 -07:00
Shazron Abdullah
21c8dc9cf5 Fixes #56 - Assertion failed AMDeviceSecureTransferPath (app name has non-ASCII characters) 2015-10-06 13:33:51 -07:00
Shazron Abdullah
7b834b0e31 Fixes #153 - Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** +[NSString stringWithUTF8String:]: NULL cString' #153 2015-10-06 13:14:21 -07:00
Julius Trinkunas
be506a9f7f Fixes #157 - Bad error formatting string in check_error() 2015-07-22 18:16:31 +03:00
Shazron Abdullah
6d61b7ca7c Fixes #83 - Enhancement to --justlaunch (implicit --debug) 2015-05-19 14:02:00 -07:00
Shazron Abdullah
590da67714 Fixes #84 - Enhancement to --noninteractive (implicit --debug) 2015-05-19 13:57:39 -07:00
Shazron Abdullah
8749a57936 Fixes #126 - --download option works incorrectly 2015-05-19 13:50:47 -07:00
Shazron Abdullah
3ba7403a39 Fixed crash in upload due to NSLogOut changes 2015-05-18 17:48:16 -07:00
Shazron Abdullah
84aeaad03b Fixed SIGSEV due to new NSLogOut changes. 2015-05-18 17:26:48 -07:00
Shazron Abdullah
ddcb4932ab Fixes #139 - stderr incorrect. Converted on_error, on_sys_log to use NSLog 2015-05-18 16:57:54 -07:00
Shazron Abdullah
11f1a89128 Added NSLogOut method. Same signature as NSLog, but logs to stdout instead of stderr. 2015-05-18 16:01:19 -07:00
Incont
c97b972172 fixed bug: Unable to load the empty file (closes #141) 2015-05-18 15:30:24 -07:00
Shazron Abdullah
3dadb53b3b Revert version to 1.7.0 2015-05-18 13:53:47 -07:00
senthilm
609b635870 Merge https://github.com/phonegap/ios-deploy
manual merge and updated to 1.7.1
2015-05-17 07:56:29 -04:00
Shazron Abdullah
522f7bd667 Incremented version to 1.7.0 2015-05-17 01:03:24 -07:00
Incont
5377d9bec7 Merge remote-tracking branch 'phonegap/master' 2015-05-16 20:55:55 +03:00
Shazron Abdullah
5d2a0d5c8b Updated version to 1.6.3 2015-05-16 09:54:56 -07:00
Incont
e5fc979998 added options --list_bundle_id 2015-05-16 18:47:33 +03:00
Incont
18873b8340 small correction in app_exists 2015-05-16 18:07:27 +03:00
Shazron Abdullah
ed09a029de Fixes #132 - ios-deploy -c not listing devices with unicode characters 2015-05-15 17:05:46 -07:00
Shazron Abdullah
d65b94fa06 Updated version to 1.6.2 2015-05-15 15:44:59 -07:00
Shazron Abdullah
44b8068daa Fixes #134 - Better error reporting
Merge branch 'error-messages' of https://github.com/Unity-Technologies/ios-deploy
2015-05-15 13:04:17 -07:00
Incont
041d12e0b1 reverted return errorCode 2015-05-15 20:21:39 +03:00
Julius Trinkunas
8a3dbce11f More user friendly error messages. 2015-05-15 17:23:53 +03:00
Incont
9e45cc0edb fixed not working --exists 2015-05-15 14:05:27 +03:00
Julius Trinkunas
3857c9afc6 Unify error reporting. 2015-05-14 19:54:01 +03:00
Shazron Abdullah
125cd8de64 Updated version to 1.6.1 2015-05-13 11:01:16 -07:00
Shazron Abdullah
7070623432 Fixes #129 - "ios-deploy -c" never returns (partial revert of #122) 2015-05-13 11:00:56 -07:00
Shazron Abdullah
ea8202c506 Updated version to 1.6.0 2015-05-12 15:02:00 -07:00
Michael Lupo
b67b90be19 Fixes #121 - Adding in standalone uninstall option --uninstall_only
Merge branch 'uninstallOnlySupport' of https://github.com/mikelupo/ios-deploy into master
2015-05-12 14:54:10 -07:00
Shazron Abdullah
9156689720 Fixes #122 - Using the -c option for listing device UUIDs instead the system_profiler 2015-05-12 14:28:21 -07:00
Shazron Abdullah
a89b71bdf4 Fixes #124 - new -D is unrecognized 2015-05-12 14:19:11 -07:00
Shazron Abdullah
6e4df1cc07 Fixes #119 - new -R is unrecognized 2015-05-12 14:18:13 -07:00
Michael Lupo
2119c10455 Adding in standalone uninstall option --uninstall_only
Usage:
ios-deploy --uninstall_only --bundle_id my.bundle.id
2015-05-07 14:07:47 -04:00
Manickavasagam Senthil
0940a4d079 Fixed a segv happening in non english locale 2015-05-01 14:19:58 -04:00
Manickavasagam Senthil
b72d31b816 Fixed a segv happening in non english locale 2015-05-01 14:18:22 -04:00
Manickavasagam Senthil
5690b10635 merged with phonegap 2015-04-30 16:42:01 -04:00
Ted Mielczarek
54a04e203f Add --mkdir and --rm options 2015-04-15 11:42:09 -04:00
senthil
02c23792ee merged with version 1.5.0
Updated for devices that use japanese
Updated the version to 1.5.1
2015-04-11 14:18:54 -04:00
Shazron Abdullah
5efdcae8ce Incremented version to 1.5.0 2015-04-06 13:53:56 -07:00
Andy Polyakov
54818aae5c Number of fixes:
- allow to pass command line arguments from (lldb) prompt;
- make lldb exit as opposite to relying on kill (which is problematics
  because it messes up tty settings);
- handle event timeout in autoexit_command to avoid endless loop;
- use dynamic TCP port and listen on localhost (no need to expose the
  port to Internet);
- close accept socket once connection is established;

(fixes #112)
2015-04-06 13:51:26 -07:00
Ugur Kilic
cab5a31ab5 “exists” command added to check if an app with given bundle id is
installed on device or not (closes #107)
2015-04-06 13:37:34 -07:00
Shazron Abdullah
56abf4e92e Updated version to 1.4.0 2015-03-02 16:15:11 -08:00
Shazron Abdullah
05edec9562 Fixes #90, #91 - EXC_BAD_ACCESS crash 2015-03-02 16:09:07 -08:00
Shazron Abdullah
48f7881a0b Fixes #105 - ios-deploy --version returns a non-zero exit code 2015-03-02 16:04:43 -08:00
senthil
3e8a897fbc when just launch, if we get an empty packet, exit without an error 2015-01-29 18:06:07 -05:00
senthil
ba60ff6351 updated to version 1.3.6 2015-01-27 15:09:26 -05:00
senthil
134a0a5fd0 The return code must be < 128 otherwise treated as a signal 2015-01-27 15:07:44 -05:00
senthil
96e91eb269 merged with phonegap/ios-deploy 2015-01-20 17:36:45 -05:00
senthil
8577ef3411 sometimes the model is null in get_device_hardware_name; updated to
v1.3.4
2015-01-17 17:29:54 -05:00