Searched refs:NativeTargetSectionEntry (Results 1 – 6 of 6) sorted by relevance
2 import { NativeTargetSectionEntry } from './utils/Xcodeproj';24 export declare function getNativeTargets(project: XcodeProject): NativeTargetSectionEntry[];25 export declare function findSignableTargets(project: XcodeProject): NativeTargetSectionEntry[];26 export declare function findFirstNativeTarget(project: XcodeProject): NativeTargetSectionEntry;27 …nction findNativeTargetByName(project: XcodeProject, targetName: string): NativeTargetSectionEntry;
1 …NativeTargetSectionEntry,\n} from './utils/Xcodeproj';\nimport { trimQuotes } from './utils/string…
8 NativeTargetSectionEntry,98 export function getNativeTargets(project: XcodeProject): NativeTargetSectionEntry[] {103 export function findSignableTargets(project: XcodeProject): NativeTargetSectionEntry[] {128 export function findFirstNativeTarget(project: XcodeProject): NativeTargetSectionEntry {142 ): NativeTargetSectionEntry {151 function findNativeTargetById(project: XcodeProject, targetId: string): NativeTargetSectionEntry {
5 export type NativeTargetSectionEntry = [string, PBXNativeTarget]; alias85 …onSectionEntry | ProjectSectionEntry | ConfigurationListEntry | NativeTargetSectionEntry): boolean;
1 …NativeTargetSectionEntry = [string, PBXNativeTarget];\n\nexport type ConfigurationLists = Record<s…
25 export type NativeTargetSectionEntry = [string, PBXNativeTarget]; alias415 | NativeTargetSectionEntry): boolean {