Added Windows 10 support

This commit is contained in:
Mike Dailor
2015-11-25 11:24:11 -05:00
parent 2538983691
commit ffdd29d55a
4 changed files with 112 additions and 6 deletions

View File

@@ -108,4 +108,19 @@
<source-file src="src/wp8/BackgroundMode.cs" />
</platform>
<!-- windows -->
<platform name="windows">
<config-file target="config.xml" parent="/*">
<feature name="BackgroundMode" >
<param name="windows-package" value="BackgroundMode"/>
</feature>
</config-file>
<js-module src="src/windows/backgroundmodeProxy.js" name="backgroundmodeProxy">
<merges target="" />
</js-module>
</platform>
</plugin>