]>
Commit | Line | Data |
---|---|---|
d52496fd A |
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; |