diff options
| author | Jay Freeman (saurik) <saurik@saurik.com> | 2015-08-21 05:32:58 -0700 |
|---|---|---|
| committer | Jay Freeman (saurik) <saurik@saurik.com> | 2015-08-21 05:32:58 -0700 |
| commit | 15babeef559bba763d48d47f65dff17b0c56a7e7 (patch) | |
| tree | 9c34e58ca516b442cfcac14811a54373cf251712 /ldid.cpp | |
| parent | e4b7adc1e02c9f0e16cc9ae2841192b386f6d4ea (diff) | |
| download | ldid-15babeef559bba763d48d47f65dff17b0c56a7e7.tar.gz ldid-15babeef559bba763d48d47f65dff17b0c56a7e7.zip | |
Add libplist (and libcnary) so to sign Info.plist.
Diffstat (limited to 'ldid.cpp')
| -rw-r--r-- | ldid.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ extern "C" { #include <string> #include <vector> +#include <plist/plist.h> + struct fat_header { uint32_t magic; uint32_t nfat_arch; |
