Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-21 | installation_proxy: rework code to use plist client_options | Nikias Bassen | 1 | -17/+13 | |
[#104 state:resolved] | |||||
2010-01-13 | installation_proxy: use correct type for port parameter and rename it | Nikias Bassen | 1 | -1/+1 | |
2010-01-04 | Add options to instproxy_archive function | Nikias Bassen | 1 | -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-04 | New installation_proxy interface. | Nikias Bassen | 1 | -0/+73 | |
Allows enumeration, install, uninstall, upgrade, and some other stuff with apps. |