c4dt / lightarti-rest

Arti-wrapper to use REST over Tor
MIT License
5 stars 3 forks source link

Put arti-rest headers for ios in separate subdirectory #60

Closed ineiti closed 3 years ago

ineiti commented 3 years ago

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

ineiti commented 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.