You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.1 KiB
56 lines
1.1 KiB
{
|
|
"name": "Zhimi-BLE",
|
|
"id": "Zhimi-BLE",
|
|
"version": "1.0.0",
|
|
"description": "BLE蓝牙",
|
|
"_dp_type":"nativeplugin",
|
|
"_dp_nativeplugin":{
|
|
"ios": {
|
|
"plugins": [
|
|
{
|
|
"type": "module",
|
|
"name": "Zhimi-BLE",
|
|
"class": "ZhimiBLEModule"
|
|
}],
|
|
"hooksClass": "ZhimiBLEAppProxy",
|
|
"integrateType": "framework",
|
|
"deploymentTarget": "9.0",
|
|
"validArchitectures": [
|
|
"arm64"
|
|
],
|
|
"plists": {
|
|
"UIBackgroundModes":[
|
|
"remote-notification",
|
|
"audio",
|
|
"fetch",
|
|
"bluetooth-peripheral",
|
|
"bluetooth-central"
|
|
]
|
|
}
|
|
},
|
|
"android": {
|
|
"plugins": [
|
|
{
|
|
"type": "module",
|
|
"name": "Zhimi-BLE",
|
|
"class": "com.example.zhimible.ZhimiBLEModule"
|
|
}
|
|
],
|
|
"hooksClass": "com.example.zhimible.zhimiBLEAppProxy",
|
|
"integrateType": "aar",
|
|
"dependencies": [
|
|
"pub.devrel:easypermissions:3.0.0"
|
|
],
|
|
"abis": [
|
|
"armeabi-v7a"
|
|
],
|
|
"minSdkVersion": "19",
|
|
"permissions": [
|
|
"android.permission.BLUETOOTH",
|
|
"android.permission.BLUETOOTH_ADMIN",
|
|
"android.permission.ACCESS_COARSE_LOCATION",
|
|
"android.permission.ACCESS_FINE_LOCATION"
|
|
]
|
|
}
|
|
}
|
|
}
|