We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35afca9 commit 0f7aa82Copy full SHA for 0f7aa82
Coder-Desktop/VPNLib/CoderRouter.swift
@@ -2,6 +2,7 @@ import Foundation
2
import URLRouting
3
4
// This is in VPNLib to avoid depending on `swift-collections` in both the app & extension.
5
+// https://github.com/coder/coder-desktop-macos/issues/149
6
public struct CoderRouter: ParserPrinter {
7
public init() {}
8
Coder-Desktop/VPNLib/FileSync/FileSyncDaemon.swift
@@ -24,6 +24,9 @@ public protocol FileSyncDaemon: ObservableObject {
24
func resetSessions(ids: [String]) async throws(DaemonError)
25
}
26
27
+
28
+// File Sync related code is in VPNLib to workaround a linking issue
29
30
@MainActor
31
public class MutagenDaemon: FileSyncDaemon {
32
let logger = Logger(subsystem: Bundle.main.bundleIdentifier!, category: "mutagen")
0 commit comments