Searched refs:entitlementsPath (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | Entitlements-test.ts | 36 const entitlementsPath = getEntitlementsPath(projectRoot); constant 38 expect(entitlementsPath).toBe('/app/ios/HelloWorld/HelloWorld.entitlements'); 41 const data = plist.parse(await fs.promises.readFile(entitlementsPath!, 'utf8')); 59 const entitlementsPath = getEntitlementsPath(projectRoot); constant 60 expect(entitlementsPath).toBe('/app/ios/testproject/testproject.entitlements'); 80 const entitlementsPath = getEntitlementsPath(projectRoot); constant 81 expect(entitlementsPath).toBe('/app/ios/testapp/example.entitlements'); 109 const entitlementsPath = getEntitlementsPath(projectRoot); constant 110 expect(entitlementsPath).toBeNull(); 125 const entitlementsPath = getEntitlementsPath(projectRoot); constant [all …]
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Entitlements.ts | 52 const entitlementsPath = getEntitlementsPathFromBuildConfiguration( constant 56 return entitlementsPath && fs.existsSync(entitlementsPath) ? entitlementsPath : null; 95 const entitlementsPath = path.normalize( constant 98 fs.mkdirSync(path.dirname(entitlementsPath), { recursive: true }); 99 if (!fs.existsSync(entitlementsPath)) { 100 fs.writeFileSync(entitlementsPath, ENTITLEMENTS_TEMPLATE);
|
| /expo/packages/@expo/cli/src/run/ios/codeSigning/ |
| H A D | simulatorCodeSigning.ts | 17 const entitlementsPath = IOSConfig.Entitlements.getEntitlementsPath(projectRoot); constant 18 if (!entitlementsPath || !fs.existsSync(entitlementsPath)) { 22 const entitlementsContents = fs.readFileSync(entitlementsPath, 'utf8');
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Entitlements.js | 87 …const entitlementsPath = getEntitlementsPathFromBuildConfiguration(projectRoot, xcBuildConfigurati… 88 return entitlementsPath && _fs().default.existsSync(entitlementsPath) ? entitlementsPath : null; 114 …const entitlementsPath = _path().default.normalize(_path().default.join(projectRoot, 'ios', entitl… 115 _fs().default.mkdirSync(_path().default.dirname(entitlementsPath), { 118 if (!_fs().default.existsSync(entitlementsPath)) { 119 _fs().default.writeFileSync(entitlementsPath, ENTITLEMENTS_TEMPLATE);
|
| H A D | Entitlements.js.map | 1 …entitlementsPath","getEntitlementsPathFromBuildConfiguration","fs","existsSync","_xcBuildConfigura…
|