aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/base.xcconfig
blob: 5cd52d021b3296b0c55167eb0e1df8f14da316d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
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;