summaryrefslogtreecommitdiff
path: root/StoneIsland/config.xml
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-10 16:45:35 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-10 16:45:35 +0200
commitaa14cf56259f7e7ffb4c18af013cdfcfc56953fa (patch)
treee5b90f703afde73c1ba485443c929b9cf8bc704c /StoneIsland/config.xml
parentc53933dbbe11ebc0f3d9cb3ce9d2e5d0f6ebf7bc (diff)
sizing footer. phook script
Diffstat (limited to 'StoneIsland/config.xml')
-rwxr-xr-xStoneIsland/config.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml
index 4e4ec247..cd554743 100755
--- a/StoneIsland/config.xml
+++ b/StoneIsland/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="6097" id="us.okfoc.stoneisland" version="0.9.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="6100" id="us.okfoc.stoneisland" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Stone Island</name>
<description>
Stone Island
@@ -81,6 +81,9 @@
<plugin name="phonegap-plugin-push" spec="^1.9.2">
<variable name="SENDER_ID" value="85075801930" />
</plugin>
+ <platform name="ios">
+ <hook src="scripts/plist-hook.js" type="after_prepare" />
+ </platform>
<plugin name="cordova-plugin-sim" spec="^1.3.3" />
<engine name="android" spec="^6.2.3" />
<engine name="ios" spec="^4.5.2" />