Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/ios/
H A DEntitlements.ts63 const entitlementsPathRaw = xcBuildConfiguration?.buildSettings?.CODE_SIGN_ENTITLEMENTS as constant
66 if (entitlementsPathRaw) {
67 return path.normalize(path.join(projectRoot, 'ios', trimQuotes(entitlementsPathRaw)));
/expo/packages/@expo/config-plugins/build/ios/
H A DEntitlements.js92 …const entitlementsPathRaw = xcBuildConfiguration === null || xcBuildConfiguration === void 0 ? voi…
93 if (entitlementsPathRaw) {
94 …ormalize(_path().default.join(projectRoot, 'ios', (0, _string().trimQuotes)(entitlementsPathRaw)));
H A DEntitlements.js.map1entitlementsPathRaw","buildSettings","CODE_SIGN_ENTITLEMENTS","path","normalize","join","trimQuote…