Skip to content

Commit

Permalink
breaking(windows): Drop Windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Jul 22, 2022
1 parent e1349cd commit 8dd4e25
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 608 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"platforms": [
"android",
"ios",
"windows",
"browser"
]
},
Expand All @@ -25,7 +24,6 @@
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows",
"cordova-browser"
],
"author": "Apache Software Foundation",
Expand Down
7 changes: 0 additions & 7 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@
<framework src="AssetsLibrary.framework" />
</platform>

<!-- windows -->
<platform name="windows">
<js-module src="src/windows/FileTransferProxy.js" name="FileTransferProxy">
<runs />
</js-module>
</platform>

<!-- browser -->
<platform name="browser">
<js-module src="www/browser/FileTransfer.js" name="BrowserFileTransfer">
Expand Down

0 comments on commit 8dd4e25

Please sign in to comment.