feat(windows)!: Drop Windows support (#346)

This commit is contained in:
Norman Breau
2023-07-11 21:19:28 -03:00
committed by GitHub
parent 7ba6fa3755
commit 04b6e4c407
4 changed files with 0 additions and 619 deletions
-7
View File
@@ -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">