App-Debug.xcconfig 471 B

1234567891011
  1. // Configuration settings file format documentation can be found at:
  2. // https://help.apple.com/xcode/#/dev745c5c974
  3. #include "Module-Debug.xcconfig"
  4. #include "App-Shared.xcconfig"
  5. // Space-separated list of preprocessor macros of the form `foo` or `foo=bar`
  6. GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEBUG=1 DD_LOG_LEVEL=DDLogLevelAll
  7. // A list of compilation conditions to enable for conditional compilation expressions.
  8. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG