Skip to content

Commit fc558a5

Browse files
committed
Exclude some headers in the module to surpress warnings about umbrella header
1 parent 2b60a90 commit fc558a5

File tree

1 file changed

+9
-0
lines changed
  • Frameworks/libfido2.xcframework/macos-arm64_x86_64/libfido2.framework/Modules

1 file changed

+9
-0
lines changed

Frameworks/libfido2.xcframework/macos-arm64_x86_64/libfido2.framework/Modules/module.modulemap

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
framework module libfido2 {
22
umbrella header "fido.h"
33
header "fido/credman.h"
4+
exclude header "fido/bio.h"
5+
exclude header "fido/config.h"
6+
exclude header "fido/eddsa.h"
7+
exclude header "fido/err.h"
8+
exclude header "fido/es256.h"
9+
exclude header "fido/es384.h"
10+
exclude header "fido/param.h"
11+
exclude header "fido/rs256.h"
12+
exclude header "fido/types.h"
413

514
export *
615
module * { export * }

0 commit comments

Comments
 (0)