From 49d8a496aef3fef85af7589514d84976d507b92b Mon Sep 17 00:00:00 2001 From: Steve Moser Date: Tue, 17 Dec 2024 08:15:07 -0500 Subject: [PATCH] Added Forked --- contents.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/contents.json b/contents.json index 03cf53d8..bc568ebf 100644 --- a/contents.json +++ b/contents.json @@ -6043,6 +6043,16 @@ "property-wrappers" ] }, + { + "title":"Forked", + "category":"misc", + "description":"Generalized approach to managing shared data in Swift applications to support Local-first apps.", + "homepage":"https://github.com/drewmccormack/Forked", + "tags":[ + "swift", + "codable" + ] + }, { "title":"Fluid Slider", "category":"ui",