diff options
Diffstat (limited to 'StoneIsland/config.xml')
| -rwxr-xr-x | StoneIsland/config.xml | 5 |
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" /> |
