add two platform
Showing
config.xml
0 → 100644
This diff is collapsed.
... | @@ -24,6 +24,14 @@ | ... | @@ -24,6 +24,14 @@ |
"@ionic-native/splash-screen": "^5.0.0", | "@ionic-native/splash-screen": "^5.0.0", | ||
"@ionic-native/status-bar": "^5.0.0", | "@ionic-native/status-bar": "^5.0.0", | ||
"@ionic/angular": "^4.1.0", | "@ionic/angular": "^4.1.0", | ||
"cordova-android": "7.1.4", | |||
"cordova-ios": "4.5.5", | |||
"cordova-plugin-device": "^2.0.2", | |||
"cordova-plugin-ionic-keyboard": "^2.1.3", | |||
"cordova-plugin-ionic-webview": "^3.1.2", | |||
"cordova-plugin-splashscreen": "^5.0.2", | |||
"cordova-plugin-statusbar": "^2.4.2", | |||
"cordova-plugin-whitelist": "^1.3.3", | |||
"core-js": "^2.5.4", | "core-js": "^2.5.4", | ||
"rxjs": "~6.3.3", | "rxjs": "~6.3.3", | ||
"zone.js": "~0.8.29" | "zone.js": "~0.8.29" | ||
... | @@ -54,5 +62,21 @@ | ... | @@ -54,5 +62,21 @@ |
"tslint": "~5.12.0", | "tslint": "~5.12.0", | ||
"typescript": "~3.1.6" | "typescript": "~3.1.6" | ||
}, | }, | ||
"description": "An Ionic project" | "description": "An Ionic project", | ||
} | "cordova": { | ||
"plugins": { | |||
"cordova-plugin-whitelist": {}, | |||
"cordova-plugin-statusbar": {}, | |||
"cordova-plugin-device": {}, | |||
"cordova-plugin-splashscreen": {}, | |||
"cordova-plugin-ionic-webview": { | |||
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | |||
}, | |||
"cordova-plugin-ionic-keyboard": {} | |||
}, | |||
"platforms": [ | |||
"android", | |||
"ios" | |||
] | |||
} | |||
} | |||
\ No newline at end of file |
Please
register
or
sign in
to comment