fixes after more testing
This commit is contained in:
parent
401c58e2fa
commit
9f36d7a1c9
@ -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';
|
||||
|
@ -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" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user