bitbank2 / Print2BLE

MacOS app which allows drag and drop of images to BLE thermal printers
Apache License 2.0
70 stars 11 forks source link

Add GitHub Action to test build #6

Closed jauderho closed 2 years ago

jauderho commented 2 years ago

I'm not familiar with Xcode but thought it might helpful to have a GHA try to build every time you have push a commit.

You can see the output of a successful run here: https://github.com/jauderho/Print2BLE/runs/3915730001?check_suite_focus=true

I have not figured out how to make this do a release yet but figured this might be helpful since xcodebuild analyse seems to have identified a few items.

I've had to disable the code signing in order for this to build.

bitbank2 commented 2 years ago

Code signing can't really work on Github without sharing private certificates, right? This project is meant to be a starting point for someone experimenting with BLE on OSX. I don't intend to add new features or enhance it over time. You're welcome to keep going forward with your fork, but I would rather not change anything.