Improved method to build xcframeworks

This commit is contained in:
Evan Olcott
2020-12-04 15:58:32 -06:00
parent 48347fec95
commit eee7ef6a16
10 changed files with 904 additions and 60 deletions

View File

@@ -0,0 +1,6 @@
framework module zt {
umbrella header "ZeroTierSockets.h"
export *
module * { export * }
}