From 2ec9b8c5abc6cc86c858b2168b8ed0d5a8486a1c Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Wed, 14 Feb 2024 05:13:48 -0800 Subject: [PATCH] Add SpatialDock (#1461) --- contents.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index ea3e3eee..0bdd40ec 100644 --- a/contents.json +++ b/contents.json @@ -31259,6 +31259,27 @@ "suggested_by": "@dkhamsing", "stars": 0, "updated": "2024-01-17 01:55:19 UTC" - } + }, + { + "title": "SpatialDock", + "description": "Placing a dock at the bottom of your sight so that you do not have to awkwardly reach the Digital Crown", + "category-ids": [ + "apple-vision" + ], + "tags": [ + "swift", + "swiftui", + "visionos", + "gpt" + ], + "screenshots": [ + "https://raw.githubusercontent.com/kjwamlex/SpatialDock/main/simulator_screenshot_E092138F-E2EF-4EC7-9968-09DFE76D9440.png" + ], + "source": "https://github.com/kjwamlex/SpatialDock", + "license": "gpl-3.0", + "date_added": "Feb 13 2024", + "suggested_by": "@dkhamsing", + "stars": 42 + } ] }