Home
last modified time | relevance | path

Searched defs:entitlementsPath (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DEntitlements-test.ts36 const entitlementsPath = getEntitlementsPath(projectRoot); constant
59 const entitlementsPath = getEntitlementsPath(projectRoot); constant
80 const entitlementsPath = getEntitlementsPath(projectRoot); constant
109 const entitlementsPath = getEntitlementsPath(projectRoot); constant
125 const entitlementsPath = getEntitlementsPath(projectRoot); constant
/expo/packages/@expo/config-plugins/src/ios/
H A DEntitlements.ts52 const entitlementsPath = getEntitlementsPathFromBuildConfiguration( constant
95 const entitlementsPath = path.normalize( constant
/expo/packages/@expo/cli/src/run/ios/codeSigning/
H A DsimulatorCodeSigning.ts17 const entitlementsPath = IOSConfig.Entitlements.getEntitlementsPath(projectRoot); constant