mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-27 21:44:26 -04:00
Fix broken XPC Service retrieval
This commit is contained in:
parent
997a79e330
commit
c49b5a64ee
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ import Foundation
|
|||
import SecureXPC
|
||||
|
||||
extension XPCRoute {
|
||||
static let commandRoute: XPCRouteWithMessageWithReply<HelperToolCommandRequest, HelperToolCommandResponse> = XPCRoute.named("process")
|
||||
static let commandRoute: XPCRouteWithMessageWithReply<HelperToolCommandRequest, HelperToolCommandResponse> = XPCRoute.named("com.ninxsoft.mist.helper")
|
||||
.withMessageType(HelperToolCommandRequest.self)
|
||||
.withReplyType(HelperToolCommandResponse.self)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue