mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-14 18:35:08 +01:00
9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
#include "./NetNewsWire_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
|
|
|