mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-22 07:14:54 +00:00
Hhm
This commit is contained in:
parent
7d864196af
commit
b2ebe385d8
26
plugin.xml
26
plugin.xml
@ -16,6 +16,19 @@
|
|||||||
<engine name="cordova" version=">=3.0.0" />
|
<engine name="cordova" version=">=3.0.0" />
|
||||||
</engines>
|
</engines>
|
||||||
|
|
||||||
|
<info>
|
||||||
|
If the app crashes after installing the plugin, make sure that your *-Info.plist is valid.
|
||||||
|
Do to some bugs in cordova or Plugman please reset all occurences like
|
||||||
|
|
||||||
|
<string>
|
||||||
|
|
||||||
|
</string>
|
||||||
|
|
||||||
|
into
|
||||||
|
|
||||||
|
<string></string>
|
||||||
|
</info>
|
||||||
|
|
||||||
<!-- ios -->
|
<!-- ios -->
|
||||||
<platform name="ios">
|
<platform name="ios">
|
||||||
<config-file target="config.xml" parent="/*">
|
<config-file target="config.xml" parent="/*">
|
||||||
@ -38,19 +51,6 @@
|
|||||||
<string>Is required -for iOS 6 and above- to run the app in background!</string>
|
<string>Is required -for iOS 6 and above- to run the app in background!</string>
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
<info>
|
|
||||||
If the app crashes after installing the plugin, make sure that your *-Info.plist is valid.
|
|
||||||
Do to some bugs in cordova or Plugman please reset all occurences like
|
|
||||||
|
|
||||||
<string>
|
|
||||||
|
|
||||||
</string>
|
|
||||||
|
|
||||||
into
|
|
||||||
|
|
||||||
<string></string>
|
|
||||||
</info>
|
|
||||||
|
|
||||||
<header-file src="src/ios/APPBackgroundMode.h" />
|
<header-file src="src/ios/APPBackgroundMode.h" />
|
||||||
<source-file src="src/ios/APPBackgroundMode.m" />
|
<source-file src="src/ios/APPBackgroundMode.m" />
|
||||||
</platform>
|
</platform>
|
||||||
|
Loading…
Reference in New Issue
Block a user