Skip to content

Commit

Permalink
Merge pull request #8 from Popmenu/matthewparavati/sc-72779/update-po…
Browse files Browse the repository at this point in the history
…pmenu-star-print-to-work-with-static

sc-72779: Updates popmenu star print to work with statically linked frameworks
  • Loading branch information
matthewparavati authored Nov 8, 2023
2 parents e38fc41 + 24e3415 commit 1f436c0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 23 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion ios/RNStarPrnt.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#endif
#import <StarIO/SMPort.h>
#import <StarIO_Extension/StarIoExt.h>
#import <StarIO_Extension/StarIoExtManager.h>
#import <StarIO_Extension/Internal/StarIoExtManager.h>
#import "Communication.h"
#import <React/RCTEventEmitter.h>

Expand Down
3 changes: 0 additions & 3 deletions ios/RNStarPrnt.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
//

#import "RNStarPrnt.h"
#import <StarIO/SMPort.h>
#import <StarIO_Extension/StarIoExt.h>
#import <StarIO_Extension/StarIoExtManager.h>
#import "Communication.h"

@implementation RNStarPrnt
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@popmenu/star-print",
"version": "1.3.5",
"version": "1.3.6",
"description": "StarPRNT React Native bridge for Star Micronics Bluetooth/LAN printers",
"types": "./types/index.d.ts",
"main": "index.js",
Expand Down

0 comments on commit 1f436c0

Please sign in to comment.