From: Jay Freeman (saurik) Date: Mon, 14 Jun 2021 07:36:11 +0000 (-0700) Subject: Fix LDID_NOPLIST (used by Cydia Substrate on iOS). X-Git-Tag: v2.1.5~1 X-Git-Url: https://git.cameronkatri.com/ldid.git/commitdiff_plain/3db3b9494924fce4b24c16f829cd6e78c96bbcd6 Fix LDID_NOPLIST (used by Cydia Substrate on iOS). --- diff --git a/ldid.cpp b/ldid.cpp index f5f1bb5..3411e59 100644 --- a/ldid.cpp +++ b/ldid.cpp @@ -634,6 +634,7 @@ static std::string der(const std::pair &value) { return data.str(); } +#ifndef LDID_NOPLIST static std::string der(plist_t data) { switch (const auto type = plist_get_node_type(data)) { case PLIST_BOOLEAN: { @@ -714,6 +715,7 @@ static std::string der(plist_t data) { } break; } } +#endif static inline uint16_t Swap_(uint16_t value) { return