Skip to content

Commit

Permalink
Remove file from windows and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Mar 22, 2024
1 parent e5e902e commit 8e0e85c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/AppState/Dependencies/CloudStateStore.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if !os(Linux) && !os(Windows)
import Cache
import Foundation

Expand Down Expand Up @@ -182,3 +183,4 @@ actor CloudStateStore {
return FilePresenter(url: documentURL)
}
}
#endif

0 comments on commit 8e0e85c

Please sign in to comment.