summaryrefslogtreecommitdiffstats
path: root/include/libiphone/installation_proxy.h
AgeCommit message (Collapse)AuthorFilesLines
2010-01-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen1-72/+0
2010-01-21installation_proxy: rework code to use plist client_optionsGravatar Nikias Bassen1-17/+13
[#104 state:resolved]
2010-01-13installation_proxy: use correct type for port parameter and rename itGravatar Nikias Bassen1-1/+1
2010-01-04Add options to instproxy_archive functionGravatar Nikias Bassen1-1/+4
This change allows to specify the following options: INSTPROXY_ARCHIVE_APP_ONLY - Archive only the application data INSTPROXY_ARCHIVE_SKIP_UNINSTALL - Do not uninstall the application. Combine these options with logical OR to specify both. These two options combined are used by iTunes to create app archives of on-device downloaded apps that are later copied as *.ipa files to the computer. [#104 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2010-01-04New installation_proxy interface.Gravatar Nikias Bassen1-0/+73
Allows enumeration, install, uninstall, upgrade, and some other stuff with apps.