You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: upgrade minimum iOS version from 15.0 to 18.0
- Update all @available annotations from iOS 15.0/16.0 to iOS 18.0
- Remove iOS 15/16 compatibility checks and fallback code in RichView.swift
- Simplify MarkdownRenderer usage by removing version checks
- Update phase-4 integration tracking documentation
- Update technical plan with new iOS 18.0 requirement
This change eliminates the need for iOS 15 compatibility workarounds,
enabling full use of modern Swift APIs (Regex, etc.) throughout RichView.
Progress: Phase 4, Task 8/11 (iOS version update complete)
Refs: .plan/phases/phase-4-integration.md
Tracking: #70
0 commit comments