| 1 | // Extracted from expo, packages/@expo/cli/ts-declarations/xcode/index.d.ts |
| 2 | |
| 3 | interface 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 | |
| 19 | declare module 'xcode' { |
| 20 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected