KevinGong2013 / Printer

Swift ticket printer framework for ESC/POS-compatible thermal printers.
Apache License 2.0
144 stars 72 forks source link

Crash fixes and linting #73

Closed Xioshock closed 12 months ago

Xioshock commented 1 year ago

Fixed 2 crashes:

Used SwiftLint to fix 100+ warnings

Used SwiftFormat to fix formatting, sort imports etc.

Moved Receipt to Sources, so that it is included in podspec

KevinGong2013 commented 12 months ago

Thanks, dude