fix:修改图标和其他
This commit is contained in:
44
nativeplugins/RongCloud-IM-V2/package.json
Normal file
44
nativeplugins/RongCloud-IM-V2/package.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "RCUniIMV2",
|
||||
"id": "RongCloud-IM-V2",
|
||||
"version": "5.30.0",
|
||||
"description": "融云 uni 原生插件",
|
||||
"_dp_type":"nativeplugin",
|
||||
"_dp_nativeplugin":{
|
||||
"android": {
|
||||
"plugins": [
|
||||
{
|
||||
"type": "module",
|
||||
"name": "RongCloud-IM-V2-RCUniIMV2",
|
||||
"class": "cn.rongcloud.im.wrapper.uni.RCUniIMModule"
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
"cn.rongcloud.sdk:im_lib:5.30.0"
|
||||
],
|
||||
"integrateType": "aar",
|
||||
"minSdkVersion" : 21
|
||||
},
|
||||
"ios": {
|
||||
"plugins": [
|
||||
{
|
||||
"type": "module",
|
||||
"name": "RongCloud-IM-V2-RCUniIMV2",
|
||||
"class": "RCUniIMV2"
|
||||
}
|
||||
],
|
||||
"frameworks": [
|
||||
"RongIMLibCore.xcframework",
|
||||
"RongChatRoom.xcframework",
|
||||
"RongIMWrapper.xcframework"
|
||||
],
|
||||
"embedFrameworks": [
|
||||
"RongIMLibCore.xcframework",
|
||||
"RongChatRoom.xcframework",
|
||||
"RongIMWrapper.xcframework"
|
||||
],
|
||||
"integrateType": "framework",
|
||||
"deploymentTarget": "9"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user