pluginstall icon indicating copy to clipboard operation
pluginstall copied to clipboard

programmatically install apache cordova plugins

Results 5 pluginstall issues
Sort by recently updated
recently updated
newest added

pluginstall was failing for me with cordova 2.1.0. This fixed it (apparently plist lib chokes on binary files.)

What does this mean? - added dependencies to [node-native-zip](https://github.com/janjongboom/node-native-zip) and [adm-zip](https://github.com/cthackers/adm-zip). One for creating archives, and one for extracting. Hurray! - due to the spec, `target-dir` attributes on source files...

example of a plugin with a LibraryProject: https://github.com/phonegap/phonegap-plugins/tree/master/Android/BarcodeScanner spec: ``` xml ``` expected result from pluginstall on above spec: 1. copies src/android/LibraryProject to project_dir/LibraryProject 2. adds the following line to...

By a human. Write now it ouputs without newlines or indentation, would be nice if xml was formatted, since someone might manually edit the file after running pluginstall.

> if you are not @alunny you can ignore this node-plist has some oddities in handling plists. It also doesn't write plists out correctly (currently using a patched version that...