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 a60f631 commit 2a063d7Copy full SHA for 2a063d7
package.json
@@ -30,7 +30,7 @@
30
"engines": {
31
"cordovaDependencies": {
32
"3.0.0": {
33
- "cordova-ios": ">=4.0.0"
+ "cordova-ios": ">=4.4.0"
34
},
35
"4.0.0": {
36
"cordova": ">100"
plugin.xml
<issue>https://github.com/apache/cordova-plugin-dialogs/issues</issue>
<engines>
- <engine name="cordova-ios" version=">=4.0.0" />
+ <engine name="cordova-ios" version=">=4.4.0" />
</engines>
<js-module src="www/notification.js" name="notification">
0 commit comments