summaryrefslogtreecommitdiff
path: root/StoneIsland/config.xml
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-10-26 01:41:16 +0200
committerJules Laplace <julescarbon@gmail.com>2017-10-26 01:41:16 +0200
commit8dae6a5044f9c1b7a8497cc1c96155fd262b40cf (patch)
tree6f546503efcb198a193f919efafb83977abb9535 /StoneIsland/config.xml
parent531c60ee7ecbee516812d560b63a8317c3cf3590 (diff)
iphone x fixes
Diffstat (limited to 'StoneIsland/config.xml')
-rwxr-xr-xStoneIsland/config.xml30
1 files changed, 22 insertions, 8 deletions
diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml
index 12acb6ad..1a0f6d90 100755
--- a/StoneIsland/config.xml
+++ b/StoneIsland/config.xml
@@ -1,11 +1,11 @@
<?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">
<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="*" />
@@ -28,7 +28,7 @@
<preference name="StatusBarStyle" value="default" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="ShowSplashScreenSpinner" value="false" />
- <preference name="AutoHideSplashScreen" value="false" />
+ <preference name="AutoHideSplashScreen" value="true" />
<preference name="AllowInlineMediaPlayback" value="true" />
<platform name="android">
<allow-intent href="market:*" />
@@ -40,13 +40,27 @@
<allow-intent href="itms-apps:*" />
<preference name="BackupWebStorage" value="local" />
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
+ <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" />
</platform>
+ <feature name="StatusBar">
+ <param name="ios-package" onload="true" value="CDVStatusBar" />
+ </feature>
<engine name="android" spec="^6.2.3" />
- <engine name="ios" spec="^4.4.0" />
+ <engine name="ios" spec="^4.5.2" />
+ <plugin name="cordova-plugin-whitelist" spec="1" />
+ <plugin name="cordova-plugin-statusbar" spec="^2.2.3" />
<plugin name="cordova-plugin-app-name" spec="^1.0.4">
<variable name="APP_NAME" value="Stone Island" />
</plugin>
- <plugin name="cordova-plugin-console" spec="~1.0.4" />
<plugin name="cordova-plugin-customurlscheme" spec="~4.2.0">
<variable name="URL_SCHEME" value="stoneisland" />
</plugin>
@@ -56,9 +70,9 @@
<plugin name="cordova-plugin-inappbrowser" spec="~1.5.0" />
<plugin name="cordova-plugin-network-information" spec="~1.3.0" />
<plugin name="cordova-plugin-splashscreen" spec="~4.0.0" />
- <plugin name="cordova-plugin-statusbar" spec="^2.2.3" />
- <plugin name="cordova-plugin-whitelist" spec="1" />
<plugin name="cordova-plugin-x-socialsharing" spec="~5.1.3" />
<plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
- <plugin name="phonegap-plugin-push" spec="^2.0.0" />
+ <plugin name="phonegap-plugin-push" spec="^1.9.2">
+ <variable name="SENDER_ID" value="85075801930" />
+ </plugin>
</widget>