robertklein / cordova-ios-security

MIT License
17 stars 20 forks source link

How to install the plugin for Phonegap build? #2

Open wsenjer opened 9 years ago

wsenjer commented 9 years ago

Hello Thank you for sharing the plugin. I'm building my app using Phonegap Build, How can I add this plugin within config.xml

Best,

echocreative commented 8 years ago

I have the same problem

Please somebody knows how to add plugin in config.xml ?

Thanks

ttcremers commented 8 years ago

Like you always do, append the --save argument:

cordova platform add https://github.com/robertklein/cordova-ios-security.git --save

It really doesn't matter if you're using cordova or phonegap

AndresPF commented 8 years ago

For Phonegap Build users: With the new updates you can add the plugin with github

<plugin spec="https://github.com/robertklein/cordova-ios-security.git" />