File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import Foundation
2
2
import URLRouting
3
3
4
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
5
6
public struct CoderRouter : ParserPrinter {
6
7
public init ( ) { }
7
8
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ public protocol FileSyncDaemon: ObservableObject {
24
24
func resetSessions( ids: [ String ] ) async throws ( DaemonError)
25
25
}
26
26
27
+
28
+ // File Sync related code is in VPNLib to workaround a linking issue
29
+ // https://github.com/coder/coder-desktop-macos/issues/149
27
30
@MainActor
28
31
public class MutagenDaemon : FileSyncDaemon {
29
32
let logger = Logger ( subsystem: Bundle . main. bundleIdentifier!, category: " mutagen " )
You can’t perform that action at this time.
0 commit comments