Skip to content
Snippets Groups Projects
Commit caf7bb59 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

feat: add iOS

parent cb589333
No related branches found
No related tags found
No related merge requests found
...@@ -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": {},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment