fix
This commit is contained in:
@@ -29,3 +29,13 @@ ionic generate component component/ItemCardTiles
|
||||
ionic generate component component/PracticeHeader
|
||||
ionic generate component component/FooterMenu
|
||||
|
||||
|
||||
|
||||
|
||||
$ ionic capacitor add ios
|
||||
|
||||
|
||||
after big changes
|
||||
|
||||
ionic capacitor copy ios
|
||||
ionic capacitor update
|
||||
@@ -30,3 +30,4 @@ npm-debug.log*
|
||||
/platforms
|
||||
/plugins
|
||||
/www
|
||||
/ios
|
||||
@@ -0,0 +1,10 @@
|
||||
import { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'com.automedsys.providers',
|
||||
appName: 'autoMedSys Practice Manager',
|
||||
webDir: 'www',
|
||||
bundledWebRuntime: false
|
||||
};
|
||||
|
||||
export default config;
|
||||
+3
-1
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"name": "autoMedSysRx",
|
||||
"integrations": {},
|
||||
"integrations": {
|
||||
"capacitor": {}
|
||||
},
|
||||
"type": "angular"
|
||||
}
|
||||
|
||||
Generated
+773
File diff suppressed because it is too large
Load Diff
@@ -19,6 +19,12 @@
|
||||
"@angular/platform-browser": "^14.0.0",
|
||||
"@angular/platform-browser-dynamic": "^14.0.0",
|
||||
"@angular/router": "^14.0.0",
|
||||
"@capacitor/app": "4.0.1",
|
||||
"@capacitor/core": "4.3.0",
|
||||
"@capacitor/haptics": "4.0.1",
|
||||
"@capacitor/ios": "4.3.0",
|
||||
"@capacitor/keyboard": "4.0.1",
|
||||
"@capacitor/status-bar": "4.0.1",
|
||||
"@ionic/angular": "^6.1.9",
|
||||
"ionicons": "^6.0.3",
|
||||
"rxjs": "~6.6.0",
|
||||
@@ -35,6 +41,7 @@
|
||||
"@angular/compiler": "^14.0.0",
|
||||
"@angular/compiler-cli": "^14.0.0",
|
||||
"@angular/language-service": "^14.0.0",
|
||||
"@capacitor/cli": "4.3.0",
|
||||
"@ionic/angular-toolkit": "^6.0.0",
|
||||
"@types/jasmine": "~3.6.0",
|
||||
"@types/jasminewd2": "~2.0.3",
|
||||
|
||||
Reference in New Issue
Block a user