Merge pull request #126 from mdailor/add-windows-10

Added Windows 10 support
This commit is contained in:
Sebastián Katzer
2016-09-23 15:19:45 +02:00
committed by GitHub
4 changed files with 112 additions and 6 deletions

View File

@@ -110,4 +110,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>