I hate plugman

This commit is contained in:
Sebastián Katzer 2013-10-08 16:10:03 +02:00
parent b2ebe385d8
commit ce2b455168

View File

@ -16,19 +16,6 @@
<engine name="cordova" version=">=3.0.0" />
</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 -->
<platform name="ios">
<config-file target="config.xml" parent="/*">
@ -51,6 +38,11 @@
<string>Is required -for iOS 6 and above- to run the app in background!</string>
</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
</info>
<header-file src="src/ios/APPBackgroundMode.h" />
<source-file src="src/ios/APPBackgroundMode.m" />
</platform>