feat: moved Remote to the new communication protocol and added basic control

This commit is contained in:
Serhiy Mytrovtsiy
2025-08-23 22:13:22 +02:00
parent 5a8d3b0545
commit c601a7ed98
3 changed files with 623 additions and 97 deletions

View File

@@ -87,6 +87,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, UNUserNotificationCenterDele
func applicationWillTerminate(_ aNotification: Notification) {
modules.forEach{ $0.terminate() }
Remote.shared.terminate()
}
deinit {