Rename pch file with Prefix.pch, make it easy to distinguish from the umbrella headers
This commit is contained in:
parent
e702214f82
commit
a065fa2379
|
@ -230,4 +230,4 @@ VERSIONING_SYSTEM = apple-generic
|
|||
WATCHOS_DEPLOYMENT_TARGET = 2.0
|
||||
|
||||
// Implicitly include the named header. The path given should either be a project relative path or an absolute path.
|
||||
GCC_PREFIX_HEADER = WebImage/SDWebImage.pch
|
||||
GCC_PREFIX_HEADER = WebImage/SDWebImage-Prefix.pch
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/*
|
||||
* This file is part of the SDWebImage package.
|
||||
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||
* (c) Florent Vilmart
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
Loading…
Reference in New Issue