[CB-3728] first pass wp7 support

This commit is contained in:
Benn Mapes
2013-06-14 15:41:11 -07:00
parent 62e365cbc1
commit 26b4948cd3
2 changed files with 539 additions and 2 deletions
+13 -2
View File
@@ -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>