apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
598 stars 885 forks source link

feat(windows)!: Drop Windows support #346

Closed breautek closed 1 year ago

breautek commented 2 years ago

Platforms affected

Windows

Motivation and Context

Windows platform has been deprecated in favour for Electron. This plugin still has browser support, which electron will use as a fallback. As far as I can see in GitHub Actions, there are no tests for windows platform. This plugin is far behind as it is, so may as well reduce our burden.

Description

Removes the windows proxy sources and drop the meta information in plugin.xml / package.json

Testing

Ran npm test, but that only runs eslint.

Checklist