Lower deployment target from iOS 26 to iOS 18, gate Foundation Models behind @available
Broadens installable audience to iOS 18+ while keeping AI insights available on iOS 26. Foundation Models types and service wrapped in @available(iOS 26, *), InsightsViewModel conditionally instantiates the service with fallback UI on older versions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -127,7 +127,7 @@ enum DayViewStyle: Int, CaseIterable {
|
||||
case wave = 13 // Horizontal gradient river bands
|
||||
case pattern = 14 // Mood icons as repeating background pattern
|
||||
case leather = 15 // Skeuomorphic leather with stitching
|
||||
case glass = 16 // iOS 26 liquid glass with variable blur
|
||||
case glass = 16 // Liquid glass with variable blur
|
||||
case motion = 17 // Accelerometer-driven parallax effect
|
||||
case micro = 18 // Ultra compact single-line entries
|
||||
case orbit = 19 // Celestial circular orbital arrangement
|
||||
|
||||
Reference in New Issue
Block a user