7 lines
170 B
Swift
7 lines
170 B
Swift
import AppKit
|
|
|
|
// WP-4 replaces this body with the real menu-bar UI.
|
|
let application = NSApplication.shared
|
|
application.setActivationPolicy(.accessory)
|
|
application.run()
|