diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-08 11:18:58 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-08 11:18:58 -0500 |
| commit | f0f43ac073226da65475560c05964c6993540c54 (patch) | |
| tree | dfb4c2f913ba5a65c602e832548c8783d95ffd84 /StoneIsland/platforms/ios/Stone Island/config.xml | |
| parent | 8b0d192d82bf12f3d82be6e9447918521e99d5ca (diff) | |
| parent | a3b4833243672f75e747db8f2a94695ff87cf83b (diff) | |
merge
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island/config.xml')
| -rwxr-xr-x | StoneIsland/platforms/ios/Stone Island/config.xml | 12 |
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" /> |
