hessu / bchunk

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

Support building on Mac with Apple Xcode #12

Open Motti-Shneor opened 3 years ago

Motti-Shneor commented 3 years ago

Added Apple Xcode project to build (and optionally code-sign chunk using Apple developer/app-store certificates)

  1. builds 64bit architectures,
  2. Supports Intel X86, X64, Apple M1 architectures - and will build a dual "fat" binary with intel x64 + Apple M1 support 3 Supports MacOS 10.9 and later (virtually any MacOS on the market today)

I was forced to rename one var name in bchunk.c to avoid symbol/name clash with /usr/include/curses.h