mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-22 07:14:54 +00:00
Hot fix for wrong namespace
This commit is contained in:
parent
a3ed0f61fa
commit
817990bfa1
@ -17,7 +17,7 @@
|
|||||||
</engines>
|
</engines>
|
||||||
|
|
||||||
<js-module src="www/background-mode.js" name="BackgroundMode">
|
<js-module src="www/background-mode.js" name="BackgroundMode">
|
||||||
<clobbers target="plugin.notification.backgroundMode" />
|
<clobbers target="plugin.backgroundMode" />
|
||||||
</js-module>
|
</js-module>
|
||||||
|
|
||||||
<!-- ios -->
|
<!-- ios -->
|
||||||
@ -62,7 +62,7 @@
|
|||||||
<platform name="wp8">
|
<platform name="wp8">
|
||||||
<config-file target="config.xml" parent="/*">
|
<config-file target="config.xml" parent="/*">
|
||||||
<feature name="BackgroundMode">
|
<feature name="BackgroundMode">
|
||||||
<param name="wp-package" value="APPPlant.Cordova.Plugin.BackgroundMode"/>
|
<param name="wp-package" value="BackgroundMode"/>
|
||||||
<param name="onload" value="true" />
|
<param name="onload" value="true" />
|
||||||
</feature>
|
</feature>
|
||||||
</config-file>
|
</config-file>
|
||||||
|
Loading…
Reference in New Issue
Block a user