-
- Downloads
feat: add iOS
... | ... | @@ -42,6 +42,7 @@ |
"copy-webpack-plugin": "^4.0.1", | ||
"cordova-android": "^12.0.0", | ||
"cordova-browser": "^6.0.0", | ||
"cordova-ios": "^7.0.1", | ||
"cordova-plugin-camera": "^6.0.0", | ||
"cordova-plugin-geolocation": "^4.1.0", | ||
"cordova-plugin-inappbrowser": "^5.0.0", | ||
... | ... | @@ -80,7 +81,8 @@ |
"cordova": { | ||
"platforms": [ | ||
"browser", | ||
"android" | ||
"android", | ||
"ios" | ||
], | ||
"plugins": { | ||
"cordova-plugin-geolocation": {}, | ||
... | ... |
Please register or sign in to comment