MCPcopy Index your code
hub / github.com/react-native-community/cli / pbxFile

Interface pbxFile

packages/cli-link-assets/src/xcode.d.ts:3–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Extracted from expo, packages/@expo/cli/ts-declarations/xcode/index.d.ts
2
3interface pbxFile {
4 basename: string;
5 lastKnownFileType?: string;
6 group?: string;
7 path?: string;
8 fileEncoding?: number;
9 defaultEncoding?: number;
10 sourceTree: string;
11 includeInIndex?: number;
12 explicitFileType?: unknown;
13 settings?: object;
14 uuid?: string;
15 fileRef: string;
16 target?: string;
17}
18
19declare module 'xcode' {
20 /**

Callers

nothing calls this directly

Implementers 1

PBXFilepackages/cli-link-assets/src/xcode.d.t

Calls

no outgoing calls

Tested by

no test coverage detected