Home
last modified time | relevance | path

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

/expo/packages/expo-updates/e2e/fixtures/project_files/e2e/tests/utils/
H A Dserver.ts168 const codeSigningPrivateKeyPath = path.join(projectRoot, 'keys', 'private-key.pem'); constant
169 const pemBuffer = fs.readFileSync(path.resolve(codeSigningPrivateKeyPath));