Эх сурвалжийг харах

Updated dependency id and engine constraint

Sebastián Katzer 10 жил өмнө
parent
commit
1eaaacda44
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      plugin.xml

+ 2 - 2
plugin.xml

@@ -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" />