mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
6 lines
204 B
Swift
6 lines
204 B
Swift
import Path
|
|
|
|
extension Path {
|
|
static let xcodesApplicationSupport = Path.applicationSupport/"com.robotsandpencils.xcodes"
|
|
static let cacheFile = xcodesApplicationSupport/"available-xcodes.json"
|
|
}
|