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