commit
2875f5c1d4
51
config.xml
51
config.xml
|
@ -23,7 +23,7 @@
|
|||
<preference name="webviewbounce" value="false" />
|
||||
<preference name="AppendUserAgent" value="MoodleMobile" />
|
||||
<preference name="android-minSdkVersion" value="19" />
|
||||
<preference name="android-targetSdkVersion" value="19" />
|
||||
<preference name="android-targetSdkVersion" value="26" />
|
||||
<preference name="UIWebViewBounce" value="false" />
|
||||
<preference name="DisallowOverscroll" value="true" />
|
||||
<preference name="BackupWebStorage" value="none" />
|
||||
|
@ -94,39 +94,42 @@
|
|||
<icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
|
||||
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
|
||||
</platform>
|
||||
<plugin name="cordova-plugin-file" spec="4.3.3" />
|
||||
<plugin name="cordova-plugin-file-transfer" spec="1.6.3" />
|
||||
<plugin name="cordova-plugin-camera" spec="2.4.1">
|
||||
<plugin name="cordova-plugin-file" spec="^6.0.1" />
|
||||
<plugin name="cordova-plugin-file-transfer" spec="^1.7.1" />
|
||||
<plugin name="cordova-plugin-camera" spec="^4.0.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" />
|
||||
</plugin>
|
||||
<plugin name="cordova-plugin-media-capture" spec="1.4.3">
|
||||
<plugin name="cordova-plugin-media-capture" spec="^3.0.2">
|
||||
<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-device" spec="1.1.6" />
|
||||
<plugin name="cordova-plugin-globalization" spec="1.0.7" />
|
||||
<plugin name="cordova-plugin-device" spec="^2.0.2" />
|
||||
<plugin name="cordova-plugin-globalization" spec="^1.11.0" />
|
||||
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
|
||||
<plugin name="cordova-plugin-network-information" spec="1.3.3" />
|
||||
<plugin name="cordova-plugin-statusbar" spec="2.2.3" />
|
||||
<plugin name="cordova-plugin-whitelist" spec="1.3.2" />
|
||||
<plugin name="cordova-plugin-splashscreen" spec="4.0.3" />
|
||||
<plugin name="cordova-clipboard" spec="1.1.0" />
|
||||
<plugin name="nl.kingsquare.cordova.background-audio" spec="1.0.1" />
|
||||
<plugin name="phonegap-plugin-push" spec="1.9.2">
|
||||
<plugin name="cordova-plugin-network-information" spec="^2.0.1" />
|
||||
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
|
||||
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
|
||||
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
|
||||
<plugin name="cordova-clipboard" spec="^1.2.1" />
|
||||
<plugin name="nl.kingsquare.cordova.background-audio" spec="^1.0.1" />
|
||||
<plugin name="phonegap-plugin-push" spec="1.11.1">
|
||||
<variable name="SENDER_ID" value="694767596569" />
|
||||
</plugin>
|
||||
<plugin name="cordova-plugin-customurlscheme" spec="4.3.0">
|
||||
<plugin name="cordova-plugin-customurlscheme" spec="^4.3.0">
|
||||
<variable name="URL_SCHEME" value="moodlemobile" />
|
||||
</plugin>
|
||||
<plugin name="ionic-plugin-keyboard" spec="2.2.1" />
|
||||
<plugin name="cordova-plugin-zip" spec="3.1.0" />
|
||||
<plugin name="cordova-plugin-local-notifications-mm" />
|
||||
<plugin name="cordova-plugin-file-opener2" spec="~2.0.19" />
|
||||
<plugin name="com-darryncampbell-cordova-plugin-intent" spec="~1.0.2" />
|
||||
<plugin name="cordova-sqlite-evcore-extbuild-free" spec="~0.9.7" />
|
||||
<plugin name="cordova-plugin-badge" spec="0.8.7" />
|
||||
<engine name="android" spec="6.1.2" />
|
||||
<engine name="ios" spec="4.3.1" />
|
||||
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
|
||||
<plugin name="cordova-plugin-zip" spec="^3.1.0" />
|
||||
<plugin name="cordova-plugin-local-notifications-mm" spec="^1.0.10" />
|
||||
<plugin name="cordova-plugin-file-opener2" spec="^2.0.19" />
|
||||
<plugin name="com-darryncampbell-cordova-plugin-intent" spec="^1.1.0" />
|
||||
<plugin name="cordova-sqlite-evcore-extbuild-free" spec="^0.9.7" />
|
||||
<plugin name="cordova-plugin-badge" spec="^0.8.7" />
|
||||
<plugin name="cordova-android-support-gradle-release" spec="^1.4.4">
|
||||
<variable name="ANDROID_SUPPORT_VERSION" value="27.1.0" />
|
||||
</plugin>
|
||||
<engine name="android" spec="7.0.0" />
|
||||
<engine name="ios" spec="4.5.4" />
|
||||
</widget>
|
||||
|
|
|
@ -76,6 +76,8 @@
|
|||
"@types/node": "^8.0.47",
|
||||
"@types/promise.prototype.finally": "^2.0.2",
|
||||
"chart.js": "^2.7.2",
|
||||
"cordova-android": "7.0.0",
|
||||
"cordova-ios": "4.5.4",
|
||||
"font-awesome": "4.7.0",
|
||||
"ionic-angular": "^3.9.2",
|
||||
"ionicons": "3.0.0",
|
||||
|
@ -85,9 +87,7 @@
|
|||
"rxjs": "5.5.11",
|
||||
"sw-toolbox": "3.6.0",
|
||||
"ts-md5": "^1.2.2",
|
||||
"zone.js": "0.8.26",
|
||||
"cordova-android": "6.1.2",
|
||||
"cordova-ios": "4.3.1"
|
||||
"zone.js": "0.8.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ionic/app-scripts": "3.1.9",
|
||||
|
@ -167,4 +167,4 @@
|
|||
"confinement": "classic"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue