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 └── 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