From 65130b1583dd9d247819a72deb5968ab54b674cb Mon Sep 17 00:00:00 2001 From: Vladimir Kelin Date: Fri, 1 May 2026 20:59:36 +0300 Subject: [PATCH] 1. Add Apple Watch Ultra 3 support. 2. DemoApp: Update project to run on Xcode 26. 3. DemoApp: Add guides for precise corner adjustment. 4. AppleWatchScreenSize: make `cornerSize` to be CGFloat? instead of Int?, which aligns with the intendet usage in SwiftUI. 5. AppleWatchScreenSize: adjust sizes for Ultra 1 & 2 - 49mm, Series 10, 11 - 46mm. 6. AppleWatchScreenSize: add comments to the dictionary indicating the models that have this screen size. --- .../xcschemes/AppleWatchScreenSize.xcscheme | 2 +- DemoApp/DemoApp Watch App/ContentView.swift | 33 ++++++++++++++++--- DemoApp/DemoApp.xcodeproj/project.pbxproj | 14 +++++--- .../AppleWatchScreenSize.swift | 28 +++++++++------- 4 files changed, 55 insertions(+), 22 deletions(-) diff --git a/.swiftpm/xcode/xcshareddata/xcschemes/AppleWatchScreenSize.xcscheme b/.swiftpm/xcode/xcshareddata/xcschemes/AppleWatchScreenSize.xcscheme index d1d501f..5cfc9b9 100644 --- a/.swiftpm/xcode/xcshareddata/xcschemes/AppleWatchScreenSize.xcscheme +++ b/.swiftpm/xcode/xcshareddata/xcschemes/AppleWatchScreenSize.xcscheme @@ -1,6 +1,6 @@