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

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

Open
gwhenne opened this issue Apr 14, 2021 · 5 comments
Open

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

gwhenne opened this issue Apr 14, 2021 · 5 comments
Assignees

Comments

@gwhenne
Copy link

gwhenne commented Apr 14, 2021

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 brodybits self-assigned this Apr 28, 2021
@brodybits
Copy link
Contributor

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
Copy link
Contributor

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

@brodybits brodybits reopened this Apr 28, 2021
@brodybits brodybits transferred this issue from storesafe/cordova-sqlite-evcore-extbuild-free Apr 28, 2021
@brodybits
Copy link
Contributor

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

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

@brodybits
Copy link
Contributor

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
Copy link
Author

gwhenne commented Jun 19, 2021

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

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

No branches or pull requests

2 participants