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')
-rwxr-xr-xStoneIsland/platforms/ios/Stone Island/config.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/config.xml b/StoneIsland/platforms/ios/Stone Island/config.xml
index 615bf822..72ca1af4 100755
--- a/StoneIsland/platforms/ios/Stone Island/config.xml
+++ b/StoneIsland/platforms/ios/Stone Island/config.xml
@@ -17,6 +17,9 @@
<feature name="Keyboard">
<param name="ios-package" onload="true" value="IonicKeyboard" />
</feature>
+ <feature name="ParsePlugin">
+ <param name="ios-package" value="CDVParsePlugin" />
+ </feature>
<feature name="Console">
<param name="ios-package" value="CDVLogger" />
</feature>
@@ -29,6 +32,9 @@
<feature name="Geolocation">
<param name="ios-package" value="CDVLocation" />
</feature>
+ <feature name="InAppBrowser">
+ <param name="ios-package" value="CDVInAppBrowser" />
+ </feature>
<feature name="NetworkStatus">
<param name="ios-package" value="CDVConnection" />
</feature>
@@ -43,12 +49,6 @@
<feature name="PushNotification">
<param name="ios-package" value="PushPlugin" />
</feature>
- <feature name="InAppBrowser">
- <param name="ios-package" value="CDVInAppBrowser" />
- </feature>
- <feature name="ParsePlugin">
- <param name="ios-package" value="CDVParsePlugin" />
- </feature>
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<preference name="KeyboardDisplayRequiresUserAction" value="false" />