Skip to content

Commit

Permalink
Remove extension
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Mar 6, 2024
1 parent effb60d commit ee20fbc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions WhiskyKit/Sources/WhiskyKit/Extensions/URL+Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ extension URL {
with: newBottlePath)
return URL(filePath: newPath)
}

public var isDirectory: Bool? {
(try? resourceValues(forKeys: [.isDirectoryKey]))?.isDirectory
}
}

extension URL: Identifiable {
Expand Down

0 comments on commit ee20fbc

Please sign in to comment.