6 lines
112 B
Swift
6 lines
112 B
Swift
|
|
import AppKit
|
||
|
|
|
||
|
|
let delegate = AppDelegate()
|
||
|
|
NSApplication.shared.delegate = delegate
|
||
|
|
NSApplication.shared.run()
|