summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/Stone Island/config.xml
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-09-21 18:11:51 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-21 18:11:51 +0200
commita810d0248dd9f1099ce15809f8e1e75eedbff8e6 (patch)
tree2eeebe5dbbe0e9005b89806a5b9a88d47f54ed1a /StoneIsland/platforms/ios/Stone Island/config.xml
parentd906f7303e70adaa75523d8bfc5b46523ccfffa0 (diff)
plugins
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:*" />