Skip to content

Commit

Permalink
feat(windows)!: Drop Windows support (apache#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek authored and dpalou committed Jan 30, 2024
1 parent d42c5b9 commit 20c8b8a
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 @@ -26,7 +25,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 20c8b8a

Please sign in to comment.