Skip to content

Commit

Permalink
解决云端打包不能配置参数的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
huangshuni committed Jan 29, 2021
1 parent eb2a538 commit 6f13922
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions JCore_Hbuilder_Demo/nativeplugins/JG-JCore/package.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
{
"name": "JG-JCore",
"id": "JG-JCore",
"version": "1.0.0",
"description": "极光推送JCore插件",
"_dp_type":"nativeplugin",
"_dp_nativeplugin":{
"ios": {
"plugins": [
{
"type": "module",
"name": "JG-JCore",
"class": "JCoreModule"
}
],
"integrateType": "framework",
"deploymentTarget": "9.0",
"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",
"des": "[iOS]极光portal配置应用信息时分配的AppKey",
"key": "JCore:APP_KEY"
},
"JPUSH_CHANNEL_IOS": {
"des": "[iOS]用于统计分发渠道,不需要可填默认值 developer-default",
"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"
}
}
}
}
},
"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"
}
}
}
}
}

0 comments on commit 6f13922

Please sign in to comment.