Skip to content

Conversation

@Motti-Shneor
Copy link

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

…ple developer/app-store certificates) bchunk for Mac.

1. Supports 64bit architecture
2. Supports Intel X86, X64, Apple M1 architectures - and will build a dual "fat" binary with intel x64 + Apple M1 support
3. Forced to rename one  var name in bchunk.c to avoid symbol/name clash with /usr/include/curses.h
Copy link
Owner

@hessu hessu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late review. In principle this looks good, just one little naming thing I'd like to see adjusted. Thanks!

ENABLE_HARDENED_RUNTIME = YES;
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
GCC_WARN_PEDANTIC = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.Tchelet.bchunk;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just "com.bchunk", I guess Tchelet refers to yourself?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants