commit | 02fff36082103a8d51fa9096c74694eca057be75 | [log] [tgz] |
---|---|---|
author | Martin Szulecki <opensuse@sukimashita.com> | Sun Oct 21 17:03:42 2012 +0200 |
committer | Martin Szulecki <opensuse@sukimashita.com> | Sun Oct 21 17:03:42 2012 +0200 |
tree | 37791de0b883012a4da88930e74a03632c6e6076 | |
parent | a86d3e055f39836f64696f7cf50a6c99bd242a2a [diff] |
Use CFBundleExecutable instead of CFBundleName to construct executable path 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.