This repository has been archived by the owner on Mar 2, 2021. It is now read-only.
forked from holloway/mahara-mobile
-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.xml
67 lines (64 loc) · 4.59 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.mahara.mobile" ios-CFBundleIdentifier="mahara.mobile" version="1.4.1" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>Mahara Mobile</name>
<description>
Mobile app for Mahara, the open source ePortfolio platform.
Mahara Mobile allows you to connect your mobile device to your Mahara site.
You can create and collect your content on your mobile device - even when you are offline - and use the app to upload it to your Mahara site.
In order to push content to Mahara from Mahara Mobile, you require an account on a Mahara site that allows mobile uploads.
Typically, the institution that you are affiliated with will make a Mahara instance available to you to use if you are working with portfolios.
Mahara Mobile is an open source project. To contribute or report bugs, see https://github.com/MaharaProject/mahara-mobile
</description>
<author email="[email protected]" href="http://mahara.org/">
Catalyst IT
</author>
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<feature name="Camera">
<param name="android-package" value="org.apache.cordova.CameraLauncher" />
</feature>
<content src="index.html" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarBackgroundColor" value="#000000" />
<preference name="StatusBarStyle" value="lightcontent" />
<icon density="ldpi" platform="android" src="res/icon/android/mipmap-ldpi/ic_launcher.png" />
<icon density="mdpi" platform="android" src="res/icon/android/mipmap-mdpi/ic_launcher.png" />
<icon density="hdpi" platform="android" src="res/icon/android/mipmap-hdpi/ic_launcher.png" />
<icon density="xhdpi" platform="android" src="res/icon/android/mipmap-xhdpi/ic_launcher.png" />
<icon density="xxhdpi" platform="android" src="res/icon/android/mipmap-xxhdpi/ic_launcher.png" />
<icon density="xxxhdpi" platform="android" src="res/icon/android/mipmap-xxxhdpi/ic_launcher.png" />
<icon height="20" platform="ios" src="res/icon/ios/AppIcon.appiconset/[email protected]" width="20" />
<icon height="29" platform="ios" src="res/icon/ios/AppIcon.appiconset/[email protected]" width="29" />
<icon height="40" platform="ios" src="res/icon/ios/AppIcon.appiconset/[email protected]" width="40" />
<icon height="57" platform="ios" src="res/icon/ios/AppIcon.appiconset/[email protected]" width="57" />
<icon height="58" platform="ios" src="res/icon/ios/AppIcon.appiconset/[email protected]" width="58" />
<icon height="60" platform="ios" src="res/icon/ios/AppIcon.appiconset/[email protected]" width="60" />
<icon height="76" platform="ios" src="res/icon/ios/AppIcon.appiconset/[email protected]" width="76" />
<icon height="80" platform="ios" src="res/icon/ios/AppIcon.appiconset/[email protected]" width="80" />
<icon height="87" platform="ios" src="res/icon/ios/AppIcon.appiconset/[email protected]" width="87" />
<icon height="120" platform="ios" src="res/icon/ios/AppIcon.appiconset/[email protected]" width="120" />
<icon height="152" platform="ios" src="res/icon/ios/AppIcon.appiconset/[email protected]" width="152" />
<icon height="167" platform="ios" src="res/icon/ios/AppIcon.appiconset/[email protected]" width="167" />
<icon height="180" platform="ios" src="res/icon/ios/AppIcon.appiconset/[email protected]" width="180" />
<icon height="228" platform="ios" src="res/icon/ios/AppIcon.appiconset/[email protected]" width="228" />
<edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryUsageDescription">
<string>Used to upload photos to a Mahara site</string>
</edit-config>
<plugin name="cordova-plugin-camera" spec="~4.0.3" />
<plugin name="cordova-plugin-device" spec="~2.0.2" />
<plugin name="cordova-plugin-file" spec="6.0.1" />
<plugin name="cordova-plugin-globalization" spec="^1.11.0" />
<plugin name="cordova-plugin-inappbrowser" spec="3.0.0" />
<plugin name="cordova-plugin-media" spec="~5.0.2" />
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<engine name="browser" spec="^6.0.0" />
<engine name="ios" spec="^5.0.0" />
<engine name="android" spec="^8.0.0" />
<plugin name="cordova-plugin-media-capture" spec="^3.0.2" />
</widget>