-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cordova 3.0 support #14
base: master
Are you sure you want to change the base?
Conversation
plugin.xml adapted that it supports versions higher than cordova 3.0.0 Updated Readme
this pull request is not working smoothly yet, while it is indeed a big step forward:
Which is correct, as the reference is indeed missing. You have to manually add the reference as in the old plugin to make it work. Is it possible to let the CLI plugin add mechanism add the reference? |
Well I don't think it is possible to include references in a project via the plugin manager of cordova, so references to dll's that the plugin uses must always be done by hand at the moment... |
Implemented support for Cordova 3.0 and higher versions.
Plugin can now be added to a cordova project via CLI