learning_ai_clock/ios/ChronoMind
saravanakumardb1 424e804396 fix(ios): resolve Swift compile errors for iOS 26 / Xcode 26
- Fix CloudKitSyncManager deinit concurrency violation
- Replace deprecated List(selection:) with VStack+ForEach sidebar
- Replace removed Animation.none with Animation.linear(duration: 0)
- Fix CountdownRing initializer parameter mismatch
- Unwrap optional timer.duration in ShareableTimerManager and DataExportManager
- Add missing .event case to exhaustive switch
- Change CascadeWarning.scheduledTime from let to var
- Fix CalendarSyncManager CMTimer init (add elapsedBeforePause, remove non-existent params)
- Add missing UserNotifications import in SleepManager
- Remove parameterized App Intents phrases (iOS 26 restriction)
- Temporarily remove watchOS target dependency for iOS build
2026-03-19 14:22:50 -07:00
..
App fix(ios): resolve Swift compile errors for iOS 26 / Xcode 26 2026-03-19 14:22:50 -07:00
LiveActivity feat(live-activity): add ActivityKit attributes and LiveActivityManager for Dynamic Island 2026-02-27 22:01:28 -08:00
Shared fix(ios): resolve Swift compile errors for iOS 26 / Xcode 26 2026-03-19 14:22:50 -07:00
SiriShortcuts fix(ios): resolve Swift compile errors for iOS 26 / Xcode 26 2026-03-19 14:22:50 -07:00
Views feat(ios): add telemetry client, feature flags client, Settings login/register form 2026-02-28 19:10:08 -08:00
ChronoMind.entitlements feat: add Serwist service worker for offline PWA support 2026-02-27 21:18:43 -08:00