mac: replace xpc with unix socket control channel
This commit is contained in:
@@ -156,3 +156,10 @@ extension Request: Codable {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Shared transport settings
|
||||
public let controlSocketPath =
|
||||
FileManager.default
|
||||
.homeDirectoryForCurrentUser
|
||||
.appendingPathComponent("Library/Application Support/clawdis/control.sock")
|
||||
.path
|
||||
|
||||
Reference in New Issue
Block a user