1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-08 04:20:07 +02:00
This commit is contained in:
2021-10-18 18:48:40 +02:00
parent 76412b68f3
commit 4256eae442

View File

@ -18,25 +18,25 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
(invoked by PHP Monitor) shell commands. It is used to (invoked by PHP Monitor) shell commands. It is used to
invoke all commands in this application. invoke all commands in this application.
*/ */
let sharedShell : Shell let sharedShell: Shell
/** /**
The App singleton contains information about the state of The App singleton contains information about the state of
the application and global variables. the application and global variables.
*/ */
let state : App let state: App
/** /**
The MainMenu singleton is responsible for rendering the The MainMenu singleton is responsible for rendering the
menu bar item and its menu, as well as its actions. menu bar item and its menu, as well as its actions.
*/ */
let menu : MainMenu let menu: MainMenu
/** /**
The paths singleton that determines where Homebrew is installed, The paths singleton that determines where Homebrew is installed,
and where to look for binaries. and where to look for binaries.
*/ */
let paths : Paths let paths: Paths
// MARK: - Initializer // MARK: - Initializer