hessu / bchunk

BinChunker for Unix / Linux converts .bin / .cue images to .iso and .cdr
GNU General Public License v2.0
63 stars 15 forks source link

Build and code-sign for MacOS #11

Open Motti-Shneor opened 3 years ago

Motti-Shneor commented 3 years ago

no binaries for MacOS are offered, and the only I could find was 32bit build that was not code-signed. So I created an Xcode project for bchunck, and configured it for up-to-date 64bit and code-signing using the builder's certificates. I'd like to offer a pull-request, but I don't know how to do it. Do I need to obtain special rights to push a branch with my addition?

sttng commented 3 years ago

I just downloaded the source and build with Xcode command line tools using just make under macOS 10.14.6. Is an Xcode project really needed ?