Home
last modified time | relevance | path

Searched refs:getNativeTargets (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/config-plugins/build/ios/
H A DTarget.js11 exports.getNativeTargets = getNativeTargets;
93 function getNativeTargets(project) { function
98 const targets = getNativeTargets(project);
114 const targets = getNativeTargets(project);
122 const nativeTargets = getNativeTargets(project);
130 const nativeTargets = getNativeTargets(project);
H A DTarget.d.ts24 export declare function getNativeTargets(project: XcodeProject): NativeTargetSectionEntry[];
H A DTarget.js.map1getNativeTargets","section","pbxNativeTargetSection","Object","entries","filter","isNotComment","f…
/expo/packages/@expo/config-plugins/src/ios/
H A DTarget.ts98 export function getNativeTargets(project: XcodeProject): NativeTargetSectionEntry[] { function
104 const targets = getNativeTargets(project);
129 const targets = getNativeTargets(project);
143 const nativeTargets = getNativeTargets(project);
152 const nativeTargets = getNativeTargets(project);
/expo/packages/expo-build-properties/src/
H A Dios.ts67 const targetBuildConfigListIds = Target.getNativeTargets(project)
/expo/packages/expo-build-properties/build/
H A Dios.js49 const targetBuildConfigListIds = Target.getNativeTargets(project)