Remove wp8 and comment out windows platform

This commit is contained in:
Sebastián Katzer
2017-01-17 14:05:49 +01:00
parent b76f70a9e6
commit 82cfbabbab
2 changed files with 2 additions and 201 deletions

View File

@@ -84,7 +84,7 @@
target-dir="src/de/appplant/cordova/plugin/background" />
</platform>
<!-- windows -->
<!-- windows
<platform name="windows">
<config-file target="config.xml" parent="/*">
<feature name="BackgroundMode" >
@@ -95,6 +95,6 @@
<js-module src="src/windows/backgroundmodeProxy.js" name="backgroundmodeProxy">
<merges target="" />
</js-module>
</platform>
</platform> -->
</plugin>