summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/Stone Island/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island/config.xml')
-rwxr-xr-xStoneIsland/platforms/ios/Stone Island/config.xml27
1 files changed, 17 insertions, 10 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/config.xml b/StoneIsland/platforms/ios/Stone Island/config.xml
index 92ab2f21..391e10e2 100755
--- a/StoneIsland/platforms/ios/Stone Island/config.xml
+++ b/StoneIsland/platforms/ios/Stone Island/config.xml
@@ -1,8 +1,12 @@
<?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="6091" id="us.okfoc.stoneisland" version="0.9.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="6092" id="us.okfoc.stoneisland" version="0.9.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<feature name="LocalStorage">
<param name="ios-package" value="CDVLocalStorage" />
</feature>
+ <feature name="Console">
+ <param name="ios-package" value="CDVLogger" />
+ <param name="onload" value="true" />
+ </feature>
<feature name="HandleOpenUrl">
<param name="ios-package" value="CDVHandleOpenURL" />
<param name="onload" value="true" />
@@ -15,9 +19,6 @@
<param name="ios-package" value="CDVGestureHandler" />
<param name="onload" value="true" />
</feature>
- <feature name="Console">
- <param name="ios-package" value="CDVLogger" />
- </feature>
<feature name="Device">
<param name="ios-package" value="CDVDevice" />
</feature>
@@ -51,15 +52,12 @@
<feature name="PushNotification">
<param name="ios-package" value="PushPlugin" />
</feature>
- <feature name="CDVWKWebViewEngine">
- <param name="ios-package" value="CDVWKWebViewEngine" />
- </feature>
<name>Stone Island</name>
<description>
Stone Island
</description>
<author email="julescarbon@gmail.com" href="http://asdf.us/">
- Jules Laplace
+ Jules LaPlace
</author>
<content src="index.html" />
<access origin="*" />
@@ -71,6 +69,16 @@
<allow-intent href="geo:*" />
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
+ <splash src="res/screen/ios/Default@2x~universal~anyany.png" />
+ <splash height="480" src="res/screen/ios/Default~iphone.png" width="320" />
+ <splash height="960" src="res/screen/ios/Default@2x~iphone.png" width="640" />
+ <splash height="1024" src="res/screen/ios/Default-Portrait~ipad.png" width="768" />
+ <splash height="2048" src="res/screen/ios/Default-Portrait@2x~ipad.png" width="1536" />
+ <splash height="768" src="res/screen/ios/Default-Landscape~ipad.png" width="1024" />
+ <splash height="1536" src="res/screen/ios/Default-Landscape@2x~ipad.png" width="2048" />
+ <splash height="1136" src="res/screen/ios/Default-568h@2x~iphone.png" width="640" />
+ <splash height="1334" src="res/screen/ios/Default-667h.png" width="750" />
+ <splash height="2208" src="res/screen/ios/Default-736h.png" width="1242" />
<preference name="AllowInlineMediaPlayback" value="true" />
<preference name="BackupWebStorage" value="local" />
<preference name="DisallowOverscroll" value="true" />
@@ -86,12 +94,11 @@
<preference name="PaginationMode" value="unpaginated" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarStyle" value="default" />
- <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
<preference name="TopActivityIndicator" value="white" />
<preference name="HideKeyboardFormAccessoryBar" value="false" />
<preference name="orientation" value="portrait" />
<preference name="StatusBarBackgroundColor" value="#ffffff" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="ShowSplashScreenSpinner" value="false" />
- <preference name="AutoHideSplashScreen" value="false" />
+ <preference name="AutoHideSplashScreen" value="true" />
</widget>