From b3f90acddb46dae6e61f376758db51de9151a49d Mon Sep 17 00:00:00 2001 From: TheMisfit68 Date: Thu, 26 Oct 2023 09:16:16 +0200 Subject: [PATCH] Open console in debug-mode for easy debugging --- HAPiNest/HomekitServer/HomeKitServer.swift | 1 + 1 file changed, 1 insertion(+) 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")