storesafe / cordova-sqlite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API
Other
2.14k stars 713 forks source link

Windows: Why is it locked to SDK version 10.0.15063.0? #972

Open gwhenne opened 3 years ago

gwhenne commented 3 years ago

SQLite3.UWP.vcxproj has these lines:

    <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
    <WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>

15063 is no longer supported. Could a current version be specified, like 17763?

Do you actually need to specify a version, or would anything above 10240 be OK?

Background: I'm working on adding Windows support to VoltBuilder, a replacement for PhoneGap. Most everything is working, but our users need this plugin. (It's a great plugin, I've been using it myself for years!)

brodybits commented 3 years ago

I would like to fix this in cordova-sqlite-storage first, contribution to that plugin version would be welcome. (I generally do not accept contributions to this plugin version due to potential commercial licensing issues.)

brodybits commented 3 years ago

My apologies for closing, reopening now. I will likely transfer this issue to cordova-sqlite-storage.

brodybits commented 3 years ago

Transferred from https://github.com/storesafe/cordova-sqlite-evcore-extbuild-free/issues/57 to https://github.com/storesafe/cordova-sqlite-storage/issues/972 (on cordova-sqlite-storage).

Contribution of solution to cordova-sqlite-storage would be welcome.

brodybits commented 2 years ago

Now resolved in storesafe/cordova-sqlite-evcore-extbuild-free & storesafe/cordova-plugin-sqlite-evplus-ext-common-free, available under GPL v3 and commercial licensing options. Contact for commercial license: sales@storesafe.io

gwhenne commented 2 years ago

npm is still referencing 0.14.0. Can you update that to point to the version with this fix?