fix:修改图标和其他
This commit is contained in:
58
nativeplugins/RongCloud-Call/package.json
Normal file
58
nativeplugins/RongCloud-Call/package.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"name": "RCUniCall",
|
||||
"id": "RongCloud-Call",
|
||||
"version": "5.30.0",
|
||||
"description": "Rongcloud call lib sdk for uni",
|
||||
"_dp_type": "nativeplugin",
|
||||
"_dp_nativeplugin": {
|
||||
"android": {
|
||||
"plugins": [
|
||||
{
|
||||
"type": "module",
|
||||
"name": "RongCloud-Call-RCUniCall",
|
||||
"class": "cn.rongcloud.call.uni.RCUniCallModule"
|
||||
},
|
||||
{
|
||||
"type": "component",
|
||||
"name": "RongCloud-Call-RCUniCallView",
|
||||
"class": "cn.rongcloud.call.uni.RCUniCallComponent"
|
||||
}
|
||||
],
|
||||
"integrateType": "aar",
|
||||
"compileOptions": {
|
||||
"sourceCompatibility": "1.8",
|
||||
"targetCompatibility": "1.8"
|
||||
},
|
||||
"dependencies": [
|
||||
"cn.rongcloud.sdk:call_lib:5.30.0"
|
||||
],
|
||||
"useAndroidX": true
|
||||
},
|
||||
"ios": {
|
||||
"plugins": [
|
||||
{
|
||||
"type": "module",
|
||||
"name": "RongCloud-Call-RCUniCall",
|
||||
"class": "RCUniCall"
|
||||
},
|
||||
{
|
||||
"type": "component",
|
||||
"name": "RongCloud-Call-RCUniCallView",
|
||||
"class": "RCUniCallView"
|
||||
}
|
||||
],
|
||||
"frameworks": [
|
||||
"RongRTCLib.xcframework",
|
||||
"RongCallLib.xcframework",
|
||||
"RongCallWrapper.xcframework"
|
||||
],
|
||||
"embedFrameworks": [
|
||||
"RongRTCLib.xcframework",
|
||||
"RongCallLib.xcframework",
|
||||
"RongCallWrapper.xcframework"
|
||||
],
|
||||
"integrateType": "framework",
|
||||
"deploymentTarget": "9.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user