Skip to content

Commit

Permalink
Open console in debug-mode for easy debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMisfit68 committed Oct 26, 2023
1 parent adaec52 commit b3f90ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HAPiNest/HomekitServer/HomeKitServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b3f90ac

Please sign in to comment.