From 1d887cf2ca99918a80d3a96dab35d4fa3a4fba2e Mon Sep 17 00:00:00 2001 From: Kiyomichi Kosaka Date: Mon, 16 Jun 2025 14:45:32 +0200 Subject: [PATCH] Update macOS widget instructions --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 648b0da..6f76c6e 100644 --- a/README.md +++ b/README.md @@ -63,18 +63,17 @@ An interactive web app that visualizes the **CosmoChron Binary Epoch (CoBiE)** t └── assets/ # (Optional) images or external CSS/JS ``` -## macOS Dashboard Widget +## macOS Widget -The repository includes a minimal Dashboard widget under -`macos-widget/`. A helper script `build-widget.sh` is provided to -package it automatically: +The repository provides a SwiftUI widget inside the Xcode project +located at `CoBiE/CoBiE.xcodeproj`. -1. Run `./build-widget.sh` from the repository root. -2. The script creates a folder `CoBiEClock.wdgt` which you can - double‑click to install on macOS. +1. Open the project in Xcode. +2. Select the `CoBiE Analog Clock` scheme. +3. Build and run to install the widget on macOS 13 or later. -The widget runs offline and shows the analog CoBiE clock on your -desktop. +The widget displays the analog CoBiE clock directly on your desktop or +in Notification Center. ## Contributing