Searched refs:entitlementsPathRaw (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Entitlements.ts | 63 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 D | Entitlements.js | 92 …const entitlementsPathRaw = xcBuildConfiguration === null || xcBuildConfiguration === void 0 ? voi… 93 if (entitlementsPathRaw) { 94 …ormalize(_path().default.join(projectRoot, 'ios', (0, _string().trimQuotes)(entitlementsPathRaw)));
|
| H A D | Entitlements.js.map | 1 …entitlementsPathRaw","buildSettings","CODE_SIGN_ENTITLEMENTS","path","normalize","join","trimQuote…
|