mirror of
https://github.com/cupcakearmy/fight-of-the-mobiles.git
synced 2024-11-05 06:54:24 +01:00
Cordova
This commit is contained in:
parent
add41af2ea
commit
6088cba02a
@ -32,4 +32,5 @@
|
|||||||
<plugin name="phonegap-plugin-local-notification" spec="^1.0.1" />
|
<plugin name="phonegap-plugin-local-notification" spec="^1.0.1" />
|
||||||
<plugin name="cordova-plugin-dialogs" spec="^2.0.1" />
|
<plugin name="cordova-plugin-dialogs" spec="^2.0.1" />
|
||||||
<engine name="ios" spec="^4.5.5" />
|
<engine name="ios" spec="^4.5.5" />
|
||||||
|
<engine name="android" spec="^7.0.0" />
|
||||||
</widget>
|
</widget>
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
"ios": "npm run build:dev && cordova run ios --target=\"iPhone-8\""
|
"ios": "npm run build:dev && cordova run ios --target=\"iPhone-8\""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"cordova-android": "^7.0.0",
|
||||||
"cordova-ios": "^4.5.5",
|
"cordova-ios": "^4.5.5",
|
||||||
"cordova-plugin-camera": "^4.0.3",
|
"cordova-plugin-camera": "^4.0.3",
|
||||||
"cordova-plugin-dialogs": "^2.0.1",
|
"cordova-plugin-dialogs": "^2.0.1",
|
||||||
@ -48,7 +49,8 @@
|
|||||||
"cordova-plugin-dialogs": {}
|
"cordova-plugin-dialogs": {}
|
||||||
},
|
},
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"ios"
|
"ios",
|
||||||
|
"android"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user