-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb2a538
commit 6f13922
Showing
1 changed file
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} | ||
} |