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')
-rw-r--r--StoneIsland/platforms/ios/Stone Island/config.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/config.xml b/StoneIsland/platforms/ios/Stone Island/config.xml
index 8d6da5a9..2a17d312 100644
--- a/StoneIsland/platforms/ios/Stone Island/config.xml
+++ b/StoneIsland/platforms/ios/Stone Island/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<widget id="us.okfoc.stoneisland" version="1.4.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget id="us.okfoc.stoneisland" version="1.4.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<feature name="CDVWebViewEngine">
<param name="ios-package" value="CDVWebViewEngine" />
</feature>
@@ -48,6 +48,13 @@
<param name="ios-package" value="SocialSharing" />
<param name="onload" value="true" />
</feature>
+ <feature name="File">
+ <param name="ios-package" value="CDVFile" />
+ <param name="onload" value="true" />
+ </feature>
+ <feature name="CordovaHttpPlugin">
+ <param name="ios-package" value="CordovaHttpPlugin" />
+ </feature>
<name>Stone Island</name>
<description>
Stone Island
@@ -57,6 +64,7 @@
</author>
<content src="index.html" />
<access origin="*" />
+ <allow-navigation href="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />