]> git.saurik.com Git - ldid.git/commitdiff
Fix LDID_NOPLIST (used by Cydia Substrate on iOS).
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 14 Jun 2021 07:36:11 +0000 (00:36 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 14 Jun 2021 07:36:11 +0000 (00:36 -0700)
ldid.cpp

index f5f1bb5ffd94349f153b2a64cd0371a3b02d64a7..3411e599393651406dfe1a801ae5de4bcfd9f9ca 100644 (file)
--- a/ldid.cpp
+++ b/ldid.cpp
@@ -634,6 +634,7 @@ static std::string der(const std::pair<std::string, std::string> &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