senthil
b4f91912ee
fixed the lauch using python
2014-11-11 20:15:39 -05:00
senthil
b796b70e29
updated the version
2014-11-07 18:43:02 -05:00
senthil
1a309dcebf
Merge branch 'disk-image-fix' of https://github.com/eddieh/ios-deploy
...
Conflicts:
ios-deploy.c
2014-11-07 18:40:28 -05:00
Eddie Hillenbrand
049a89e873
Fix for mismatched build numbers.
2014-11-04 12:35:14 -08:00
Eddie Hillenbrand
4aa233d147
Allow the symbols and the disk images to be in different DeviceSupport directories.
2014-11-03 16:09:36 -08:00
CSOscarTanner
d51bb22f23
Fixed problem with the parser of the value of the parameter -i.
2014-10-21 14:33:33 -02:00
senthil
54600a9eaf
Fixed two issues:
...
1. When the device is locked, the python source prints and exists. The
server sees this as an empty packet. We are using this to exit out of
the connection
2. When we use just launch, we need to do safequit and detach. Otherwise
we hang for ever
2014-10-13 17:20:52 -04:00
senthil
d86b0cad0d
Merged with phone-gap and fixed the hang
2014-10-13 16:59:19 -04:00
senthil
029d22ecef
added iPhone 6
2014-10-09 14:29:15 -04:00
Shazron Abdullah
63917d796b
Added scripts for buildbox.
2014-10-07 14:35:45 -07:00
Shazron Abdullah
0b89be65bd
Merge pull request #67 from dot-asm/master
...
Add download option.
2014-10-07 11:04:10 -07:00
Andy Polyakov
7742c5d532
Allow --list and --download to pick specific subdirectories.
...
Note that in a way it introduces inconsistency with help message.
This is because arguments to --list and --download are optional
and has to be passed with '=', e.g. --list=/Documents.
2014-10-07 11:23:33 +02:00
Andy Polyakov
9f0c8a85c6
Add download option.
...
Unlike upload option, download pulls down whole tree. For this reason
--to is expected to be directory path.
2014-10-07 09:23:34 +02:00
Shazron Abdullah
c57f208422
Update version to 1.2.0
2014-10-06 22:09:39 -07:00
Shazron Abdullah
0467b69fd8
Merge pull request #66 from dot-asm/master
...
Fix AFCFileRef[Read|Write] prototypes
2014-10-06 21:56:59 -07:00
Shazron Abdullah
77116e3f7c
Merge pull request #65 from alexmipego/lldb-python-connect-fix
...
Fix lldb status checking
2014-10-06 21:55:19 -07:00
Andy Polyakov
4589cd5d05
arrange callback in read_dir for future use
...
Custom callback is called for every file or directory listed on device. This will be used for file download.
2014-10-06 23:16:40 +02:00
Andy Polyakov
9a2da6f642
Fix usage semantic and pair of resource leaks
...
AFCConnectionOpen and AFCFIleInfoOpen don't require initialized pointer to pointer to result, but do require corresponding Close calls.
2014-10-06 23:02:06 +02:00
Andy Polyakov
23afce0d37
handle no --args
...
When no --args are passed application was started with {args} as argument instead of no argument.
2014-10-06 22:40:43 +02:00
Andy Polyakov
4869a343e8
fix AFCFileRef[Read|Write] prototypes
...
Incorrect AFCFileRefRead prototype was causing crashes in 64-bit build when reading large files.
2014-10-06 22:32:36 +02:00
Alexandre Gomes
bf5a1e065e
fix lldb status checking
2014-10-06 13:36:31 +01:00
senthil
6bd90a5133
a minor debugging version
2014-09-02 16:18:33 -04:00
Shazron Abdullah
e2f436ad52
Merge pull request #57 from hinesmr/patch-1
...
Include iPods for device search in the README "Listing Device IDs" section.
2014-08-29 16:36:51 -07:00
Michael R. Hines
35097bd5a0
Don't forget about iPods too =)
...
Update the readme to include iPods in the device identifier search.
2014-08-19 19:51:20 +08:00
senthilmanick
c85248c88a
Merge pull request #1 from phonegap/master
...
Merge with main
2014-08-05 19:12:45 -04:00
Shazron Abdullah
0f1ef6f4ef
Fixes #54 - Publish 1.1.0 version
2014-08-04 19:07:31 -07:00
Shazron Abdullah
6801052024
Merge pull request #53 from senthilmanick/master
...
Fixes #51 - When the device is locked, ios-deploy hangs.
Fixes #52 - Enhancement: Add "Just launch" option
2014-08-04 18:56:51 -07:00
senthil
616b6ab1ff
updated to version 1.0.10
2014-08-03 13:43:38 -04:00
senthil
55a12cb02e
Fix for issues 51 and 52
...
51: Updated the python:run_command to look for : Locked.
52: Added option -L that is a variation of non-interactive
Added the constant with safequit and implemented the equivalent python
2014-08-03 12:56:17 -04:00
Shazron Abdullah
5f90ebb32b
Fixes #50 - Publish 1.0.9 version
2014-08-01 15:20:24 -07:00
Shazron Abdullah
54a62bfdd0
Fixes #49 - Update README with new help text #49
2014-07-31 17:49:44 -07:00
Alexandre Gomes
3799a8a535
Implements #48 - Wifi Support & Checks
...
Signed-off-by: Shazron Abdullah <shazron@gmail.com>
2014-07-31 12:42:54 -07:00
Neo Alienson
e466aeac66
Implements #42 - Merge file listing feature from phildrip/fruitstrap.
...
Signed-off-by: Shazron Abdullah <shazron@gmail.com>
2014-07-30 16:26:04 -07:00
Shazron Abdullah
ffe40a0fac
Merge pull request #43 from black-square/master
...
--args command supports arguments with spaces
2014-07-29 16:54:03 -07:00
Dmitriy Shesterkin
c5d206b72c
Added an ability to pass arguments with space character to the application by using the command "--args":
...
./ios-deploy ... --args "\"TEST_FILTER=some text here\" arg2 arg3"
2014-06-27 14:53:57 -03:00
Shazron Abdullah
6fc2ee5e38
Updated npm version to 1.0.8
2014-05-12 18:09:05 -07:00
Shazron Abdullah
443abe4d38
Updated version to 1.0.8
2014-05-12 18:05:45 -07:00
Shazron Abdullah
42a7dbcc1f
Updated README for --uninstall option.
2014-05-09 16:57:46 -07:00
Shazron Abdullah
4f9afb7499
Update version to 1.0.7
2014-05-09 16:53:41 -07:00
Shazron Abdullah
f7283216ef
Merge pull request #35 from wjywbs/remove-app
...
Fixes #35 - Add uninstall feature.
2014-05-09 16:51:37 -07:00
wjywbs
cfb086ee44
Add uninstall feature.
2014-05-09 16:02:51 -04:00
Shazron Abdullah
9e52fd16d7
Added CONTRIBUTING file
2014-05-01 23:11:25 -07:00
Shazron Abdullah
6c42fd3cf9
Merge pull request #33 from Unity-Technologies/master
...
Fix for lldb's "^D" and "quit" spam when running without a terminal.
2014-04-29 17:35:50 -07:00
Julius Trinkunas
3ee1bca513
Stop lldb's "^D" and "quit" spam in a non terminal environment.
2014-04-29 14:33:00 +03:00
Julius Trinkunas
0a9418a564
Add friendly message for code-signing check fails.
2014-04-29 14:33:00 +03:00
Shazron Abdullah
72e83d06e1
Merge pull request #27 from oNaiPs/better_sdk_makefile
...
Better sdk makefile
2014-04-03 12:35:22 -07:00
Shazron Abdullah
bab1d5bded
Merge pull request #26 from oNaiPs/fix_402653028_error
...
Added version to Info.plist file, fixes -402653028 error
2014-04-03 12:34:40 -07:00
Jose Pereira
f0d5d58a8b
Separated sdk version from full path, easier to set after updates
2014-04-03 11:45:57 -07:00
Jose Pereira
8fc098a877
Added version to Info.plist file, fixes -402653028 error
2014-04-03 11:42:57 -07:00
Shazron Abdullah
bad5fe321b
Merge pull request #25 from Unity-Technologies/master
...
Fix exiting and propagate app exit code in non interactive mode.
2014-04-02 10:35:05 -07:00