diff --git a/HAPiNest/HomekitServer/HomeKitServer.swift b/HAPiNest/HomekitServer/HomeKitServer.swift index 2d5f9c83b..fd9525811 100644 --- a/HAPiNest/HomekitServer/HomeKitServer.swift +++ b/HAPiNest/HomekitServer/HomeKitServer.swift @@ -43,6 +43,7 @@ public class HomeKitServer:Singleton{ self.name = MainConfiguration.HomeKitServer.ServerName #if DEBUG + AppController(name: "Console", location: .systemUtilities).startIfInstalled() AppController(name: "Home", location: .systemApps).startIfInstalled() #endif let logger = Logger(subsystem: "be.oneclick.HAPiNest", category: "HomeKitServer")