Skip to content

Commit

Permalink
further fixes to
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadius committed Jun 17, 2021
1 parent d034442 commit 533eae1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-brother-label-printer",
"version": "1.5.5",
"version": "1.5.6",
"description": "Cordova plugin for brother label printers",
"cordova": {
"id": "cordova-plugin-brother-label-printer",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-brother-label-printer"
version="1.5.5">
version="1.5.6">

<name>BrotherPrinter</name>

Expand Down Expand Up @@ -89,7 +89,7 @@
</config-file>
<framework src="ExternalAccessory.framework" />
-->
<framework src="src/ios/libs/BRLMPrinterKit.framework" custom="true" />
<framework src="src/ios/libs/BRLMPrinterKit.framework" custom="true"/>
<header-file src="src/ios/BRBluetoothPrintOperation.h" />
<source-file src="src/ios/BRBluetoothPrintOperation.m" />

Expand Down
2 changes: 1 addition & 1 deletion src/ios/BRWLANPrintOperation.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import <BRPtouchPrinterKit/BRPtouchPrinterKit.h>
#import <BRLMPrinterKit/BRPtouchPrinterKit.h>

@interface BRWLANPrintOperation : NSOperation {
}
Expand Down
4 changes: 2 additions & 2 deletions src/ios/BrotherPrinter.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#import <ExternalAccessory/ExternalAccessory.h>
#import <Cordova/CDVPlugin.h>
#import "BRUserDefaults.h"
#import <BRPtouchPrinterKit/BRPtouchNetworkManager.h>
#import <BRPtouchPrinterKit/BRPtouchPrinterKit.h>
#import <BRLMPrinterKit/BRPtouchNetworkManager.h>
#import <BRLMPrinterKit/BRPtouchPrinterKit.h>
#import "BRBluetoothPrintOperation.h"
#import "BRWLANPrintOperation.h"
#define kPaperLabelName @"paperLabelName"
Expand Down

0 comments on commit 533eae1

Please sign in to comment.