summaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-06-11 16:09:10 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 20:02:42 +0200
commit1b6e95c438263aa7fb24f95cfa72a5f9e7b4384a (patch)
tree1459ecd00f45a13b5a6df658f346a832343c93c5 /config.xml
parent74c5e46910fa66da0e8f11ed9ec1f8e0df3b63d7 (diff)
downloadwvs-vplan-1b6e95c438263aa7fb24f95cfa72a5f9e7b4384a.tar.gz
wvs-vplan-1b6e95c438263aa7fb24f95cfa72a5f9e7b4384a.zip
verschiebe Dateien
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml60
1 files changed, 60 insertions, 0 deletions
diff --git a/config.xml b/config.xml
new file mode 100644
index 0000000..a3e561e
--- /dev/null
+++ b/config.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- config.xml reference: https://cordova.apache.org/docs/en/3.4.0/config_ref_index.md.html -->
+<widget xmlns = "http://www.w3.org/ns/widgets"
+ xmlns:gap = "http://phonegap.com/ns/1.0"
+ id = "***REMOVED***"
+ version = "0.9.5">
+
+ <name>WvS-VPlan</name>
+
+ <description>
+ WvS-VPlan lädt den Vertretungsplan des Werner-von-Siemens-Gymnasiums vollautomatisch herunter, zeigt ihn dir an und benachrichtigt dich bei wichtigen Vertretungen.
+ </description>
+
+ <author href="http://***REMOVED***">
+ </author>
+
+ <property name="aapt.ignore.assets" value="&lt;dir&gt;res:!.git" />
+
+ <feature name="http://api.phonegap.com/1.0/device" />
+ <feature name="http://api.phonegap.com/1.0/file" />
+
+ <preference name="orientation" value="default" />
+ <preference name="target-device" value="universal" />
+ <preference name="fullscreen" value="false" />
+ <preference name="webviewbounce" value="true" />
+ <preference name="prerendered-icon" value="true" />
+ <preference name="stay-in-webview" value="false" />
+ <preference name="ios-statusbarstyle" value="black-opaque" />
+ <preference name="detect-data-types" value="true" />
+ <preference name="exit-on-suspend" value="false" />
+ <preference name="show-splash-screen-spinner" value="true" />
+ <preference name="auto-hide-splash-screen" value="true" />
+ <preference name="disable-cursor" value="false" />
+ <preference name="android-minSdkVersion" value="7" />
+ <preference name="android-installLocation" value="auto" />
+ <preference name="splash-screen-duration" value="0" />
+
+ <gap:plugin name="org.apache.cordova.file-transfer" />
+ <gap:plugin name="org.apache.cordova.file" />
+ <gap:plugin name="org.apache.cordova.device" />
+ <gap:plugin name="org.apache.cordova.network-information" />
+
+ <icon src="icon.png" />
+ <icon src="res/icons/36-ldpi.png" gap:platform="android" gap:density="ldpi" />
+ <icon src="res/icons/48-mdpi.png" gap:platform="android" gap:density="mdpi" />
+ <icon src="res/icons/72-hdpi.png" gap:platform="android" gap:density="hdpi" />
+ <icon src="res/icons/96-xhdpi.png" gap:platform="android" gap:density="xhdpi" />
+ <icon src="res/icons/blackberry/icon-80.png" gap:platform="blackberry" />
+ <icon src="res/icons/blackberry/icon-80.png" gap:platform="blackberry" gap:state="hover"/>
+ <icon src="res/icons/57.png" gap:platform="ios" width="57" height="57" />
+ <icon src="res/icons/72-hdpi.png" gap:platform="ios" width="72" height="72" />
+ <icon src="res/icons/57-2x.png" gap:platform="ios" width="114" height="114" />
+ <icon src="res/icons/72-2x.png" gap:platform="ios" width="144" height="144" />
+ <icon src="res/icons/48-mdpi.png" gap:platform="winphone" />
+ <icon src="res/icons/173.png" gap:platform="winphone" gap:role="background" />
+
+ <access origin="http://*.***REMOVED***" />
+ <access origin="https://*.***REMOVED***" />
+</widget>