Test-Shared.xcconfig 479 B

1234567
  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"