From 4d03333fd9a1e4bc0508e23054cb6b6442a87d68 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 10 Oct 2015 14:07:32 -0700 Subject: Sort of support signing bundles with entitlements. --- ldid.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldid.hpp') diff --git a/ldid.hpp b/ldid.hpp index b7bbdaf..8ea6cf7 100644 --- a/ldid.hpp +++ b/ldid.hpp @@ -106,7 +106,7 @@ class UnionFolder : } }; -std::string Bundle(const std::string &root, Folder &folder, const std::string &key, std::map> &remote); +std::string Bundle(const std::string &root, Folder &folder, const std::string &key, std::map> &remote, const std::string &entitlements); typedef std::map> Slots; -- cgit v1.2.3