()
| 23 | } |
| 24 | |
| 25 | function getDefaultSwiftPackageCachePath(): string { |
| 26 | return path.join(os.homedir(), 'Library', 'Caches', 'org.swift.swiftpm'); |
| 27 | } |
| 28 | |
| 29 | export async function executeXcodeBuildCommand( |
| 30 | params: SharedBuildParams, |
no outgoing calls
no test coverage detected