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
22import URLRouting
33
44// 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
56public struct CoderRouter : ParserPrinter {
67 public init ( ) { }
78
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ public protocol FileSyncDaemon: ObservableObject {
2424 func resetSessions( ids: [ String ] ) async throws ( DaemonError)
2525}
2626
27+
28+ // File Sync related code is in VPNLib to workaround a linking issue
29+ // https://github.com/coder/coder-desktop-macos/issues/149
2730@MainActor
2831public class MutagenDaemon : FileSyncDaemon {
2932 let logger = Logger ( subsystem: Bundle . main. bundleIdentifier!, category: " mutagen " )
You can’t perform that action at this time.
0 commit comments