Skip to content

Commit 04ce789

Browse files
authored
chore: update install engines (apache#685)
1 parent 2706f34 commit 04ce789

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
"cordova": ">=3.1.0"
4444
},
4545
"4.0.0": {
46+
"cordova": ">=3.1.0",
47+
"cordova-ios": ">=4.0.0"
48+
},
49+
"5.0.0": {
4650
"cordova": ">100"
4751
}
4852
}

plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
<engines>
3333
<engine name="cordova" version=">=3.1.0" /><!-- Needs cordova/urlutil -->
34+
<engine name="cordova-ios" version=">=4.0.0" />
3435
</engines>
3536

3637
<!-- android -->

0 commit comments

Comments
 (0)