We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4cdc5 commit a60f631Copy full SHA for a60f631
package.json
@@ -30,6 +30,9 @@
30
"engines": {
31
"cordovaDependencies": {
32
"3.0.0": {
33
+ "cordova-ios": ">=4.0.0"
34
+ },
35
+ "4.0.0": {
36
"cordova": ">100"
37
}
38
plugin.xml
@@ -29,6 +29,10 @@
29
<repo>https://github.com/apache/cordova-plugin-dialogs</repo>
<issue>https://github.com/apache/cordova-plugin-dialogs/issues</issue>
+ <engines>
+ <engine name="cordova-ios" version=">=4.0.0" />
+ </engines>
+
<js-module src="www/notification.js" name="notification">
<merges target="navigator.notification" />
</js-module>
0 commit comments