Update macOS widget instructions

This commit is contained in:
Kiyomichi Kosaka 2025-06-16 14:45:32 +02:00
parent 80e58578fc
commit 1d887cf2ca

View File

@ -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
doubleclick 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