New fix IOS

This commit is contained in:
Olu Amey
2020-09-27 13:54:48 -04:00
parent 2423f8a14c
commit 878eb22626
41 changed files with 398 additions and 13 deletions
+3 -1
View File
@@ -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",