diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 40b9e3f..32a11c0 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -13,12 +13,14 @@ concurrency: jobs: test: name: swift test (macOS) - runs-on: macos-14 + runs-on: macos-15 steps: - uses: actions/checkout@v4 - - name: Select Xcode 15 - run: sudo xcode-select -s /Applications/Xcode_15.4.app + - name: Select latest stable Xcode + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest-stable - name: Show Swift version run: swift --version diff --git a/Demo/screenshots/heatmap.png b/Demo/screenshots/heatmap.png new file mode 100644 index 0000000..2dd1ebc Binary files /dev/null and b/Demo/screenshots/heatmap.png differ diff --git a/Demo/screenshots/heatmap2.png b/Demo/screenshots/heatmap2.png new file mode 100644 index 0000000..8a20f6a Binary files /dev/null and b/Demo/screenshots/heatmap2.png differ diff --git a/README.md b/README.md index 2efcefc..e018fcc 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,16 @@ [](https://swift.org/package-manager) [](LICENSE) +
+
+
+
+
+ From a single contribution grid to a full habit-tracker UI — both screens above are built with CalendarHeatmap, no extra views.
+