Skip to content

Commit

Permalink
Improve multiplatform support
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Jan 23, 2024
1 parent a543eba commit 1c8e3ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/AppState/Application/Application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ open class Application: NSObject {

loadDefaultDependencies()

#if !os(Linux) && !os(Windows)
consume(object: cache)
#endif
}

#if !os(Linux) && !os(Windows)
Expand Down

0 comments on commit 1c8e3ed

Please sign in to comment.