mirror of
https://github.com/sparkle-project/Sparkle.git
synced 2025-11-01 15:34:38 +00:00
Make use of inheritance by applying ConfigCommon to the root node and move all UI-applied settings into xcconfig for easier management.
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
#include "ConfigCommon.xcconfig"
|
|
|
|
// Debug only
|
|
|
|
GCC_OPTIMIZATION_LEVEL = 0
|
|
DEBUG_INFORMATION_FORMAT = dwarf
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = YES
|
|
SPARKLE_EXTRA_DEBUG = -DDEBUG
|
|
OTHER_CFLAGS = $(SPARKLE_EXTRA_DEBUG)
|
|
ONLY_ACTIVE_ARCH = YES
|
|
COPY_PHASE_STRIP = NO
|