Swift 5 macos feche aplicativo

@IBAction func ExitNow(sender: AnyObject) {
    NSApplication.shared.terminate(self)
}
Everybody Poops