diff options
| author | Jay Freeman (saurik) <saurik@saurik.com> | 2019-02-18 23:06:17 -0800 |
|---|---|---|
| committer | Jay Freeman (saurik) <saurik@saurik.com> | 2019-02-18 23:06:17 -0800 |
| commit | ec3af45e12e60355d13d2caed08070b4ccb64e3b (patch) | |
| tree | 166b58d1138688d9189433c2187b106781d48d58 /ldid.hpp | |
| parent | 043e30006254b050f5a5628bfaa84a0abf888e7a (diff) | |
| download | ldid-ec3af45e12e60355d13d2caed08070b4ccb64e3b.tar.gz ldid-ec3af45e12e60355d13d2caed08070b4ccb64e3b.zip | |
Provide a -M flag to merge entitlements into file.v2.1.0
Diffstat (limited to 'ldid.hpp')
| -rw-r--r-- | ldid.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ Bundle Sign(const std::string &root, Folder &folder, const std::string &key, con typedef std::map<uint32_t, Hash> Slots; -Hash Sign(const void *idata, size_t isize, std::streambuf &output, const std::string &identifier, const std::string &entitlements, const std::string &requirements, const std::string &key, const Slots &slots, uint32_t flags, bool platform, const Progress &progress); +Hash Sign(const void *idata, size_t isize, std::streambuf &output, const std::string &identifier, const std::string &entitlements, bool merge, const std::string &requirements, const std::string &key, const Slots &slots, uint32_t flags, bool platform, const Progress &progress); } |
