Skip to content
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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Cordova 3.0 support #14

wants to merge 12 commits into from

Conversation

huserben
Copy link

@huserben huserben commented Oct 7, 2013

Implemented support for Cordova 3.0 and higher versions.
Plugin can now be added to a cordova project via CLI

@biodiv
Copy link

biodiv commented Oct 11, 2013

this pull request is not working smoothly yet, while it is indeed a big step forward:

The type or namespace name 'Sqlite3' could not be found (are you missing a using directive or an assembly reference?)

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?

@huserben
Copy link
Author

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants