Test-Shared.xcconfig 774 B

12345678910111213
  1. // Configuration settings file format documentation can be found at:
  2. // https://help.apple.com/xcode/#/dev745c5c974
  3. #include "Module-Shared.xcconfig"
  4. // 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.
  5. HEADER_SEARCH_PATHS = $(inherited) "$(SRCROOT)/../SDWebImage/Private"
  6. // Warns when a quoted include is used instead of a framework style include in a framework header.
  7. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
  8. // If enabled, the build system will sandbox user scripts to disallow undeclared input/output dependencies.
  9. ENABLE_USER_SCRIPT_SANDBOXING = NO