diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-31 23:08:01 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-31 23:08:01 +0200 |
| commit | 39482261b3c5222b4ed4bcd6dfae339ae53d8a57 (patch) | |
| tree | 4c9571bb7a3276e072aaa162dba6f384aa520f52 /StoneIsland/config.xml | |
| parent | 22721a013bdd10d5eb395ba18453585f5f3f1f7f (diff) | |
upgrading cordova and cordova-ios broke so much but seems like its working now
Diffstat (limited to 'StoneIsland/config.xml')
| -rwxr-xr-x | StoneIsland/config.xml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml index db35926a..cc1a4d7a 100755 --- a/StoneIsland/config.xml +++ b/StoneIsland/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="6135" id="us.okfoc.stoneisland" version="1.3.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="us.okfoc.stoneisland" version="1.3.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>Stone Island</name> <description> Stone Island @@ -30,12 +30,6 @@ <preference name="ShowSplashScreenSpinner" value="false" /> <preference name="AutoHideSplashScreen" value="true" /> <preference name="AllowInlineMediaPlayback" value="true" /> - <platform name="android"> - <allow-intent href="market:*" /> - <preference name="AndroidLaunchMode" value="singleTop" /> - <preference name="android-minSdkVersion" value="28" /> - <preference name="android-targetSdkVersion" value="28" /> - </platform> <platform name="ios"> <allow-intent href="itms:*" /> <allow-intent href="itms-apps:*" /> @@ -73,19 +67,11 @@ </plugin> <plugin name="cordova-plugin-device" spec="~1.1.3" /> <plugin name="cordova-plugin-dialogs" spec="~1.3.0" /> - <plugin name="cordova-plugin-geolocation" spec="~2.4.0" /> <plugin name="cordova-plugin-inappbrowser" spec="~1.5.0" /> <plugin name="cordova-plugin-network-information" spec="~1.3.0" /> <plugin name="cordova-plugin-splashscreen" spec="~4.0.0" /> <plugin name="cordova-plugin-x-socialsharing" spec="~5.1.3" /> - <plugin name="ionic-plugin-keyboard" spec="~2.2.1" /> - <plugin name="phonegap-plugin-push" spec="^1.9.2"> - <variable name="SENDER_ID" value="85075801930" /> - </plugin> <platform name="ios"> <hook src="scripts/plist-hook.js" type="after_prepare" /> </platform> - <plugin name="cordova-plugin-sim" spec="^1.3.3" /> - <engine name="android" spec="^8.0.0" /> - <engine name="ios" spec="^4.5.2" /> </widget> |
