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