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

Class PBXFile

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

Source from the content-addressed store, hash-verified

486
487declare module 'xcode/lib/pbxFile' {
488 export default class PBXFile implements pbxFile {
489 constructor(file: string);
490 basename: string;
491 lastKnownFileType?: string;
492 group?: string;
493 path?: string;
494 fileEncoding?: number;
495 defaultEncoding?: number;
496 sourceTree: string;
497 includeInIndex?: number;
498 explicitFileType?: unknown;
499 settings?: object;
500 uuid?: string;
501 fileRef: string;
502 target?: string;
503 }
504}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected