Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/
H A Dcodesigning.ts239 const codeSigningCertificatePath = exp.updates?.codeSigningCertificate; constant
240 if (!codeSigningCertificatePath) {
274 codeSigningCertificatePath,
296 codeSigningCertificatePath,
299 codeSigningCertificatePath: string;
304 codeSigningCertificatePath,
305 `Code signing certificate cannot be read from path: ${codeSigningCertificatePath}`
/expo/packages/@expo/config-plugins/src/utils/
H A DUpdates.ts151 const codeSigningCertificatePath = config.updates?.codeSigningCertificate; constant
152 if (!codeSigningCertificatePath) {
156 const finalPath = path.join(projectRoot, codeSigningCertificatePath);
/expo/packages/@expo/config-plugins/build/utils/
H A DUpdates.js182 …const codeSigningCertificatePath = (_config$updates8 = config.updates) === null || _config$updates…
183 if (!codeSigningCertificatePath) {
186 const finalPath = _path().default.join(projectRoot, codeSigningCertificatePath);
H A DUpdates.js.map1codeSigningCertificatePath","codeSigningCertificate","finalPath","path","join","getUpdatesCodeSign…