Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/ios/
H A DTarget.js129 function findNativeTargetById(project, targetId) { function
/expo/packages/@expo/config-plugins/src/ios/
H A DTarget.ts151 function findNativeTargetById(project: XcodeProject, targetId: string): NativeTargetSectionEntry { function