Changes between Version 1 and Version 2 of Ticket #70187, comment 7


Ignore:
Timestamp:
Jun 12, 2024, 4:23:15 AM (3 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70187, comment 7

    v1 v2  
    88    ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs
    99
    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
    1112    already assumes at least macOS 12 Monterey or better, because it uses
    1213    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
    1416    building on 10.12 and earlier versions.
    1517}}}