Closed ineiti closed 3 years ago
The most important change is in build_xcf.sh
, where instead of putting the header files and modulemaps into Headers/module.modulemap
, it puts them into arti-rest/module.modulemap
, so that it can be used at the same time as other swift packages.
Because XCode copies all headers from all Swift Packages into one single directory, the headers must be unique. So using a name like
Headers
will most probably collide.This PR uses a different name for the header directory.
Closes #58