Add Swift module for libburrow
This commit also renames the app target to App.
This commit is contained in:
parent
5e265632a3
commit
eeb0130156
12 changed files with 57 additions and 36 deletions
4
Apple/NetworkExtension/libburrow/module.modulemap
Normal file
4
Apple/NetworkExtension/libburrow/module.modulemap
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
module libburrow {
|
||||
header "libburrow.h"
|
||||
export *
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue