Home
last modified time | relevance | path

Searched refs:NativeTargetSection (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config-plugins/build/ios/utils/
H A DXcodeproj.d.ts4 export type NativeTargetSection = Record<string, PBXNativeTarget>; alias
H A DXcodeproj.js.map1 …rt type ProjectSectionEntry = [string, PBXProject];\n\nexport type NativeTargetSection = Record<st…
/expo/packages/@expo/config-plugins/src/ios/utils/
H A DXcodeproj.ts23 export type NativeTargetSection = Record<string, PBXNativeTarget>; alias