Home
last modified time | relevance | path

Searched refs:getEntitlementsPath (Results 1 – 14 of 14) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DEntitlements-test.ts9 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 DsimulatorCodeSigning.test.ts13 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 DEntitlements.js7 exports.getEntitlementsPath = getEntitlementsPath;
75 function getEntitlementsPath(projectRoot, { function
H A DEntitlements.d.ts5 export declare function getEntitlementsPath(projectRoot: string, { targetName, buildConfiguration, …
H A DPaths.d.ts33 export declare function getEntitlementsPath(projectRoot: string): string | null;
H A DPaths.js16 exports.getEntitlementsPath = getEntitlementsPath;
266 function getEntitlementsPath(projectRoot) { function
267 return Entitlements().getEntitlementsPath(projectRoot);
H A DEntitlements.js.map1getEntitlementsPath","projectRoot","targetName","buildConfiguration","project","getPbxproj","xcBui…
H A DPaths.js.map1getEntitlementsPath","getSupportingPath","resolve","basename","getExpoPlistPath","supportingPath",…
/expo/packages/@expo/cli/src/run/ios/codeSigning/
H A DsimulatorCodeSigning.ts17 const entitlementsPath = IOSConfig.Entitlements.getEntitlementsPath(projectRoot);
/expo/packages/@expo/config-plugins/src/ios/
H A DPaths.ts262 export function getEntitlementsPath(projectRoot: string): string | null { function
263 return Entitlements.getEntitlementsPath(projectRoot);
H A DEntitlements.ts37 export function getEntitlementsPath( function
/expo/packages/@expo/config-plugins/src/plugins/
H A DwithIosBaseMods.ts211 return Entitlements.getEntitlementsPath(config.modRequest.projectRoot) ?? '';
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithIosBaseMods.js318 …return (_Entitlements$getEnti = _ios().Entitlements.getEntitlementsPath(config.modRequest.projectR…
H A DwithIosBaseMods.js.map1getEntitlementsPath","ignoreExistingNativeFiles","fs","existsSync","podfileProperties","results","…