diff options
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island/config.xml')
| -rwxr-xr-x | StoneIsland/platforms/ios/Stone Island/config.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/config.xml b/StoneIsland/platforms/ios/Stone Island/config.xml index c7a3a817..007d089d 100755 --- 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 android-versionCode="6092" id="us.okfoc.stoneisland" version="0.9.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="6093" id="us.okfoc.stoneisland" version="0.9.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <feature name="LocalStorage"> <param name="ios-package" value="CDVLocalStorage" /> </feature> @@ -52,6 +52,9 @@ <feature name="PushNotification"> <param name="ios-package" value="PushPlugin" /> </feature> + <feature name="Sim"> + <param name="ios-package" value="Sim" /> + </feature> <name>Stone Island</name> <description> Stone Island @@ -109,7 +112,4 @@ <preference name="SplashMaintainAspectRatio" value="true" /> <preference name="ShowSplashScreenSpinner" value="false" /> <preference name="AutoHideSplashScreen" value="true" /> - <feature name="Sim"> - <param name="ios-package" value="Sim" /> - </feature> </widget> |
