|
|
@@ -21,10 +21,12 @@
|
|
|
<engines>
|
|
|
<engine name="cordova" version=">=3.6.0" />
|
|
|
<engine name="cordova-plugman" version=">=4.3.0" />
|
|
|
+ <engine name="cordova-ios" version="<4.0.0" />
|
|
|
</engines>
|
|
|
|
|
|
<!-- dependencies -->
|
|
|
<dependency id="cordova-plugin-device" />
|
|
|
+ <dependency id="cordova-plugin-registerusernotificationsettings" />
|
|
|
|
|
|
<!-- info -->
|
|
|
<info>
|
|
|
@@ -53,8 +55,6 @@
|
|
|
<!-- ios -->
|
|
|
<platform name="ios">
|
|
|
|
|
|
- <dependency id="de.appplant.cordova.common.registerusernotificationsettings" />
|
|
|
-
|
|
|
<config-file target="config.xml" parent="/*">
|
|
|
<feature name="LocalNotification">
|
|
|
<param name="ios-package" value="APPLocalNotification" onload="true" />
|