Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-18 | allow installing developer apps by passing a .app directory | 1 | -10/+65 | ||
2013-07-18 | move creation of PublicStaging directory to the top | 1 | -15/+15 | ||
2013-07-18 | moved AFC file upload code to separate function | 1 | -40/+48 | ||
2013-04-05 | Add compatibility for libimobiledevice API >= 1.1.5 | 1 | -15/+39 | ||
2013-03-18 | Fix compiling of correct code depending on version of libimobiledevice | 1 | -2/+2 | ||
2013-01-11 | Refactor logic to locate the app directory within an archive | 1 | -30/+64 | ||
The method to determine the Payload/*.app directory in the archive has not worked for a couple of use-cases. We now scan the file list in the archive to locate the directory which should work for all cases. | |||||
2012-11-27 | Use binary flag for fopen() to fix file operations for win32 | 1 | -2/+2 | ||
2012-11-22 | Fix wrong usage description for upgrade command | 1 | -1/+1 | ||
2012-10-21 | Use CFBundleExecutable instead of CFBundleName to construct executable path | 1 | -8/+7 | ||
Apparently some app archives might miss the CFBundleName key in the Info.plist. This caused ideviceinstaller to fail. The correct key to use is CFBundleExecutable which is apparently also used by the device itself to construct the right path. This should fix compatibility with some app archives. | |||||
2012-10-21 | Rename "uuid" to correct "udid" abbreviation for "unique device identifier" | 1 | -8/+8 | ||
2012-09-09 | Fix Info.plist retrieval for .ipa where Payload is NOT the first entry | 1 | -3/+29 | ||
2012-08-25 | Improve detection of Info.plist in application archive | 1 | -1/+18 | ||
Some applications appear to provide another Info.plist. Using zip_name_locate() might locate the wrong one in such a case which prevented the correct installation of the application. | |||||
2012-08-25 | Fix some printf compiler warnings | 1 | -2/+2 | ||
2012-08-25 | Rename zip_f_get_contents() to zip_get_contents() | 1 | -4/+4 | ||
2012-08-22 | allow creating app archives with just the documents (user data) | 1 | -1/+9 | ||
2012-08-22 | Add support for CarrierBundle installation (.ipcc files) | 1 | -121/+212 | ||
2012-03-27 | Fix building on OS X by explicitly adding limits.h header | 1 | -0/+1 | ||
2012-03-21 | Fix build failure with libzip 0.10 | 1 | -1/+1 | ||
2011-04-25 | Fix a compiler cast warning for printf format on 64bit systems by using ↵ | 1 | -1/+2 | ||
inttypes.h | |||||
2011-04-25 | Add glib2 dependency to configure.ac so packaging tools can pick it up | 1 | -0/+2 | ||
2011-03-26 | Use a cast to fix a compiler printf warning | 1 | -1/+1 | ||
2011-03-26 | Add missing libgen.h include to make compilers happy | 1 | -0/+1 | ||
2011-03-19 | Alter usage output to closer match other tools and lowercase short debug option | 1 | -15/+16 | ||
2010-04-08 | %zu represents a size_t, not %d. Fixes a compile error on GCC 4.3.4. | 1 | -1/+1 | ||
2010-04-07 | Fix long arguments segfaulting due to wrong getopt struct setup | 1 | -8/+8 | ||
2010-04-05 | Add compatibility for libimobiledevice API >= 1.1.0 | 1 | -0/+28 | ||
2010-04-02 | Don't bail out when a file is missing | 1 | -6/+5 | ||
2010-04-01 | Allow compiling with libimobiledevice < 1.0.0 again | 1 | -1/+11 | ||
2010-03-09 | Updated to work with latest notification proxy API change | 1 | -2/+2 | ||
2010-02-02 | Rename project and use libimobiledevice API | 2 | -18/+18 | ||
2010-01-22 | Updated code to latest libiphone API change | 1 | -16/+44 | ||
2010-01-13 | Port to changes of libiphone 0.9.6 API | 1 | -4/+3 | ||
2010-01-05 | Commit initial sources | 2 | -0/+999 | ||