mirror of
https://github.com/darlinghq/darling-less.git
synced 2024-11-23 03:59:39 +00:00
12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
CODE_SIGN_IDENTITY = -;
|
|
CURRENT_PROJECT_VERSION = $(RC_ProjectSourceVersion);
|
|
DEAD_CODE_STRIPPING = YES;
|
|
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym;
|
|
PREBINDING = NO;
|
|
// Current Mac OS
|
|
SDKROOT = ;
|
|
//USE_HEADERMAP = NO;
|
|
VERSION_INFO_PREFIX = __;
|
|
VERSIONING_SYSTEM = apple-generic;
|
|
|