mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
[CB-3728] first pass wp7 support
This commit is contained in:
+13
-2
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
||||
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
id="org.apache.cordova.core.FileTransfer">
|
||||
version="0.1.0">
|
||||
@@ -41,5 +41,16 @@ id="org.apache.cordova.core.FileTransfer">
|
||||
<header-file src="src/ios/CDVFileTransfer.h" />
|
||||
<source-file src="src/ios/CDVFileTransfer.m" />
|
||||
</platform>
|
||||
|
||||
|
||||
<!-- wp7 -->
|
||||
<platform name="wp7">
|
||||
<config-file target="config.xml" parent="/*">
|
||||
<feature name="FileTransfer">
|
||||
<param name="wp-package" value="FileTransfer"/>
|
||||
</feature>
|
||||
</config-file>
|
||||
|
||||
<source-file src="src/wp7/FileTransfer.cs" />
|
||||
</platform>
|
||||
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user