Home
last modified time | relevance | path

Searched refs:tempAppPath (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/client-build/
H A DIosClientBuilder.ts42 const tempAppPath = path.join(EXPO_DIR, 'temp-app.tar.gz'); constant
44 await spawnAsync('tar', ['-zcvf', tempAppPath, '-C', this.getAppPath(), '.'], {
48 const file = fs.createReadStream(tempAppPath);
59 await fs.remove(tempAppPath);