Skip to content

Commit

Permalink
Merge pull request #40 from MenelicSoftware/feature/issue-#39-unable-…
Browse files Browse the repository at this point in the history
…to-install-on-ios

Unable to install plugin #39 fix
  • Loading branch information
arcadius authored Jun 16, 2021
2 parents 5f25a76 + 87c02e5 commit d034442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4",
"version": "1.5.5",
"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.4">
version="1.5.5">

<name>BrotherPrinter</name>

Expand Down Expand Up @@ -89,7 +89,7 @@
</config-file>
<framework src="ExternalAccessory.framework" />
-->
<framework src="src/ios/libs/BRPtouchPrinterKit.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

0 comments on commit d034442

Please sign in to comment.