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 └── assets/ # (Optional) images or external CSS/JS
``` ```
## macOS Dashboard Widget ## macOS Widget
The repository includes a minimal Dashboard widget under The repository provides a SwiftUI widget inside the Xcode project
`macos-widget/`. A helper script `build-widget.sh` is provided to located at `CoBiE/CoBiE.xcodeproj`.
package it automatically:
1. Run `./build-widget.sh` from the repository root. 1. Open the project in Xcode.
2. The script creates a folder `CoBiEClock.wdgt` which you can 2. Select the `CoBiE Analog Clock` scheme.
doubleclick to install on macOS. 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 The widget displays the analog CoBiE clock directly on your desktop or
desktop. in Notification Center.
## Contributing ## Contributing