feat: 自定义插件的更新
This commit is contained in:
18
Libs/ZIMUniPlugin.framework/Headers/ZIMUniPlugin.h
Normal file
18
Libs/ZIMUniPlugin.framework/Headers/ZIMUniPlugin.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// ZIMUniPlugin.h
|
||||
// ZIMUniPlugin
|
||||
//
|
||||
// Created by zego on 2022/5/30.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
//! Project version number for ZIMUniPlugin.
|
||||
FOUNDATION_EXPORT double ZIMUniPluginVersionNumber;
|
||||
|
||||
//! Project version string for ZIMUniPlugin.
|
||||
FOUNDATION_EXPORT const unsigned char ZIMUniPluginVersionString[];
|
||||
|
||||
// In this header, you should import all the public headers of your framework using statements like #import <ZIMUniPlugin/PublicHeader.h>
|
||||
|
||||
|
||||
BIN
Libs/ZIMUniPlugin.framework/Info.plist
Normal file
BIN
Libs/ZIMUniPlugin.framework/Info.plist
Normal file
Binary file not shown.
6
Libs/ZIMUniPlugin.framework/Modules/module.modulemap
Normal file
6
Libs/ZIMUniPlugin.framework/Modules/module.modulemap
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module ZIMUniPlugin {
|
||||
umbrella header "ZIMUniPlugin.h"
|
||||
export *
|
||||
|
||||
module * { export * }
|
||||
}
|
||||
BIN
Libs/ZIMUniPlugin.framework/ZIMUniPlugin
Normal file
BIN
Libs/ZIMUniPlugin.framework/ZIMUniPlugin
Normal file
Binary file not shown.
Reference in New Issue
Block a user