Home
last modified time | relevance | path

Searched defs:nativeTargetEntry (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/
H A DProvisioningProfile.ts32 const nativeTargetEntry = targetName constant
H A DTarget.ts144 const nativeTargetEntry = nativeTargets.find(([, i]) => trimQuotes(i.name) === targetName); constant
153 const nativeTargetEntry = nativeTargets.find(([key]) => key === targetId); constant