From 296fd38eaec86c17bf93de6343b4c1c98b630ec5 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 31 Dec 2017 02:08:59 -0800 Subject: Let the user set values for CS flags and platform. --- ldid.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldid.hpp') diff --git a/ldid.hpp b/ldid.hpp index 8b7c76e..503ebc5 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, const Progress &progress); +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); } -- cgit v1.2.3-56-ge451