mirror of
https://github.com/darlinghq/darling-system_cmds.git
synced 2024-11-23 20:19:40 +00:00
10 lines
308 B
Plaintext
10 lines
308 B
Plaintext
|
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;
|