first commit
This commit is contained in:
46
nativeplugins/DCloud-PushSound/package.json
Normal file
46
nativeplugins/DCloud-PushSound/package.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "DCloud-PushSound",
|
||||
"id": "DCloud-PushSound",
|
||||
"version": "1.0.2",
|
||||
"description": "自定义推送铃声",
|
||||
"_dp_type": "nativeplugin",
|
||||
"_dp_nativeplugin": {
|
||||
"ios": {
|
||||
"plugins": [
|
||||
{
|
||||
"type": "module",
|
||||
"name": "DCloud-PushSound",
|
||||
"class": "DCPushSound"
|
||||
}
|
||||
],
|
||||
"deploymentTarget": "9.0",
|
||||
"integrateType": "library",
|
||||
"resources": [
|
||||
"afsOrder.caf",
|
||||
"cancelOrder.caf",
|
||||
"newOrder.caf",
|
||||
"newMsg.caf"
|
||||
],
|
||||
"privacies": [
|
||||
"NSLocationAlwaysUsageDescription",
|
||||
"NSLocationAlwaysAndWhenInUseUsageDescription",
|
||||
"NSLocationWhenInUseUsageDescription"
|
||||
]
|
||||
},
|
||||
"android": {
|
||||
"plugins": [
|
||||
{
|
||||
"type": "module",
|
||||
"name": "DCloud-PushSound",
|
||||
"class": "io.dcloud.uniplugin.custom_push_channel.CustomNotificationChannel"
|
||||
}
|
||||
],
|
||||
"integrateType": "aar",
|
||||
"compileOptions": {
|
||||
"sourceCompatibility": "1.8",
|
||||
"targetCompatibility": "1.8"
|
||||
},
|
||||
"minSdkVersion": "19"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user