fixes after more testing

This commit is contained in:
Evan Moore 2018-05-06 00:18:03 -04:00
parent 401c58e2fa
commit 9f36d7a1c9
3 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,10 @@ A Cordova plugin for Zebra printers for both iOS and Android with Ionic 3 bindin
To use with Ionic 3
I've not published this to cordova plugin registry yet so clone this repo somewhere then in your project
ionic cordova plugin add /path/to/this/plugin
Add the Ionic 3 bindings to your app.module.ts file
```
import { ZebraPrinter } from 'ca-cleversolutions-zebraprinter/native';

View File

@ -41,7 +41,10 @@
<header-file src="src/ios/lib/include/ZebraPrinterFactory.h" />
<header-file src="src/ios/lib/include/ZplPrintMode.h" />
<!-- ZSDK Library -->
<source-file src="src/ios/lib/libZSDK_API.a" framework="true" />
<!-- Briding File -->
<header-file src="src/ios/ZebraPrinter-Bridging-Header.h" />
<!-- Plugin Source -->
<source-file src="src/ios/ZebraPrinterPlugin.swift" />