feat: 税务APP的可信插件
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ABIRoot": {
|
||||
"kind": "Root",
|
||||
"name": "TopLevel",
|
||||
"printedName": "TopLevel",
|
||||
"json_format_version": 8
|
||||
},
|
||||
"ConstValues": []
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
11
Libs/CredibleAuthSDK.framework/Modules/module.modulemap
Normal file
11
Libs/CredibleAuthSDK.framework/Modules/module.modulemap
Normal file
@@ -0,0 +1,11 @@
|
||||
framework module CredibleAuthSDK {
|
||||
umbrella header "CredibleAuthSDK.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
|
||||
module CredibleAuthSDK.Swift {
|
||||
header "CredibleAuthSDK-Swift.h"
|
||||
requires objc
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
// module.modulemap 文件
|
||||
module CredibleAuthSDK_Private {
|
||||
// requires objc
|
||||
// header "CredibleAuthSDK/Tool/3rd/WebViewJavascriptBridge/WKWebViewJavascriptBridge.h"
|
||||
//// header "YYModel/YYModel.h"
|
||||
// export *
|
||||
}
|
||||
///Users/tony/Desktop/depend_sdk_ios/depend-sdk-ios/CredibleAuthSDK/Tool/3rd/WebViewJavascriptBridge/WKWebViewJavascriptBridge.h
|
||||
Reference in New Issue
Block a user