ionic实战项目 Ionic开发十四-2配置文件plugin.xml详解
Ionic开发中,cordova自定义插件之配置文件plugin.xml详解
<?xml version="1.0" encoding="UTF-8"?>
<plugin
xmlns="http://apache.org/cordova/ns/plugins/1.0"id="cordova-plugin-device"version="0.0.1">
<engines>
<enginename="cordova-android"version="=1.8.0"/>
</engines>
<name>Device</name>
<description>Cordova Device Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova,device</keywords>
<js-modulesrc="http://img.studyofnet.comwww/device.js"name="device">
<clobberstarget="device"/>
</js-module>
<platformname="ios">
<config-filetarget="config.xml"parent="/*">
<featurename="Device">
<paramname="ios-package"value="CDVDevice"/>
,免责声明:本文仅代表文章作者的个人观点,与本站无关。其原创性、真实性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容文字的真实性、完整性和原创性本站不作任何保证或承诺,请读者仅作参考,并自行核实相关内容。文章投诉邮箱:anhduc.ph@yahoo.com