File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ public struct MacOS: Platform {
1515
1616 public var appDataDirectory : URL {
1717 FileManager . default. homeDirectoryForCurrentUser
18- . appendingPathComponent ( " Library/Application Support " , isDirectory: true )
18+ . appendingPathComponent ( " .swiftly " , isDirectory: true )
1919 }
2020
2121 public var swiftlyBinDir : URL {
2222 SwiftlyCore . mockedHomeDir. map { $0. appendingPathComponent ( " bin " , isDirectory: true ) }
2323 ?? ProcessInfo . processInfo. environment [ " SWIFTLY_BIN_DIR " ] . map { URL ( fileURLWithPath: $0) }
2424 ?? FileManager . default. homeDirectoryForCurrentUser
25- . appendingPathComponent ( " Library/Application Support/ swiftly/bin" , isDirectory: true )
25+ . appendingPathComponent ( " . swiftly/bin" , isDirectory: true )
2626 }
2727
2828 public var swiftlyToolchainsDir : URL {
You can’t perform that action at this time.
0 commit comments