Searched refs:buildOutput (Results 1 – 2 of 2) sorted by relevance
24 export function getAppBinaryPath(buildOutput: string) {30 buildOutput,40 buildOutput,69 export function extractEnvVariableFromBuild(buildOutput: string, variableName: string) {72 const matched = [...buildOutput.matchAll(reg)];338 function writeBuildLogs(projectRoot: string, buildOutput: string, errorOutput: string) {341 fs.writeFileSync(logFilePath, buildOutput);
33 const buildOutput = await XcodeBuild.buildAsync(props); constant37 const binaryPath = await profile(XcodeBuild.getAppBinaryPath)(buildOutput);