mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-17 20:10:32 +01:00
e3e68e051a
Add an #include to allow developer overrides of build settings so as to soften the pain of code signing configuration
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
#include "./Evergreen_project.xcconfig"
|
|
|
|
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
|
|
ENABLE_NS_ASSERTIONS = NO
|
|
OTHER_SWIFT_FLAGS = -DRELEASE
|
|
SWIFT_OPTIMIZATION_LEVEL = -Owholemodule
|
|
MTL_ENABLE_DEBUG_INFO = NO
|
|
|