Commit Graph

262 Commits

Author SHA1 Message Date
Shazron Abdullah
bb25caf586 Fixes #164 - Error when launch application in multi-user context 2015-10-06 15:39:57 -07:00
Shazron Abdullah
75820a0979 Fixes #166 - Segfault when passed a non-existent bundle #166 2015-10-06 14:00:42 -07:00
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
34540ce545 Fixed typo in README example. 2015-10-06 13:18:50 -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
Shazron Abdullah
7ac9cdb107 Merge pull request #172 from Unity-Technologies/error-messages
Add text for errors 0xe8008016 and 0xe8008017.
2015-09-15 10:07:24 -07:00
Julius Trinkunas
cf9d024a2b Add text for errors 0xe8008016 and 0xe8008017. 2015-09-15 18:14:37 +03:00
Shazron Abdullah
4d4735e505 Merge pull request #159 from Unity-Technologies/error-messages
Error messages
2015-08-15 10:21:34 +08:00
Julius Trinkunas
2c9ea8f16e Add attribution for error code reverse engineering. Second try. 2015-08-11 13:28:04 +03:00
Julius Trinkunas
5eb12202b2 Add attribution for error code reverse engineering. 2015-08-10 16:01:13 +03:00
Julius Trinkunas
307a5f9452 Add text for error 0xe8008018. 2015-07-28 13:00:15 +03:00
Julius Trinkunas
835e161f66 Add text for 0xe800801c error. 2015-07-22 18:33:51 +03:00
Julius Trinkunas
73f30fdfed Add text for 0xe8008019 error. 2015-07-22 18:19:02 +03:00
Julius Trinkunas
be506a9f7f Fixes #157 - Bad error formatting string in check_error() 2015-07-22 18:16:31 +03:00
Shazron Abdullah
bc1bb0d320 Fixes #135 - convert Makefile to Xcode project 2015-07-16 17:26:48 -07:00
Shazron Abdullah
7d997b89c7 Removed buildbox shell script 2015-07-16 16:57:24 -07: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
1cb6110985 Added Roadmap to README 2015-05-18 14:22:55 -07:00
Shazron Abdullah
3dadb53b3b Revert version to 1.7.0 2015-05-18 13:53:47 -07:00
Shazron Abdullah
39aa232f97 Merge pull request #137 from mathworks/master
fixed the japanese issue
2015-05-18 12:41:03 -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
Shazron Abdullah
250794ce98 Added --list_bundle_id help text in README, added example 2015-05-17 01:03:04 -07:00
Shazron Abdullah
41eeedc472 Merge branch 'master' of https://github.com/Incont/ios-deploy 2015-05-17 00:54:47 -07:00
Shazron Abdullah
cdbe112ec6 Forgot to increment package.json 2015-05-17 00:50:33 -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
d712420e60 Fixes #118 - How to install without npm? 2015-05-12 15:38:03 -07:00
Shazron Abdullah
2c35b70ff7 Updated README for --uninstall_only from help text 2015-05-12 15:25:41 -07:00
Shazron Abdullah
ea8202c506 Updated version to 1.6.0 2015-05-12 15:02:00 -07:00
Shazron Abdullah
7c1372041d Updated README for --uninstall_only 2015-05-12 15:01:06 -07:00