learning_ai_clock/ios/ChronoMind/Shared/Cloud
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
..
AuthService.swift refactor(ios): migrate Cloud/ files to ByteLystPlatformSDK — eliminate duplicated platform code 2026-02-28 22:12:37 -08:00
CloudKitSyncManager.swift fix(ios): resolve Swift compile errors for iOS 26 / Xcode 26 2026-03-19 14:22:50 -07:00
FeatureFlagService.swift refactor(ios): migrate Cloud/ files to ByteLystPlatformSDK — eliminate duplicated platform code 2026-02-28 22:12:37 -08:00
KeychainHelper.swift refactor(ios): migrate Cloud/ files to ByteLystPlatformSDK — eliminate duplicated platform code 2026-02-28 22:12:37 -08:00
PlatformSyncManager.swift fix(sync): fix BatchResult.errors type mismatch — backend returns {id,error} objects not strings 2026-03-01 21:27:44 -08:00
TelemetryService.swift refactor(ios): migrate Cloud/ files to ByteLystPlatformSDK — eliminate duplicated platform code 2026-02-28 22:12:37 -08:00