From 7b048e81b44e9bfa427bb97cfbd6b1aa7c078ff1 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 13 Jan 2018 10:31:04 -0800 Subject: Fix compilation via macOS 10.12 targetting iOS 11. --- ldid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldid.cpp') diff --git a/ldid.cpp b/ldid.cpp index 6a16aa8..7d933b6 100644 --- a/ldid.cpp +++ b/ldid.cpp @@ -2405,7 +2405,7 @@ static Hash Sign(const uint8_t *prefix, size_t size, std::streambuf &buffer, Has auto data(temp.str()); HashProxy proxy(hash, save); - return Sign(data.data(), data.size(), proxy, identifier, entitlements, requirements, key, slots, flags, platform, percent); + return Sign(data.data(), data.size(), proxy, identifier, entitlements, requirements, key, slots, flags, platform, progress); } Bundle Sign(const std::string &root, Folder &folder, const std::string &key, std::map &remote, const std::string &requirements, const Functor &alter, const Progress &progress) { -- cgit v1.2.3-56-ge451