module.map

H Doug (or anyone),

Do you have or know where I could get a module.map file for some standard C/C++ library headers for any platform, that I could use as a basis for experimenting with ours? It would also be useful as a real-world example of a module map, so I can look into generating one from modularize.

Thanks.

-John

The iOS 7 SDK, available in the just-released Xcode 5, has a number of module maps. Look for the “module.map” files throughout the SDKs in the Xcode app bundle.

  - Doug