Remove the extra pch config in xcconfig

This commit is contained in:
DreamPiggy 2019-05-13 18:12:11 +08:00
parent 5c13490eeb
commit 44624767ad
2 changed files with 0 additions and 6 deletions

View File

@ -5,6 +5,3 @@
// Name of an asset catalog app icon set whose contents will be merged into the `Info.plist`.
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 =

View File

@ -3,8 +3,5 @@
#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.
HEADER_SEARCH_PATHS = $(inherited) "$(SRCROOT)/../SDWebImage/Private"