Merge pull request #54 from ok2/codex/fix-widget-display-issue-on-macos

Fix macOS widget docs
This commit is contained in:
Kiyomichi Kosaka 2025-06-16 14:45:43 +02:00 committed by GitHub
commit f4d4f518c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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