mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 16:44:33 +00:00
8 lines
215 B
Swift
8 lines
215 B
Swift
import AppKit
|
|
|
|
_ = NSApplication.shared
|
|
let delegate = AppDelegate()
|
|
dlog("Process started. Setting application delegate and running app loop…")
|
|
NSApplication.shared.delegate = delegate
|
|
NSApplication.shared.run()
|