Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/ios/utils/
H A DXcodeproj.d.ts5 export type NativeTargetSectionEntry = [string, PBXNativeTarget]; alias
/expo/packages/@expo/config-plugins/src/ios/utils/
H A DXcodeproj.ts25 export type NativeTargetSectionEntry = [string, PBXNativeTarget]; alias