summaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml18
1 files changed, 4 insertions, 14 deletions
diff --git a/config.xml b/config.xml
index f5e4383c..38260bcd 100644
--- a/config.xml
+++ b/config.xml
@@ -29,6 +29,7 @@
<preference name="FadeSplashScreen" value="false" />
<preference name="BackgroundColor" value="#444444" />
<preference name="android-targetSdkVersion" value="23" />
+ <preference name="SplashScreenBackgroundColor" value="#ababab"/>
<feature name="StatusBar">
<param name="ios-package" onload="true" value="CDVStatusBar" />
</feature>
@@ -59,19 +60,8 @@
<icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
<splash src="resources/Default@2x~universal~anyany.png" />
<icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
- <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
- <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
- <splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" />
- <splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" />
- <splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" />
- <splash height="2048" src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732" />
- <splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" />
- <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" />
- <splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" />
- <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" />
- <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
- <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
- <splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
+ <splash src="resources/ios/splash/Default@2x~universal~anyany.png" />
+
</platform>
<platform name="android">
<preference name="android-manifest/@android:installLocation" value="auto" />
@@ -98,7 +88,7 @@
<icon src="resources/android/icon/drawable-xhdpi-icon.png" />
<preference name="SplashShowOnlyFirstTime" value="false" />
<engine name="android" spec="^6.2.3" />
- <engine name="ios" spec="^4.4.0" />
+ <engine name="ios" spec="^4.5.1" />
<plugin name="com.telerik.plugins.nativepagetransitions" spec="^0.6.5" />
<plugin name="cordova-custom-config" spec="^4.0.2" />
<plugin name="cordova-library-helper" spec="^1.0.4">