Update specs

This commit is contained in:
Sebastián Katzer 2017-01-26 14:54:13 +01:00
parent 5bc07f17fb
commit c005ed9d06
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "cordova-plugin-background-mode", "name": "cordova-plugin-background-mode",
"version": "0.6.6.dev", "version": "0.7.0.dev",
"description": "Prevent app from going to sleep in background.", "description": "Prevent app from going to sleep in background.",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-background-mode" id="cordova-plugin-background-mode"
version="0.6.6-dev"> version="0.7.0-dev">
<name>BackgroundMode</name> <name>BackgroundMode</name>
@ -84,7 +84,7 @@
target-dir="src/de/appplant/cordova/plugin/background" /> target-dir="src/de/appplant/cordova/plugin/background" />
</platform> </platform>
<!-- windows (10.14393) --> <!-- windows (10.14393)
<platform name="windows"> <platform name="windows">
<config-file target="config.xml" parent="/*"> <config-file target="config.xml" parent="/*">
<feature name="BackgroundMode" > <feature name="BackgroundMode" >
@ -93,16 +93,16 @@
</config-file> </config-file>
<config-file target="package.appxmanifest" parent="/Package/Capabilities" device-target="windows"> <config-file target="package.appxmanifest" parent="/Package/Capabilities" device-target="windows">
<!-- https://issues.apache.org/jira/browse/CB-12380 --> <!-- https://issues.apache.org/jira/browse/CB-12380
<Capability Name="backgroundMediaPlayback" /> <Capability Name="backgroundMediaPlayback" />
</config-file> </config-file>
<!-- https://github.com/apache/cordova-windows/pull/213 --> <!-- https://github.com/apache/cordova-windows/pull/213
<resource-file src="appbeep.wma" target="appbeep.wma" /> <resource-file src="appbeep.wma" target="appbeep.wma" />
<js-module src="src/windows/BackgroundModeProxy.js" name="BackgroundModeProxy"> <js-module src="src/windows/BackgroundModeProxy.js" name="BackgroundModeProxy">
<merges target="" /> <merges target="" />
</js-module> </js-module>
</platform> </platform> -->
</plugin> </plugin>