darling-system_cmds/base.xcconfig

10 lines
308 B
Plaintext
Raw Normal View History

2020-08-19 15:36:54 +00:00
CODE_SIGN_IDENTITY = -;
CURRENT_PROJECT_VERSION = $(RC_ProjectSourceVersion);
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym;
PREBINDING = NO;
// Current macOS
SDKROOT = macosx.internal;
VERSION_INFO_PREFIX = __attribute__((visibility("hidden"))) __
VERSIONING_SYSTEM = apple-generic;