summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-10-21Use CFBundleExecutable instead of CFBundleName to construct executable pathGravatar Martin Szulecki1-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-21Rename "uuid" to correct "udid" abbreviation for "unique device identifier"Gravatar Martin Szulecki1-8/+8
2012-09-09Fix Info.plist retrieval for .ipa where Payload is NOT the first entryGravatar Nikias Bassen1-3/+29
2012-08-25Improve detection of Info.plist in application archiveGravatar Martin Szulecki1-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-25Fix some printf compiler warningsGravatar Martin Szulecki1-2/+2
2012-08-25Rename zip_f_get_contents() to zip_get_contents()Gravatar Martin Szulecki1-4/+4
2012-08-22allow creating app archives with just the documents (user data)Gravatar Nikias Bassen1-1/+9
2012-08-22Add support for CarrierBundle installation (.ipcc files)Gravatar Nikias Bassen1-121/+212
2012-04-11Update NEWS with latest changes1.0.1Gravatar Martin Szulecki1-0/+8
2012-04-11Do not link with glib2 on libimobiledevice >= 1.1.2Gravatar Martin Szulecki1-1/+4
2012-03-27Fix building on OS X by explicitly adding limits.h headerGravatar Martin Szulecki1-0/+1
2012-03-21Fix build failure with libzip 0.10Gravatar Martin Szulecki1-1/+1
2011-04-25Bump version to 1.0.1Gravatar Martin Szulecki1-1/+1
2011-04-25Fix a compiler cast warning for printf format on 64bit systems by using ↵Gravatar Martin Szulecki1-1/+2
inttypes.h
2011-04-25Add glib2 dependency to configure.ac so packaging tools can pick it upGravatar Martin Szulecki2-0/+3
2011-03-26Use a cast to fix a compiler printf warningGravatar Martin Szulecki1-1/+1
2011-03-26Add missing libgen.h include to make compilers happyGravatar Martin Szulecki1-0/+1
2011-03-20Minor escaping fixes for manpageGravatar Julien Lavergne1-9/+9
2011-03-19Update manpage for release to latest option changes1.0.0Gravatar Martin Szulecki1-3/+3
2011-03-19Alter usage output to closer match other tools and lowercase short debug optionGravatar Martin Szulecki1-15/+16
2011-03-19Bump version to 1.0.0 for first releaseGravatar Martin Szulecki1-1/+1
2011-03-19Add a NEWS fileGravatar Martin Szulecki1-0/+8
2011-03-19Update README with latest informationGravatar Martin Szulecki1-7/+48
2011-03-19Add support for glibtoolize of Mac OS XGravatar Martin Szulecki1-1/+6
2010-05-06Lower version to 0.1.0 as some funny people already start packaging usGravatar Martin Szulecki1-1/+1
A proper release is needed.
2010-04-11Fix typos for short arguments in man pageGravatar Martin Szulecki1-2/+2
2010-04-08%zu represents a size_t, not %d. Fixes a compile error on GCC 4.3.4.Gravatar Keith Gable1-1/+1
2010-04-07Fix long arguments segfaulting due to wrong getopt struct setupGravatar Martin Szulecki1-8/+8
2010-04-05Add compatibility for libimobiledevice API >= 1.1.0Gravatar Nikias Bassen2-0/+32
2010-04-02Update README after rename with correct informationGravatar Martin Szulecki1-5/+5
2010-04-02Add basic manpageGravatar Martin Szulecki4-1/+105
2010-04-02Don't bail out when a file is missingGravatar Nikias Bassen1-6/+5
2010-04-01Allow compiling with libimobiledevice < 1.0.0 againGravatar Nikias Bassen2-1/+15
2010-03-09Updated to work with latest notification proxy API changeGravatar Nikias Bassen1-2/+2
2010-02-02Rename project and use libimobiledevice APIGravatar Nikias Bassen4-22/+21
2010-01-22Updated code to latest libiphone API changeGravatar Nikias Bassen1-16/+44
2010-01-13Port to changes of libiphone 0.9.6 APIGravatar Martin Szulecki1-4/+3
2010-01-05Commit initial sourcesGravatar Martin Szulecki10-0/+1513