learning_ai_clock/ios
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
..
ChronoMind fix(ios): resolve Swift compile errors for iOS 26 / Xcode 26 2026-03-19 14:22:50 -07:00
ChronoMind.xcodeproj fix(ios): resolve Swift compile errors for iOS 26 / Xcode 26 2026-03-19 14:22:50 -07:00
ChronoMindMac fix(ios): resolve Swift compile errors for iOS 26 / Xcode 26 2026-03-19 14:22:50 -07:00
ChronoMindTests test(week9): add urgency tests (14) + accessibility tests (14) + update roadmap Week 9 2026-02-27 22:20:29 -08:00
ChronoMindWatch feat(watch): add watchOS app with timeline, timer detail, quick presets, haptics, and complications 2026-02-27 22:01:39 -08:00
ChronoMindWidgets feat(widget): add WidgetKit widgets — small, medium, lock screen with AppIntentTimelineProvider 2026-02-27 22:01:34 -08:00
.gitignore feat: add in-app toast system with notification fallback for denied permissions 2026-02-27 21:21:46 -08:00
project.yml fix(ios): resolve Swift compile errors for iOS 26 / Xcode 26 2026-03-19 14:22:50 -07:00