Lines Matching +full:macos +full:- +full:12
2 // Use of this source code is governed by a BSD-style license that can be
37 // SystemPreferences->Accounts->LoginItems or marking Application in the Dock
38 // as "Options->Open on Login".
65 // The following two functions return the version of the macOS currently
67 // one int (e.g. macOS 12.6.5 returns 12'06'05), and MacOSMajorVersion() returns
68 // only the major version number (e.g. macOS 12.6.5 returns 12). Use for runtime
69 // OS version checking. Prefer to use @available in Objective-C files. Note that
88 // "macOS Version 10.14.3 (Build 18D109)"
94 // Returns the serial number of the macOS device.
99 // System Settings app in the latest macOS release, macOS 13 Ventura.
117 // Available on macOS 11 and later.
140 // exist on the release of macOS that is running, the parent pane will open
144 // ------- For testing --------