From b03f24c39e845865f2964e7d4f1717650097d9ba Mon Sep 17 00:00:00 2001 From: Daniel Khamsing Date: Thu, 14 Oct 2021 08:37:43 -0700 Subject: [PATCH] Add Binary-Clock by @MrKai77, close #985 --- contents.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/contents.json b/contents.json index 59e22e7e..45bab89e 100644 --- a/contents.json +++ b/contents.json @@ -26884,6 +26884,23 @@ "swift" ], "stars": 67 + }, + { + "title": "Binary Clock", + "category-ids": [ + "swiftui" + ], + "source": "https://github.com/MrKai77/Binary-Clock", + "license": "gpl-3.0", + "tags": [ + "swift", + "swiftui" + ], + "screenshots": [ + "https://github.com/MrKai77/Binary-Clock/raw/main/BinaryClock-screenshot.png" + ], + "date_added": "Oct 14 2021", + "suggested_by": "@MrKai77" } ] }