Add clipboard plugin
This commit is contained in:
parent
fe53f1b87c
commit
66482cd9e2
4 changed files with 110 additions and 1 deletions
10
mobile/cordova_plugins.js
vendored
10
mobile/cordova_plugins.js
vendored
|
|
@ -20,6 +20,13 @@ module.exports = [
|
|||
"clobbers": [
|
||||
"navigator.splashscreen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "plugins/com.verso.cordova.clipboard/www/clipboard.js",
|
||||
"id": "com.verso.cordova.clipboard.Clipboard",
|
||||
"clobbers": [
|
||||
"cordova.plugins.clipboard"
|
||||
]
|
||||
}
|
||||
];
|
||||
module.exports.metadata =
|
||||
|
|
@ -27,7 +34,8 @@ module.exports.metadata =
|
|||
{
|
||||
"de.appplant.cordova.plugin.email-composer": "0.8.2dev",
|
||||
"com.phonegap.plugins.barcodescanner": "1.0.1",
|
||||
"org.apache.cordova.splashscreen": "0.3.0"
|
||||
"org.apache.cordova.splashscreen": "0.3.0",
|
||||
"com.verso.cordova.clipboard": "0.1.0"
|
||||
}
|
||||
// BOTTOM OF METADATA
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue