Commit 1eaaacda by Sebastián Katzer

Updated dependency id and engine constraint

parent 9ac02bdc
...@@ -21,10 +21,12 @@ ...@@ -21,10 +21,12 @@
<engines> <engines>
<engine name="cordova" version=">=3.6.0" /> <engine name="cordova" version=">=3.6.0" />
<engine name="cordova-plugman" version=">=4.3.0" /> <engine name="cordova-plugman" version=">=4.3.0" />
<engine name="cordova-ios" version="<4.0.0" />
</engines> </engines>
<!-- dependencies --> <!-- dependencies -->
<dependency id="cordova-plugin-device" /> <dependency id="cordova-plugin-device" />
<dependency id="cordova-plugin-registerusernotificationsettings" />
<!-- info --> <!-- info -->
<info> <info>
...@@ -53,8 +55,6 @@ ...@@ -53,8 +55,6 @@
<!-- ios --> <!-- ios -->
<platform name="ios"> <platform name="ios">
<dependency id="de.appplant.cordova.common.registerusernotificationsettings" />
<config-file target="config.xml" parent="/*"> <config-file target="config.xml" parent="/*">
<feature name="LocalNotification"> <feature name="LocalNotification">
<param name="ios-package" value="APPLocalNotification" onload="true" /> <param name="ios-package" value="APPLocalNotification" onload="true" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment