MCPcopy Create free account
hub / github.com/expo/eas-cli / pbxFile

Interface pbxFile

ts-declarations/xcode/index.d.ts:1–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface pbxFile {
2 basename: string;
3 lastKnownFileType?: string;
4 group?: string;
5 path?: string;
6 fileEncoding?: number;
7 defaultEncoding?: number;
8 sourceTree: string;
9 includeInIndex?: number;
10 explicitFileType?: unknown;
11 settings?: object;
12 uuid?: string;
13 fileRef: string;
14 target?: string;
15}
16
17declare module 'xcode' {
18 /**

Callers

nothing calls this directly

Implementers 1

PBXFilets-declarations/xcode/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…