mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-10 00:00:03 +08:00
add ubuntu platform
This commit is contained in:
@@ -35,6 +35,12 @@
|
||||
<source-file src="src/android/FileUploadResult.java" target-dir="src/org/apache/cordova/filetransfer" />
|
||||
</platform>
|
||||
|
||||
<!-- ubuntu -->
|
||||
<platform name="ubuntu">
|
||||
<header-file src="src/ubuntu/file-transfer.h" />
|
||||
<source-file src="src/ubuntu/file-transfer.cpp" />
|
||||
</platform>
|
||||
|
||||
<platform name="blackberry10">
|
||||
<config-file target="www/config.xml" parent="/widget">
|
||||
<feature name="FileTransfer" value="FileTransfer"></feature>
|
||||
|
||||
Reference in New Issue
Block a user