|
|
@ -3,33 +3,30 @@ module.exports = [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"file": "plugins/cordova-plugin-whitelist/whitelist.js", |
|
|
|
"file": "plugins/cordova-plugin-whitelist/whitelist.js", |
|
|
|
"id": "cordova-plugin-whitelist.whitelist", |
|
|
|
"id": "cordova-plugin-whitelist.whitelist", |
|
|
|
"pluginId": "cordova-plugin-whitelist", |
|
|
|
|
|
|
|
"runs": true |
|
|
|
"runs": true |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
|
|
|
|
"file": "plugins/cordova-plugin-device/www/device.js", |
|
|
|
|
|
|
|
"id": "cordova-plugin-device.device", |
|
|
|
|
|
|
|
"pluginId": "cordova-plugin-device", |
|
|
|
|
|
|
|
"clobbers": [ |
|
|
|
|
|
|
|
"device" |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
"file": "plugins/de.appplant.cordova.plugin.background-mode/www/background-mode.js", |
|
|
|
"file": "plugins/de.appplant.cordova.plugin.background-mode/www/background-mode.js", |
|
|
|
"id": "de.appplant.cordova.plugin.background-mode.BackgroundMode", |
|
|
|
"id": "de.appplant.cordova.plugin.background-mode.BackgroundMode", |
|
|
|
"pluginId": "de.appplant.cordova.plugin.background-mode", |
|
|
|
|
|
|
|
"clobbers": [ |
|
|
|
"clobbers": [ |
|
|
|
"cordova.plugins.backgroundMode", |
|
|
|
"cordova.plugins.backgroundMode", |
|
|
|
"plugin.backgroundMode" |
|
|
|
"plugin.backgroundMode" |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"file": "plugins/cordova-plugin-device/www/device.js", |
|
|
|
|
|
|
|
"id": "cordova-plugin-device.device", |
|
|
|
|
|
|
|
"clobbers": [ |
|
|
|
|
|
|
|
"device" |
|
|
|
|
|
|
|
] |
|
|
|
} |
|
|
|
} |
|
|
|
]; |
|
|
|
]; |
|
|
|
module.exports.metadata =
|
|
|
|
module.exports.metadata =
|
|
|
|
// TOP OF METADATA
|
|
|
|
// TOP OF METADATA
|
|
|
|
{ |
|
|
|
{ |
|
|
|
"cordova-plugin-whitelist": "1.0.0", |
|
|
|
"cordova-plugin-whitelist": "1.0.0", |
|
|
|
"cordova-plugin-device": "1.1.0", |
|
|
|
"de.appplant.cordova.plugin.background-mode": "0.6.4", |
|
|
|
"de.appplant.cordova.plugin.background-mode": "0.6.4" |
|
|
|
"cordova-plugin-device": "1.1.0" |
|
|
|
} |
|
|
|
} |
|
|
|
// BOTTOM OF METADATA
|
|
|
|
// BOTTOM OF METADATA
|
|
|
|
}); |
|
|
|
}); |