This commit is contained in:
Max Goedjen
2025-09-06 18:01:57 -07:00
parent 2efba1bc21
commit be28d59873
5 changed files with 76 additions and 58 deletions

View File

@@ -1,5 +1,6 @@
import Foundation
import SecretAgentKit
import Brief
/// Delegates all agent input parsing to an XPC service which wraps OpenSSH
public final class XPCAgentInputParser: SSHAgentInputParserProtocol {
@@ -16,7 +17,6 @@ public final class XPCAgentInputParser: SSHAgentInputParserProtocol {
Task {
// Warm up the XPC endpoint.
_ = try? await parse(data: Data())
}
}