mirror of
https://github.com/phonegap/phonegap-start.git
synced 2026-01-08 22:18:01 -05:00
[config.xml] update plugins to current cordova-plugin format
This commit is contained in:
@@ -45,29 +45,29 @@
|
||||
<!-- Plugins -->
|
||||
|
||||
<!-- Core plugins -->
|
||||
<gap:plugin name="org.apache.cordova.battery-status" />
|
||||
<gap:plugin name="org.apache.cordova.camera" />
|
||||
<gap:plugin name="org.apache.cordova.media-capture" />
|
||||
<gap:plugin name="org.apache.cordova.console" />
|
||||
<gap:plugin name="org.apache.cordova.contacts" />
|
||||
<gap:plugin name="org.apache.cordova.device" />
|
||||
<gap:plugin name="org.apache.cordova.device-motion" />
|
||||
<gap:plugin name="org.apache.cordova.device-orientation" />
|
||||
<gap:plugin name="org.apache.cordova.dialogs" />
|
||||
<gap:plugin name="org.apache.cordova.file" />
|
||||
<gap:plugin name="org.apache.cordova.file-transfer" />
|
||||
<gap:plugin name="org.apache.cordova.geolocation" />
|
||||
<gap:plugin name="org.apache.cordova.globalization" />
|
||||
<gap:plugin name="org.apache.cordova.inappbrowser" />
|
||||
<gap:plugin name="org.apache.cordova.media" />
|
||||
<gap:plugin name="org.apache.cordova.network-information" />
|
||||
<gap:plugin name="org.apache.cordova.splashscreen" />
|
||||
<gap:plugin name="org.apache.cordova.vibration" />
|
||||
<plugin name="cordova-plugin-battery-status" />
|
||||
<plugin name="cordova-plugin-camera" />
|
||||
<plugin name="cordova-plugin-media-capture" />
|
||||
<plugin name="cordova-plugin-console" />
|
||||
<plugin name="cordova-plugin-contacts" />
|
||||
<plugin name="cordova-plugin-device" />
|
||||
<plugin name="cordova-plugin-device-motion" />
|
||||
<plugin name="cordova-plugin-device-orientation" />
|
||||
<plugin name="cordova-plugin-dialogs" />
|
||||
<plugin name="cordova-plugin-file" />
|
||||
<plugin name="cordova-plugin-file-transfer" />
|
||||
<plugin name="cordova-plugin-geolocation" />
|
||||
<plugin name="cordova-plugin-globalization" />
|
||||
<plugin name="cordova-plugin-inappbrowser" />
|
||||
<plugin name="cordova-plugin-media" />
|
||||
<plugin name="cordova-plugin-network-information" />
|
||||
<plugin name="cordova-plugin-splashscreen" />
|
||||
<plugin name="cordova-plugin-vibration" />
|
||||
|
||||
<!-- Third party plugins -->
|
||||
<!-- A list of available plugins are available at https://build.phonegap.com/plugins -->
|
||||
<!--
|
||||
<gap:plugin name="com.phonegap.plugins.barcodescanner" />
|
||||
<plugin name="com.phonegap.plugins.barcodescanner" />
|
||||
-->
|
||||
|
||||
<!-- Define app icon for each platform. -->
|
||||
|
||||
Reference in New Issue
Block a user