Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Updated Cordova runtime and plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianWeyer committed Sep 16, 2016
1 parent 6898ebb commit 0d9994f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
19 changes: 11 additions & 8 deletions cordova/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

<content src="index.html"/>

<plugin name="cordova-plugin-whitelist" version="1.2.2"/>
<plugin name="cordova-plugin-statusbar" spec="2.1.3"/>
<plugin name="cordova-plugin-whitelist" version="1.3.0"/>
<plugin name="cordova-plugin-statusbar" spec="2.2.0"/>
<plugin name="cordova-plugin-splashscreen" spec="3.2.2"/>
<plugin name="cordova-plugin-geolocation" spec="2.2.0"/>
<plugin name="cordova-plugin-camera" spec="2.2.0"/>
<plugin name="cordova-plugin-geolocation" spec="2.3.0"/>
<plugin name="cordova-plugin-camera" spec="2.3.0"/>

<platform name="ios">
<hook type="after_platform_add" src="hooks/ios/after_platform_add_add_plugins.js" />
Expand All @@ -32,9 +32,11 @@
<allow-intent href="sms:*"/>
<allow-intent href="mailto:*"/>
<allow-intent href="geo:*"/>

<platform name="android">
<allow-intent href="market:*"/>
</platform>

<platform name="ios">
<allow-intent href="itms:*"/>
<allow-intent href="itms-apps:*"/>
Expand All @@ -48,15 +50,16 @@
<preference name="SplashScreenDelay" value="3000"/>
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="SplashScreenBackgroundColor" value="white" />
<preference name="android-minSdkVersion" value="14" />
<preference name="android-minSdkVersion" value="16" />
<preference name="android-targetSdkVersion" value="19" />
<preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect"/>
<preference name="xwalkMode" value="embedded"/>

<platform name="ios">
<preference name="Orientation" value="all" />
</platform>

<engine name="ios" spec="4.2.0"/>
<engine name="android" spec="5.1.1"/>
<engine name="windows" spec="4.4.0"/>
<engine name="ios" spec="4.2.1"/>
<engine name="android" spec="5.2.2"/>
<engine name="windows" spec="4.4.2"/>
</widget>
19 changes: 11 additions & 8 deletions cordova/config_livereload.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

<content src="http://localhost:8000/index.html"/>

<plugin name="cordova-plugin-whitelist" version="1.2.2"/>
<plugin name="cordova-plugin-statusbar" spec="2.1.3"/>
<plugin name="cordova-plugin-whitelist" version="1.3.0"/>
<plugin name="cordova-plugin-statusbar" spec="2.2.0"/>
<plugin name="cordova-plugin-splashscreen" spec="3.2.2"/>
<plugin name="cordova-plugin-geolocation" spec="2.2.0"/>
<plugin name="cordova-plugin-camera" spec="2.2.0"/>
<plugin name="cordova-plugin-geolocation" spec="2.3.0"/>
<plugin name="cordova-plugin-camera" spec="2.3.0"/>

<platform name="ios">
<hook type="after_platform_add" src="hooks/ios/after_platform_add_add_plugins.js" />
Expand All @@ -32,9 +32,11 @@
<allow-intent href="sms:*"/>
<allow-intent href="mailto:*"/>
<allow-intent href="geo:*"/>

<platform name="android">
<allow-intent href="market:*"/>
</platform>

<platform name="ios">
<allow-intent href="itms:*"/>
<allow-intent href="itms-apps:*"/>
Expand All @@ -48,15 +50,16 @@
<preference name="SplashScreenDelay" value="3000"/>
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="SplashScreenBackgroundColor" value="white" />
<preference name="android-minSdkVersion" value="14" />
<preference name="android-minSdkVersion" value="16" />
<preference name="android-targetSdkVersion" value="19" />
<preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect"/>
<preference name="xwalkMode" value="embedded"/>

<platform name="ios">
<preference name="Orientation" value="all" />
</platform>

<engine name="ios" spec="4.2.0"/>
<engine name="android" spec="5.1.1"/>
<engine name="windows" spec="4.4.0"/>
<engine name="ios" spec="4.2.1"/>
<engine name="android" spec="5.2.2"/>
<engine name="windows" spec="4.4.2"/>
</widget>

0 comments on commit 0d9994f

Please sign in to comment.