package.json 727 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "DCloud-PushSound",
  3. "id": "DCloud-PushSound",
  4. "version": "1.0.2",
  5. "description": "自定义推送铃声",
  6. "_dp_type": "nativeplugin",
  7. "_dp_nativeplugin": {
  8. "ios": {
  9. "plugins": [{
  10. "type": "module",
  11. "name": "DCloud-PushSound",
  12. "class": "DCPushSound"
  13. }],
  14. "deploymentTarget": "9.0",
  15. "integrateType": "library",
  16. "resources": [
  17. "pushsound.caf"
  18. ]
  19. },
  20. "android": {
  21. "plugins": [{
  22. "type": "module",
  23. "name": "DCloud-PushSound",
  24. "class": "io.dcloud.uniplugin.custom_push_channel.CustomNotificationChannel"
  25. }],
  26. "integrateType": "aar",
  27. "compileOptions": {
  28. "sourceCompatibility": "1.8",
  29. "targetCompatibility": "1.8"
  30. },
  31. "minSdkVersion": "19"
  32. }
  33. }
  34. }