We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b60a90 commit fc558a5Copy full SHA for fc558a5
Frameworks/libfido2.xcframework/macos-arm64_x86_64/libfido2.framework/Modules/module.modulemap
@@ -1,6 +1,15 @@
1
framework module libfido2 {
2
umbrella header "fido.h"
3
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"
13
14
export *
15
module * { export * }
0 commit comments