New fix IOS
This commit is contained in:
+3
-1
@@ -9,7 +9,8 @@
|
||||
"build": "ng build",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e"
|
||||
"e2e": "ng e2e",
|
||||
"resources": "capacitor-resources -p android,ios"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
@@ -19,6 +20,7 @@
|
||||
"@angular/platform-browser": "~10.0.0",
|
||||
"@angular/platform-browser-dynamic": "~10.0.0",
|
||||
"@angular/router": "~10.0.0",
|
||||
"@capacitor/android": "^2.4.0",
|
||||
"@capacitor/core": "2.4.0",
|
||||
"@capacitor/ios": "^2.4.0",
|
||||
"@ionic-native/core": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user