mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Implement initial NativeMacReceiverSelector
This commit is contained in:
10
app/NativeMacReceiverSelector/main.swift
Normal file
10
app/NativeMacReceiverSelector/main.swift
Normal file
@@ -0,0 +1,10 @@
|
||||
import Cocoa
|
||||
|
||||
|
||||
let app = NSApplication.shared
|
||||
|
||||
let delegate = AppDelegate()
|
||||
app.delegate = delegate
|
||||
|
||||
app.setActivationPolicy(.regular)
|
||||
app.run()
|
||||
Reference in New Issue
Block a user