From fcd233d54da503be5728a1f0e6ac73190da1b846 Mon Sep 17 00:00:00 2001 From: czoido Date: Wed, 4 Dec 2024 00:22:26 +0000 Subject: [PATCH] update targets-data.json --- src/main/resources/conan/targets-data.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/main/resources/conan/targets-data.json b/src/main/resources/conan/targets-data.json index 7bf61ca..c359f20 100644 --- a/src/main/resources/conan/targets-data.json +++ b/src/main/resources/conan/targets-data.json @@ -1,5 +1,5 @@ { - "date": 1733185403, + "date": 1733271744, "libraries": { "7bitconf": { "cmake_file_name": "7bitConf", @@ -3565,6 +3565,7 @@ ], "v2": true, "versions": [ + "0.18.2", "0.18.1", "0.18.0", "0.17.3", @@ -12128,6 +12129,24 @@ "8.13.42" ] }, + "libplist": { + "components": { + "plist": { + "cmake_target_name": "libplist::libplist" + }, + "plist++": { + "cmake_target_name": "libplist::libplist++" + } + }, + "description": "A small portable C library to handle Apple Property List files in binary, XML, JSON, or OpenStep format.", + "license": [ + "LGPL-2.1" + ], + "v2": true, + "versions": [ + "2.6.0" + ] + }, "libpng": { "cmake_file_name": "PNG", "cmake_target_name": "PNG::PNG",