prole/prole.app/Sources/main.swift
2025-11-16 21:54:01 -08:00

7 lines
137 B
Swift

import AppKit
_ = NSApplication.shared
let delegate = AppDelegate()
NSApplication.shared.delegate = delegate
NSApplication.shared.run()