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