mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-03-17 06:21:05 +08:00
Merge remote-tracking branch 'refs/remotes/origin/dev'
This commit is contained in:
commit
be6dbf4fe6
@ -5,7 +5,7 @@ module.exports = function (context) {
|
|||||||
fs = context.requireCordovaModule('fs'),
|
fs = context.requireCordovaModule('fs'),
|
||||||
shell = context.requireCordovaModule('shelljs'),
|
shell = context.requireCordovaModule('shelljs'),
|
||||||
projectRoot = context.opts.projectRoot,
|
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")),
|
config = new ConfigParser(path.join(context.opts.projectRoot, "config.xml")),
|
||||||
packageName = config.android_packageName() || config.packageName();
|
packageName = config.android_packageName() || config.packageName();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user