|
|
@ -34,7 +34,7 @@ class AppDelegate: NSObject { |
|
|
|
// MARK: - Properties |
|
|
|
|
|
|
|
private var statusBarItem: NSStatusItem? = nil |
|
|
|
private lazy var connection: NSXPCConnection = NSXPCConnection.init(machServiceName: "foundation.pEp.adapter.macOS") |
|
|
|
private lazy var connection: NSXPCConnection = NSXPCConnection.init(machServiceName: "foundation.pEp.adapter.macOS_OpenStep") |
|
|
|
private var service: PEPMacOSAdapterProtocol? |
|
|
|
private var nc = NSUserNotificationCenter.default |
|
|
|
private lazy var clientListener: NSXPCListener = NSXPCListener.anonymous() |
|
|
|