]> git.saurik.com Git - apple/system_cmds.git/blob - base.xcconfig
system_cmds-880.100.5.tar.gz
[apple/system_cmds.git] / base.xcconfig
1 CODE_SIGN_IDENTITY = -;
2 CURRENT_PROJECT_VERSION = $(RC_ProjectSourceVersion);
3 DEAD_CODE_STRIPPING = YES;
4 DEBUG_INFORMATION_FORMAT = dwarf-with-dsym;
5 PREBINDING = NO;
6 // Current macOS
7 SDKROOT = macosx.internal;
8 VERSION_INFO_PREFIX = __attribute__((visibility("hidden"))) __
9 VERSIONING_SYSTEM = apple-generic;