Home
last modified time | relevance | path

Searched refs:configurationListId (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/config-plugins/build/ios/utils/
H A DXcodeproj.d.ts78 export declare function getBuildConfigurationsForListId(project: XcodeProject, configurationListId:…
79 …ion getBuildConfigurationForListIdAndName(project: XcodeProject, { configurationListId, buildConfi…
80 configurationListId: string;
H A DXcodeproj.js366 function getBuildConfigurationsForListId(project, configurationListId) { argument
368 …onst [, configurationList] = configurationListEntries.find(([key]) => key === configurationListId);
373 configurationListId, field
376 …const xcBuildConfigurationEntry = getBuildConfigurationsForListId(project, configurationListId).fi…
378 …ld configuration '${buildConfiguration}' does not exist in list with id '${configurationListId}'`);
H A DXcodeproj.js.map1configurationListId","configurationListEntries","configurationList","buildConfigurations","map","i…
/expo/packages/@expo/config-plugins/src/ios/utils/
H A DXcodeproj.ts369 configurationListId: string
373 ([key]) => key === configurationListId
387 configurationListId,
389 }: { configurationListId: string; buildConfiguration: string }
393 configurationListId
397 …uild configuration '${buildConfiguration}' does not exist in list with id '${configurationListId}'`
/expo/packages/@expo/config-plugins/src/ios/
H A DTarget.ts40 configurationListId: nativeTarget.buildConfigurationList,
/expo/packages/@expo/config-plugins/build/ios/
H A DTarget.js52 configurationListId: nativeTarget.buildConfigurationList, property
H A DTarget.js.map1configurationListId","buildConfigurationList","findApplicationTargetWithDependenciesAsync","projec…