jpush-phonegap-plugin
Advanced tools
Comparing version 2.1.7 to 2.1.8
@@ -0,0 +0,0 @@ # Android API简介 |
@@ -0,0 +0,0 @@ #Android 手动安装 |
@@ -0,0 +0,0 @@ # 通用 API 说明 |
@@ -0,0 +0,0 @@ # iOS API |
@@ -0,0 +0,0 @@ ## iOS 手动安装 |
{ | ||
"name": "jpush-phonegap-plugin", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"description": "JPush for cordova plugin", | ||
@@ -29,2 +29,5 @@ "cordova": { | ||
], | ||
"peerDependencies": { | ||
"cordova-plugin-device": ">=1.0.0" | ||
}, | ||
"author": "jpush", | ||
@@ -31,0 +34,0 @@ "license": "Apache 2.0 License", |
@@ -36,5 +36,9 @@ # JPush PhoneGap / Cordova Plugin | ||
### 安装插件(Android & iOS) | ||
### 集成步骤(Android & iOS) | ||
#### 1.安装 JPush PhoneGap Plugin | ||
#### 1.首先安装 cordova device 插件 | ||
cordova plugin add cordova-plugin-device | ||
#### 2.安装 JPush PhoneGap Plugin | ||
安装 JPush PhoneGap Plugin 有两种方法: | ||
@@ -63,8 +67,2 @@ | ||
#### 2.安装 cordova device 插件 | ||
cordova plugin add cordova-plugin-device | ||
#### 3.在 js 中调用函数,初始化 JPush | ||
@@ -76,3 +74,2 @@ | ||
## Demo | ||
@@ -79,0 +76,0 @@ 插件中包含示例 Demo。若想参考,可以在 $JPUSH_PLUGIN_DIR/example 文件夹内找到并拷贝以下文件: |
@@ -8,3 +8,3 @@ #!/usr/bin/env node | ||
projectRoot = context.opts.projectRoot, | ||
ConfigParser = context.requireCordovaModule('cordova-lib/src/configparser/ConfigParser'), | ||
ConfigParser = context.requireCordovaModule('cordova-common/src/configparser/ConfigParser'), | ||
config = new ConfigParser(path.join(context.opts.projectRoot, "config.xml")), | ||
@@ -11,0 +11,0 @@ packageName = config.android_packageName() || config.packageName(); |
@@ -0,0 +0,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
13911953
1
135