Searched refs:entitlementsRelativePath (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Entitlements.ts | 94 const entitlementsRelativePath = slash(path.join(projectName, `${productName}.entitlements`)); constant 96 path.join(projectRoot, 'ios', entitlementsRelativePath) 102 xcBuildConfiguration.buildSettings.CODE_SIGN_ENTITLEMENTS = entitlementsRelativePath;
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Entitlements.js | 113 …const entitlementsRelativePath = (0, _slash().default)(_path().default.join(projectName, `${produc… 114 …th = _path().default.normalize(_path().default.join(projectRoot, 'ios', entitlementsRelativePath)); 121 xcBuildConfiguration.buildSettings.CODE_SIGN_ENTITLEMENTS = entitlementsRelativePath;
|
| H A D | Entitlements.js.map | 1 …entitlementsRelativePath","slash","mkdirSync","dirname","recursive","writeFileSync","ENTITLEMENTS_…
|