aboutsummaryrefslogtreecommitdiffstats
path: root/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.xml b/config.xml
index 7fa3427..f0081ed 100644
--- a/config.xml
+++ b/config.xml
@@ -25,6 +25,8 @@
<preference name="android-minSdkVersion" value="16" />
<preference name="orientation" value="portrait" />
+ <preference name="StatusBarOverlaysWebView" value="false" />
+ <preference name="StatusBarBackgroundColor" value="#000000" />
<platform name="android">
<icon src="res/android/ldpi.png" density="ldpi" />
@@ -32,4 +34,17 @@
<icon src="res/android/hdpi.png" density="hdpi" />
<icon src="res/android/xhdpi.png" density="xhdpi" />
</platform>
+
+ <platform name="ios">
+ <!-- iPhone / iPod Touch -->
+ <icon src="res/ios/Icon.png" width="57" height="57" />
+ <icon src="res/ios/Icon@2x.png" width="114" height="114" />
+ <!-- iPad -->
+ <icon src="res/ios/Icon-120.png" width="120" height="120" />
+
+ <!-- Splash Screens -->
+ <splash src="res/ios/Default.png" width="320" height="480"/>
+ <splash src="res/ios/Default@2x.png" width="640" height="960"/>
+ <splash src="res/ios/Default-568h@2x.png" width="640" height="1136"/>
+ </platform>
</widget>