| 1 | { |
| 2 | 'version': 0, |
| 3 | 'case-sensitive': 'false', |
| 4 | 'roots': [ |
| 5 | { |
| 6 | 'type': 'directory', |
| 7 | 'name': "VDIR/Bar.framework/Headers", |
| 8 | 'contents': [ |
| 9 | { |
| 10 | 'type': 'file', |
| 11 | 'name': "A.h", |
| 12 | 'external-contents': "OUT_DIR/Bar.framework/Headers/A.h" |
| 13 | }, |
| 14 | { |
| 15 | 'type': 'file', |
| 16 | 'name': "B.h", |
| 17 | 'external-contents': "OUT_DIR/Bar.framework/Headers/B.h" |
| 18 | }, |
| 19 | { |
| 20 | 'type': 'file', |
| 21 | 'name': "C.h", |
| 22 | 'external-contents': "OUT_DIR/Bar.framework/Headers/C.h" |
| 23 | } |
| 24 | ] |
| 25 | }, |
| 26 | { |
| 27 | 'type': 'directory', |
| 28 | 'name': "VDIR/Bar.framework/Modules", |
| 29 | 'contents': [ |
| 30 | { |
| 31 | 'type': 'file', |
| 32 | 'name': "module.modulemap", |
| 33 | 'external-contents': "OUT_DIR/Bar.framework/Modules/module.modulemap" |
| 34 | } |
| 35 | ] |
| 36 | }, |
| 37 | ] |
| 38 | } |
| 39 | |