Test-Shared.xcconfig 803 B

1234567891011121314
  1. // Configuration settings file format documentation can be found at:
  2. // https://help.apple.com/xcode/#/dev745c5c974
  3. #include "Module-Shared.xcconfig"
  4. #include "Codesign.xcconfig"
  5. // This is a list of paths to folders to be searched by the compiler for included or imported header files when compiling C, Objective-C, C++, or Objective-C++. Paths are delimited by whitespace, so any paths with spaces in them need to be properly quoted.
  6. HEADER_SEARCH_PATHS = $(inherited) "$(SRCROOT)/../SDWebImage/Private"
  7. // Warns when a quoted include is used instead of a framework style include in a framework header.
  8. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
  9. // If enabled, the build system will sandbox user scripts to disallow undeclared input/output dependencies.
  10. ENABLE_USER_SCRIPT_SANDBOXING = NO