3 Commits

Author SHA1 Message Date
rzen ce69aec988 Tint the complication glyph with the watch face color
Mark the dumbbell .widgetAccentable() so the watch face paints it with
its main accent color instead of leaving it white.
2026-06-21 09:16:55 -04:00
rzen 033b3f3fd3 Tilt the complication dumbbell to match the app icon
Rotate the dumbbell glyph -35° (counter-clockwise) in the circular,
corner, and rectangular accessory families so it runs lower-left to
upper-right like the app icon. Inline stays upright since that template
renders the symbol on the time line.
2026-06-21 06:27:12 -04:00
rzen 192aa6f95a Add an Apple Watch face complication that opens the app
A static WidgetKit accessory widget (launcher only — no data sharing,
App Group, or entitlements). Tapping any accessory widget opens its
containing app, so this is enough to place a Workouts button on the
watch face. Supports the circular, corner, inline, and rectangular
accessory families.

New 'Workouts Watch Widget' app-extension target embedded in the watch
app via project.yml.
2026-06-20 22:15:26 -04:00