Moved to new plugin id cordova-plugin-printer
This commit is contained in:
parent
1d5800c694
commit
831d855cec
35
package.json
35
package.json
@ -1,40 +1,31 @@
|
|||||||
{
|
{
|
||||||
"name": "de.appplant.cordova.plugin.printer",
|
"name": "cordova-plugin-printer",
|
||||||
"version": "0.7.1-dev",
|
"version": "0.7.2dev",
|
||||||
"description": "Cordova plugin to print HTML documents using AirPrint and Android Printing Framework.",
|
"description": "Prints HTML documents",
|
||||||
"cordova": {
|
|
||||||
"id": "de.appplant.cordova.plugin.printer",
|
|
||||||
"platforms": [
|
|
||||||
"ios",
|
|
||||||
"android"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/katzer/cordova-plugin-printer.git"
|
"url": "git+https://github.com/katzer/cordova-plugin-printer.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"appplant",
|
"appplant",
|
||||||
"print",
|
|
||||||
"printer",
|
"printer",
|
||||||
|
"cordova",
|
||||||
|
"ecosystem:cordova"
|
||||||
|
],
|
||||||
|
"platforms": [
|
||||||
"ios",
|
"ios",
|
||||||
"android",
|
"android"
|
||||||
"google cloud",
|
|
||||||
"air print",
|
|
||||||
"ecosystem:cordova",
|
|
||||||
"cordova-ios",
|
|
||||||
"cordova-android"
|
|
||||||
],
|
],
|
||||||
"engines": [
|
"engines": [
|
||||||
{
|
{
|
||||||
"name": "cordova",
|
"name": "cordova",
|
||||||
"version": ">=3.0.0"
|
"version": ">=6.0.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"author": "Sebastián Katzer",
|
"author": "Sebastián Katzer",
|
||||||
"license": "Apache 2.0",
|
"license": "Apache-2.0",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/katzer/cordova-plugin-printer/issues"
|
"url": "https://github.com/katzer/cordova-plugin-printer/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/katzer/cordova-plugin-printer"
|
"homepage": "https://github.com/katzer/cordova-plugin-printer#readme"
|
||||||
}
|
}
|
||||||
|
47
plugin.xml
47
plugin.xml
@ -1,24 +1,40 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
<!--
|
||||||
|
* Copyright (c) 2013-2016 by appPlant GmbH. All rights reserved.
|
||||||
|
*
|
||||||
|
* @APPPLANT_LICENSE_HEADER_START@
|
||||||
|
*
|
||||||
|
* This file contains Original Code and/or Modifications of Original Code
|
||||||
|
* as defined in and that are subject to the Apache License
|
||||||
|
* Version 2.0 (the 'License'). You may not use this file except in
|
||||||
|
* compliance with the License. Please obtain a copy of the License at
|
||||||
|
* http://opensource.org/licenses/Apache-2.0/ and read it before using this
|
||||||
|
* file.
|
||||||
|
*
|
||||||
|
* The Original Code and all software distributed under the License are
|
||||||
|
* distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
|
||||||
|
* EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
|
||||||
|
* INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
|
||||||
|
* FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
|
||||||
|
* Please see the License for the specific language governing rights and
|
||||||
|
* limitations under the License.
|
||||||
|
*
|
||||||
|
* @APPPLANT_LICENSE_HEADER_END@
|
||||||
|
-->
|
||||||
|
|
||||||
|
<plugin id="cordova-plugin-printer"
|
||||||
|
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="de.appplant.cordova.plugin.printer"
|
version="0.7.2-dev">
|
||||||
version="0.7.1">
|
|
||||||
|
|
||||||
<name>Printer</name>
|
<name>Printer</name>
|
||||||
|
|
||||||
<description>
|
<description>Prints HTML documents</description>
|
||||||
Cordova plugin to print HTML documents using AirPrint
|
|
||||||
and Android Printing Framework.
|
|
||||||
</description>
|
|
||||||
|
|
||||||
<repo>
|
<repo>https://github.com/katzer/cordova-plugin-printer.git</repo>
|
||||||
https://github.com/katzer/cordova-plugin-printer.git
|
|
||||||
</repo>
|
|
||||||
|
|
||||||
<keywords>
|
<keywords>appplant, printer, cordova</keywords>
|
||||||
print, printer, ios, android, google cloud, air print
|
|
||||||
</keywords>
|
|
||||||
|
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
||||||
@ -26,7 +42,7 @@
|
|||||||
|
|
||||||
<!-- cordova -->
|
<!-- cordova -->
|
||||||
<engines>
|
<engines>
|
||||||
<engine name="cordova" version=">=3.0.0" />
|
<engine name="cordova" version=">=6.0.0" />
|
||||||
</engines>
|
</engines>
|
||||||
|
|
||||||
<!-- interface -->
|
<!-- interface -->
|
||||||
@ -56,6 +72,7 @@
|
|||||||
</feature>
|
</feature>
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
<source-file src="src/android/Printer.java" target-dir="src/de/appplant/cordova/plugin/printer" />
|
<source-file src="src/android/Printer.java"
|
||||||
|
target-dir="src/de/appplant/cordova/plugin/printer" />
|
||||||
</platform>
|
</platform>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
Reference in New Issue
Block a user