Searched refs:getEntitlementsPath (Results 1 – 14 of 14) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | Entitlements-test.ts | 9 getEntitlementsPath, 34 const entitlementsPathBefore = getEntitlementsPath(projectRoot); 36 const entitlementsPath = getEntitlementsPath(projectRoot); 59 const entitlementsPath = getEntitlementsPath(projectRoot); 80 const entitlementsPath = getEntitlementsPath(projectRoot); 92 describe(getEntitlementsPath, () => { 109 const entitlementsPath = getEntitlementsPath(projectRoot); 125 const entitlementsPath = getEntitlementsPath(projectRoot);
|
| /expo/packages/@expo/cli/src/run/ios/codeSigning/__tests__/ |
| H A D | simulatorCodeSigning.test.ts | 13 getEntitlementsPath: jest.fn(), 23 asMock(IOSConfig.Entitlements.getEntitlementsPath).mockReturnValue(null); 36 asMock(IOSConfig.Entitlements.getEntitlementsPath).mockReturnValue('/entitlements.xml'); 49 asMock(IOSConfig.Entitlements.getEntitlementsPath).mockReturnValue('/entitlements.xml');
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Entitlements.js | 7 exports.getEntitlementsPath = getEntitlementsPath; 75 function getEntitlementsPath(projectRoot, { function
|
| H A D | Entitlements.d.ts | 5 export declare function getEntitlementsPath(projectRoot: string, { targetName, buildConfiguration, …
|
| H A D | Paths.d.ts | 33 export declare function getEntitlementsPath(projectRoot: string): string | null;
|
| H A D | Paths.js | 16 exports.getEntitlementsPath = getEntitlementsPath; 266 function getEntitlementsPath(projectRoot) { function 267 return Entitlements().getEntitlementsPath(projectRoot);
|
| H A D | Entitlements.js.map | 1 …getEntitlementsPath","projectRoot","targetName","buildConfiguration","project","getPbxproj","xcBui…
|
| H A D | Paths.js.map | 1 …getEntitlementsPath","getSupportingPath","resolve","basename","getExpoPlistPath","supportingPath",…
|
| /expo/packages/@expo/cli/src/run/ios/codeSigning/ |
| H A D | simulatorCodeSigning.ts | 17 const entitlementsPath = IOSConfig.Entitlements.getEntitlementsPath(projectRoot);
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Paths.ts | 262 export function getEntitlementsPath(projectRoot: string): string | null { function 263 return Entitlements.getEntitlementsPath(projectRoot);
|
| H A D | Entitlements.ts | 37 export function getEntitlementsPath( function
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | withIosBaseMods.ts | 211 return Entitlements.getEntitlementsPath(config.modRequest.projectRoot) ?? '';
|
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | withIosBaseMods.js | 318 …return (_Entitlements$getEnti = _ios().Entitlements.getEntitlementsPath(config.modRequest.projectR…
|
| H A D | withIosBaseMods.js.map | 1 …getEntitlementsPath","ignoreExistingNativeFiles","fs","existsSync","podfileProperties","results","…
|