Daniil Klimov f2580eb69f feat: iOS widgets + fix sleep showing yesterday's data
Widgets:
- HabitsProgressWidget (small/medium): progress ring, completed/total habits, tasks count
- HealthSummaryWidget (small/medium): readiness score, steps, sleep, heart rate
- Shared Keychain access group for app ↔ widget token sharing
- Widget data refreshes every 30 minutes

Sleep fix:
- Changed sleep window from "24 hours back" to "6 PM yesterday → now"
- Captures overnight sleep correctly without showing previous day's data
- Applied to both fetchSleepData (sync) and fetchSleepSegments (detail view)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 14:22:37 +03:00

Pulse Health — iOS App

Health Dashboard для health.digital-home.site

Требования

  • macOS 14+, Xcode 15+, iPhone iOS 17+

Сборка

  1. Установить XcodeGen:

    brew install xcodegen
    
  2. Сгенерировать проект:

    xcodegen generate
    
  3. Открыть и запустить:

    open PulseHealth.xcodeproj
    
  4. Xcode → Signing & Capabilities → выбрать свой Team (Apple ID)

  5. Выбрать iPhone как устройство → Run (⌘R)

Credentials

Войди с email/паролем от health.digital-home.site

Description
No description provided
Readme 1.2 MiB
Languages
Swift 100%