Remove the extra pch config in xcconfig
This commit is contained in:
parent
5c13490eeb
commit
44624767ad
|
@ -5,6 +5,3 @@
|
||||||
|
|
||||||
// Name of an asset catalog app icon set whose contents will be merged into the `Info.plist`.
|
// Name of an asset catalog app icon set whose contents will be merged into the `Info.plist`.
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
||||||
|
|
||||||
// Implicitly include the named header. The path given should either be a project relative path or an absolute path.
|
|
||||||
GCC_PREFIX_HEADER =
|
|
||||||
|
|
|
@ -3,8 +3,5 @@
|
||||||
|
|
||||||
#include "Module-Shared.xcconfig"
|
#include "Module-Shared.xcconfig"
|
||||||
|
|
||||||
// Implicitly include the named header. The path given should either be a project relative path or an absolute path.
|
|
||||||
GCC_PREFIX_HEADER =
|
|
||||||
|
|
||||||
// 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.
|
// 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.
|
||||||
HEADER_SEARCH_PATHS = $(inherited) "$(SRCROOT)/../SDWebImage/Private"
|
HEADER_SEARCH_PATHS = $(inherited) "$(SRCROOT)/../SDWebImage/Private"
|
||||||
|
|
Loading…
Reference in New Issue