marcucio / Cordova-WP-SqlitePlugin

14 stars 20 forks source link

Cordova 3.0 support #14

Open huserben opened 10 years ago

huserben commented 10 years ago

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

biodiv commented 10 years ago

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 commented 10 years ago

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