From 5611a9db647ddb26b864fb4797ced4733c377fee Mon Sep 17 00:00:00 2001 From: Mikhail Kasianov <96941969+kasianov-mikhail@users.noreply.github.com> Date: Thu, 3 Jul 2025 17:46:18 +0300 Subject: [PATCH 1/2] Add Scout --- contents.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index e3729571..6a0e416b 100644 --- a/contents.json +++ b/contents.json @@ -8547,6 +8547,17 @@ "description": "Codable extensions using Swift macro.", "homepage": "https://github.com/reers/ReerCodable", "tags":["swift", "codable"] - } + }, + { + "title": "Scout", + "category": "analytics", + "description": "Production-grade logging SDK for iOS apps using CloudKit as a backend.", + "homepage": "https://github.com/kasianov-mikhail/scout", + "tags": [ + "analytics", + "swift", + "iOS" + ] + }, ] } From a7e25e18b43fd6f36660d597056f9f1f3530cffe Mon Sep 17 00:00:00 2001 From: Mikhail Kasianov <96941969+kasianov-mikhail@users.noreply.github.com> Date: Thu, 3 Jul 2025 19:25:40 +0300 Subject: [PATCH 2/2] remove comma --- contents.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents.json b/contents.json index 6a0e416b..63959a93 100644 --- a/contents.json +++ b/contents.json @@ -8558,6 +8558,6 @@ "swift", "iOS" ] - }, + } ] }