package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "JG-JCore",
  3. "id": "JG-JCore",
  4. "version": "1.1.5",
  5. "description": "极光推送JCore插件",
  6. "_dp_type":"nativeplugin",
  7. "_dp_nativeplugin":{
  8. "ios": {
  9. "plugins": [
  10. {
  11. "type": "module",
  12. "name": "JG-JCore",
  13. "class": "JCoreModule"
  14. }
  15. ],
  16. "integrateType": "framework",
  17. "deploymentTarget": "11.0",
  18. "validArchitectures": [
  19. "arm64"
  20. ],
  21. "parameters": {
  22. "JPUSH_APPKEY_IOS": {
  23. "des": "[iOS]极光portal配置应用信息时分配的AppKey",
  24. "key": "JCore:APP_KEY"
  25. },
  26. "JPUSH_CHANNEL_IOS": {
  27. "des": "[iOS]用于统计分发渠道,不需要可填默认值developer-default",
  28. "key": "JCore:CHANNEL"
  29. }
  30. }
  31. },
  32. "android": {
  33. "plugins": [
  34. {
  35. "type": "module",
  36. "name": "JG-JCore",
  37. "class": "cn.jiguang.uniplugin_jcore.JCoreModule"
  38. }
  39. ],
  40. "integrateType": "aar",
  41. "minSdkVersion": "19",
  42. "permissions": [
  43. ],
  44. "abis": [
  45. "armeabi-v7a",
  46. "arm64-v8a",
  47. "x86"
  48. ],
  49. "parameters": {
  50. "JPUSH_APPKEY_ANDROID": {
  51. "des": "[Android]极光portal配置应用信息时分配的AppKey",
  52. "key": "JPUSH_APPKEY"
  53. },
  54. "JPUSH_CHANNEL_ANDROID":{
  55. "des": "[Android]用于统计分发渠道,不需要可填默认值developer-default",
  56. "key": "JPUSH_CHANNEL"
  57. }
  58. }
  59. }
  60. }
  61. }