Type alias ElectronMacPlatform

ElectronMacPlatform: "darwin" | "mas"

macOS applications can be distributed via the Mac App Store (MAS) or directly downloaded from the developer's website. @electron/osx-sign distinguishes between MAS apps (mas) or non-MAS apps (darwin).