mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-14 07:04:51 -04:00
Bump Swift package dependencies
This commit is contained in:
parent
edd9b2bcd0
commit
d5532a978a
3 changed files with 4 additions and 29 deletions
|
@ -54,7 +54,7 @@ guard getppid() == 1 else {
|
|||
}
|
||||
|
||||
/// XPCServer used to monitor incoming requests
|
||||
let server: XPCServer = try XPCServer.forThisBlessedHelperTool()
|
||||
let server: XPCServer = try XPCServer.forThisXPCService()
|
||||
server.registerRoute(XPCRoute.commandRoute, handler: HelperToolCommandRunner.run(_:))
|
||||
server.setErrorHandler { error in
|
||||
if case .connectionInvalid = error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue