MOBILE-2261 core: Install cordova plugins
parent
c880fe6b91
commit
100996870f
36
config.xml
36
config.xml
|
@ -86,4 +86,40 @@
|
||||||
</platform>
|
</platform>
|
||||||
<engine name="android" spec="~6.1.2" />
|
<engine name="android" spec="~6.1.2" />
|
||||||
<engine name="ios" spec="~4.3.1" />
|
<engine name="ios" spec="~4.3.1" />
|
||||||
|
<plugin name="cordova-plugin-device" spec="~1.1.6" />
|
||||||
|
<plugin name="cordova-plugin-globalization" spec="~1.0.7" />
|
||||||
|
<plugin name="cordova-plugin-file" spec="~4.3.3" />
|
||||||
|
<plugin name="cordova-plugin-file-transfer" spec="~1.6.3" />
|
||||||
|
<plugin name="cordova-plugin-inappbrowser" spec="~1.7.1" />
|
||||||
|
<plugin name="cordova-plugin-network-information" spec="~1.3.3" />
|
||||||
|
<plugin name="cordova-plugin-camera" spec="~2.4.1">
|
||||||
|
<variable name="CAMERA_USAGE_DESCRIPTION" value="We'd like to access your camera to let you take a photo" />
|
||||||
|
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="We'd like like to open your photo library to let you pick a photo" />
|
||||||
|
</plugin>
|
||||||
|
<plugin name="cordova-plugin-media-capture" spec="~1.4.3">
|
||||||
|
<variable name="CAMERA_USAGE_DESCRIPTION" value="We'd like to access your camera to let you take a photo" />
|
||||||
|
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="We'd like like to open your photo library to let you pick a photo" />
|
||||||
|
<variable name="MICROPHONE_USAGE_DESCRIPTION" value="We'd like to access your microphone to let you record an audio" />
|
||||||
|
</plugin>
|
||||||
|
<plugin name="cordova-plugin-splashscreen" spec="~4.0.3" />
|
||||||
|
<plugin name="cordova-plugin-statusbar" spec="~2.2.3" />
|
||||||
|
<plugin name="cordova-plugin-whitelist" spec="~1.3.2" />
|
||||||
|
<plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
|
||||||
|
<plugin name="cordova-plugin-local-notifications-mm" spec="~1.0.6" />
|
||||||
|
<plugin name="cordova-plugin-zip" spec="~3.1.0" />
|
||||||
|
<plugin name="cordova-plugin-customurlscheme" spec="~4.3.0">
|
||||||
|
<variable name="URL_SCHEME" value="moodlemobile" />
|
||||||
|
<variable name="ANDROID_SCHEME" value=" " />
|
||||||
|
<variable name="ANDROID_HOST" value=" " />
|
||||||
|
<variable name="ANDROID_PATHPREFIX" value="/" />
|
||||||
|
</plugin>
|
||||||
|
<plugin name="phonegap-plugin-push" spec="~1.10.5">
|
||||||
|
<variable name="SENDER_ID" value="694767596569" />
|
||||||
|
</plugin>
|
||||||
|
<plugin name="cordova-universal-clipboard" spec="~0.1.0" />
|
||||||
|
<plugin name="nl.kingsquare.cordova.background-audio" spec="~1.0.1" />
|
||||||
|
<plugin name="ch.ti8m.documenthandler" spec="https://github.com/ti8m/DocumentHandler" />
|
||||||
|
<plugin name="net.tunts.webintent" spec="https://github.com/Tunts/WebIntent" />
|
||||||
|
<plugin name="cordova-sqlite-storage" spec="~2.0.4" />
|
||||||
|
<plugin name="cordova-plugin-ionic-webview" spec="~1.1.16" />
|
||||||
</widget>
|
</widget>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "zzz",
|
"name": "moodlemobile",
|
||||||
"version": "0.0.1",
|
"version": "3.5.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular-devkit/build-optimizer": {
|
"@angular-devkit/build-optimizer": {
|
||||||
|
@ -64,6 +64,11 @@
|
||||||
"resolved": "https://registry.npmjs.org/@ionic-native/splash-screen/-/splash-screen-4.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/@ionic-native/splash-screen/-/splash-screen-4.3.0.tgz",
|
||||||
"integrity": "sha512-psShN4u3hiLkuva8GaCUqwFuVrd8nizXxM8n0eZyFdXedFHFF3CqBMPzPdH98fcoseyOD7QekOtrm0lV6QlD8w=="
|
"integrity": "sha512-psShN4u3hiLkuva8GaCUqwFuVrd8nizXxM8n0eZyFdXedFHFF3CqBMPzPdH98fcoseyOD7QekOtrm0lV6QlD8w=="
|
||||||
},
|
},
|
||||||
|
"@ionic-native/sqlite": {
|
||||||
|
"version": "4.3.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ionic-native/sqlite/-/sqlite-4.3.2.tgz",
|
||||||
|
"integrity": "sha512-qxoEqB8dyvaep1KfL0WXXiuZ0UDVbjCh1Ssv58wuJFFgnWI2Aklxjdi+pljDRCJN/Y5BW1Oxgi/yw9Ny9rqrCw=="
|
||||||
|
},
|
||||||
"@ionic-native/status-bar": {
|
"@ionic-native/status-bar": {
|
||||||
"version": "4.3.0",
|
"version": "4.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/@ionic-native/status-bar/-/status-bar-4.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/@ionic-native/status-bar/-/status-bar-4.3.0.tgz",
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
"build": "ionic-app-scripts build",
|
"build": "ionic-app-scripts build",
|
||||||
"lint": "ionic-app-scripts lint",
|
"lint": "ionic-app-scripts lint",
|
||||||
"ionic:build": "ionic-app-scripts build",
|
"ionic:build": "ionic-app-scripts build",
|
||||||
"ionic:serve": "ionic-app-scripts serve",
|
"ionic:serve": "ionic-app-scripts serve"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/common": "4.4.3",
|
"@angular/common": "4.4.3",
|
||||||
|
@ -35,6 +35,7 @@
|
||||||
"@angular/platform-browser-dynamic": "4.4.3",
|
"@angular/platform-browser-dynamic": "4.4.3",
|
||||||
"@ionic-native/core": "4.3.0",
|
"@ionic-native/core": "4.3.0",
|
||||||
"@ionic-native/splash-screen": "4.3.0",
|
"@ionic-native/splash-screen": "4.3.0",
|
||||||
|
"@ionic-native/sqlite": "^4.3.2",
|
||||||
"@ionic-native/status-bar": "4.3.0",
|
"@ionic-native/status-bar": "4.3.0",
|
||||||
"@ionic/storage": "2.0.1",
|
"@ionic/storage": "2.0.1",
|
||||||
"ionic-angular": "3.7.1",
|
"ionic-angular": "3.7.1",
|
||||||
|
|
Loading…
Reference in New Issue