swift-nio/Sources/CNIOLinux
Johannes Weiss 9bae007a15 use umbrella headers for C modules (#636)
Motivation:

SwiftPM only generates fully usable clang modules for C modules if they
have umbrella headers. Therefore, adding a generated NIO.xcodeproj to
another Xcode project as a sub-project never worked.
To make a header an umbrella header you need to name them _exactly_ like
the module.

Modifications:

give each C module an umbrella header

Result:

generated NIO Xcode projects can be used as sub-projects.
2018-10-19 14:49:43 +01:00
..
include use umbrella headers for C modules (#636) 2018-10-19 14:49:43 +01:00
ifaddrs-android.c add Android support (#609) 2018-09-27 11:32:43 +01:00
shim.c use umbrella headers for C modules (#636) 2018-10-19 14:49:43 +01:00
update_and_patch_cnio_linux.sh add Android support (#609) 2018-09-27 11:32:43 +01:00