Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 2 | -3/+3 | ||
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-04-11 | Update NEWS with latest changes1.0.1 | 1 | -0/+8 | ||
2012-04-11 | Do not link with glib2 on libimobiledevice >= 1.1.2 | 1 | -1/+4 | ||
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 | Bump version to 1.0.1 | 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 | 2 | -0/+3 | ||
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-20 | Minor escaping fixes for manpage | 1 | -9/+9 | ||
2011-03-19 | Update manpage for release to latest option changes1.0.0 | 1 | -3/+3 | ||
2011-03-19 | Alter usage output to closer match other tools and lowercase short debug option | 1 | -15/+16 | ||
2011-03-19 | Bump version to 1.0.0 for first release | 1 | -1/+1 | ||
2011-03-19 | Add a NEWS file | 1 | -0/+8 | ||
2011-03-19 | Update README with latest information | 1 | -7/+48 | ||
2011-03-19 | Add support for glibtoolize of Mac OS X | 1 | -1/+6 | ||
2010-05-06 | Lower version to 0.1.0 as some funny people already start packaging us | 1 | -1/+1 | ||
A proper release is needed. | |||||
2010-04-11 | Fix typos for short arguments in man page | 1 | -2/+2 | ||
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 | 2 | -0/+32 | ||
2010-04-02 | Update README after rename with correct information | 1 | -5/+5 | ||
2010-04-02 | Add basic manpage | 4 | -1/+105 | ||
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 | 2 | -1/+15 | ||
2010-03-09 | Updated to work with latest notification proxy API change | 1 | -2/+2 | ||
2010-02-02 | Rename project and use libimobiledevice API | 4 | -22/+21 | ||
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 | 10 | -0/+1513 | ||