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
fix: Suppress deprecation warnings for minimum of OS 26 (#2725)
## Summary:
While Microsoft is still far away from dropping support for iOS 18, we
want to get a head-start on handling deprecated APIs for the latest OS
releases. Silence these deprecated API warnings when making macOS 26,
iOS 26, and watchOS 26 our minimums.
## Test Plan:
There is no change to actual code.
0 commit comments