feat: 自定义插件的更新
This commit is contained in:
17
Libs/UniPluginJPush.framework/Headers/JPushModule.h
Normal file
17
Libs/UniPluginJPush.framework/Headers/JPushModule.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// JPushModule.h
|
||||
// UniPluginJPush
|
||||
//
|
||||
// Created by huangshuni on 2021/1/12.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "DCUniModule.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface JPushModule : DCUniModule
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
BIN
Libs/UniPluginJPush.framework/Info.plist
Normal file
BIN
Libs/UniPluginJPush.framework/Info.plist
Normal file
Binary file not shown.
23
Libs/UniPluginJPush.framework/PrivacyInfo.xcprivacy
Normal file
23
Libs/UniPluginJPush.framework/PrivacyInfo.xcprivacy
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>NSPrivacyTrackingDomains</key>
|
||||
<array/>
|
||||
<key>NSPrivacyCollectedDataTypes</key>
|
||||
<array/>
|
||||
<key>NSPrivacyTracking</key>
|
||||
<false/>
|
||||
<key>NSPrivacyAccessedAPITypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>NSPrivacyAccessedAPITypeReasons</key>
|
||||
<array>
|
||||
<string>CA92.1</string>
|
||||
</array>
|
||||
<key>NSPrivacyAccessedAPIType</key>
|
||||
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
Libs/UniPluginJPush.framework/UniPluginJPush
Normal file
BIN
Libs/UniPluginJPush.framework/UniPluginJPush
Normal file
Binary file not shown.
Reference in New Issue
Block a user