Update plugin spec
This commit is contained in:
parent
33b4c14557
commit
b903683486
30
plugin.xml
30
plugin.xml
@ -3,17 +3,28 @@
|
||||
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
id="de.appplant.cordova.plugin.printer"
|
||||
version="0.5.0">
|
||||
version="0.7.0-dev">
|
||||
|
||||
<name>Printer</name>
|
||||
<name>AirPrint and Android Printing Framework</name>
|
||||
|
||||
<description>
|
||||
Cordova plugin to print HTML documents using AirPrint for iOS
|
||||
and Android Printing Framework.
|
||||
</description>
|
||||
|
||||
<repo>
|
||||
https://github.com/katzer/cordova-plugin-printer.git
|
||||
</repo>
|
||||
|
||||
<keywords>
|
||||
print, printer, ios, android, google cloud, air print
|
||||
</keywords>
|
||||
|
||||
<description>A bunch of printig plugins for Cordova 3.x.x</description>
|
||||
<repo>https://github.com/katzer/cordova-plugin-printer.git</repo>
|
||||
<keywords>print, printer, ios, android, kitkat</keywords>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
<author>Sebastián Katzer</author>
|
||||
|
||||
<!-- cordova -->
|
||||
<engines>
|
||||
<engine name="cordova" version=">=3.0.0" />
|
||||
</engines>
|
||||
@ -21,15 +32,15 @@
|
||||
<!-- interface -->
|
||||
<js-module src="www/printer.js" name="Printer">
|
||||
<clobbers target="plugin.printer" />
|
||||
<clobbers target="cordova.plugins.printer" />
|
||||
</js-module>
|
||||
|
||||
<!-- ios -->
|
||||
<platform name="ios">
|
||||
|
||||
<config-file target="config.xml" parent="/*">
|
||||
<feature name="Printer">
|
||||
<param name="ios-package" value="APPPrinter"/>
|
||||
</feature>
|
||||
<feature name="Printer">
|
||||
<param name="ios-package" value="APPPrinter"/>
|
||||
</feature>
|
||||
</config-file>
|
||||
|
||||
<header-file src="src/ios/APPPrinter.h" />
|
||||
@ -47,5 +58,4 @@
|
||||
|
||||
<source-file src="src/android/Printer.java" target-dir="src/de/appplant/cordova/plugin/printer" />
|
||||
</platform>
|
||||
|
||||
</plugin>
|
||||
|
Loading…
Reference in New Issue
Block a user