| 1 | interface 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 | |
| 17 | declare module 'xcode' { |
| 18 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…