mirror of
https://github.com/sindresorhus/touch-bar-simulator
synced 2024-12-05 01:59:09 +00:00
6 lines
124 B
Swift
6 lines
124 B
Swift
import Cocoa
|
|
|
|
private let app = NSApplication.shared
|
|
private let delegate = AppDelegate()
|
|
app.delegate = delegate
|
|
app.run()
|