Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0f7aa82

Browse files
committed
reference issue
1 parent35afca9 commit0f7aa82

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎Coder-Desktop/VPNLib/CoderRouter.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import Foundation
22
import 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
56
publicstructCoderRouter:ParserPrinter{
67
publicinit(){}
78

‎Coder-Desktop/VPNLib/FileSync/FileSyncDaemon.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ public protocol FileSyncDaemon: ObservableObject {
2424
func resetSessions(ids:[String])asyncthrows(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
2831
publicclassMutagenDaemon:FileSyncDaemon{
2932
letlogger=Logger(subsystem:Bundle.main.bundleIdentifier!, category:"mutagen")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp