From ec3af45e12e60355d13d2caed08070b4ccb64e3b Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 18 Feb 2019 23:06:17 -0800 Subject: Provide a -M flag to merge entitlements into file. --- ldid.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldid.hpp') diff --git a/ldid.hpp b/ldid.hpp index 503ebc5..a6a7b49 100644 --- a/ldid.hpp +++ b/ldid.hpp @@ -157,7 +157,7 @@ Bundle Sign(const std::string &root, Folder &folder, const std::string &key, con typedef std::map 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); } -- cgit v1.2.3