Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DTarget-test.ts4 import { findApplicationTargetWithDependenciesAsync, TargetType } from '../Target';
10 describe(findApplicationTargetWithDependenciesAsync, () => {
28 const applicationTarget = await findApplicationTargetWithDependenciesAsync(
54 const applicationTarget = await findApplicationTargetWithDependenciesAsync(
84 const applicationTarget = await findApplicationTargetWithDependenciesAsync(
/expo/packages/@expo/config-plugins/build/ios/
H A DTarget.js7 exports.findApplicationTargetWithDependenciesAsync = findApplicationTargetWithDependenciesAsync;
57 async function findApplicationTargetWithDependenciesAsync(projectRoot, scheme) { function
H A DTarget.d.ts22 export declare function findApplicationTargetWithDependenciesAsync(projectRoot: string, scheme: str…
H A DTarget.js.map1findApplicationTargetWithDependenciesAsync","projectRoot","scheme","applicationTargetName","getApp…
/expo/packages/@expo/config-plugins/src/ios/
H A DTarget.ts46 export async function findApplicationTargetWithDependenciesAsync( function
/expo/packages/@expo/config-plugins/
H A DCHANGELOG.md80 - Update `Target.findApplicationTargetWithDependenciesAsync` to mark framework targets as non-signa…