Mac apps serve power users who expect deep keyboard control, persistent menu bars, resizable multi-window layouts, and tight system integration. These guidelines codify Apple's HIG into actionable rules with SwiftUI and AppKit examples.
Every Mac app must have a menu bar. It is the primary discovery mechanism for commands. Users who cannot find a feature will look in the menu bar before anywhere else.
Every app must include at minimum: App, File, Edit, View, Window, Help. Omit File only if the app is not document-based. Add app-specific menus between Edit and View or between View and Window.
Linee guida per l'interfaccia umana di Apple per Mac. Da utilizzare durante la creazione di app macOS con SwiftUI o AppKit, l'implementazione di barre dei menu, barre degli strumenti, gestione delle finestre o scorciatoie da tastiera. Si attiva su attività che coinvolgono l'interfaccia utente del Mac, le app desktop o Mac Catalyst. Fonte: ehmo/platform-design-skills.