Files
xcodesApp-mirror/Xcodes/Backend/Path+.swift
Brandon Evans 155c62de77 Fix bundle IDs
2020-12-22 21:26:05 -07:00

7 lines
207 B
Swift

import Path
extension Path {
static let xcodesApplicationSupport = Path.applicationSupport/"com.robotsandpencils.XcodesApp"
static let cacheFile = xcodesApplicationSupport/"available-xcodes.json"
}