mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-02-02 11:33:02 +01:00
7 lines
207 B
Swift
7 lines
207 B
Swift
import Path
|
|
|
|
extension Path {
|
|
static let xcodesApplicationSupport = Path.applicationSupport/"com.robotsandpencils.XcodesApp"
|
|
static let cacheFile = xcodesApplicationSupport/"available-xcodes.json"
|
|
}
|