Changes between Version 1 and Version 2 of Ticket #70187, comment 7
- Timestamp:
- Jun 12, 2024, 4:23:15 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70187, comment 7
v1 v2 8 8 ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs 9 9 10 We only support the most recent two versions of macOS (currently macOS 13 Ventura and macOS 14 Sonoma), and our ui/cocoa.m code 10 We only support the most recent two versions of macOS (currently 11 macOS 13 Ventura and macOS 14 Sonoma), and our ui/cocoa.m code 11 12 already assumes at least macOS 12 Monterey or better, because it uses 12 13 NSScreen safeAreaInsets, which is 12.0-or-newer. 13 Remove the ifdefs that were providing backwards compatibility for 14 15 Remove the ifdefs that were providing backwards compatibility for 14 16 building on 10.12 and earlier versions. 15 17 }}}