non working experimental status
This commit is contained in:
@@ -3,33 +3,30 @@ module.exports = [
|
||||
{
|
||||
"file": "plugins/cordova-plugin-whitelist/whitelist.js",
|
||||
"id": "cordova-plugin-whitelist.whitelist",
|
||||
"pluginId": "cordova-plugin-whitelist",
|
||||
"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",
|
||||
"id": "de.appplant.cordova.plugin.background-mode.BackgroundMode",
|
||||
"pluginId": "de.appplant.cordova.plugin.background-mode",
|
||||
"clobbers": [
|
||||
"cordova.plugins.backgroundMode",
|
||||
"plugin.backgroundMode"
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "plugins/cordova-plugin-device/www/device.js",
|
||||
"id": "cordova-plugin-device.device",
|
||||
"clobbers": [
|
||||
"device"
|
||||
]
|
||||
}
|
||||
];
|
||||
module.exports.metadata =
|
||||
// TOP OF METADATA
|
||||
{
|
||||
"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
|
||||
});
|
Reference in New Issue
Block a user