Skip to content

Commit a60f631

Browse files
committed
fix(ios): set engines
1 parent 1a4cdc5 commit a60f631

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
"engines": {
3131
"cordovaDependencies": {
3232
"3.0.0": {
33+
"cordova-ios": ">=4.0.0"
34+
},
35+
"4.0.0": {
3336
"cordova": ">100"
3437
}
3538
}

plugin.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<repo>https://github.com/apache/cordova-plugin-dialogs</repo>
3030
<issue>https://github.com/apache/cordova-plugin-dialogs/issues</issue>
3131

32+
<engines>
33+
<engine name="cordova-ios" version=">=4.0.0" />
34+
</engines>
35+
3236
<js-module src="www/notification.js" name="notification">
3337
<merges target="navigator.notification" />
3438
</js-module>

0 commit comments

Comments
 (0)