From a065fa2379a3e174eebf38f2985263a5dc9a0b21 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Tue, 19 Mar 2019 13:26:21 +0800 Subject: [PATCH] Rename pch file with Prefix.pch, make it easy to distinguish from the umbrella headers --- Configs/Module-Shared.xcconfig | 2 +- WebImage/{SDWebImage.pch => SDWebImage-Prefix.pch} | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) rename WebImage/{SDWebImage.pch => SDWebImage-Prefix.pch} (91%) diff --git a/Configs/Module-Shared.xcconfig b/Configs/Module-Shared.xcconfig index f2ba5f80..71bccf54 100644 --- a/Configs/Module-Shared.xcconfig +++ b/Configs/Module-Shared.xcconfig @@ -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 diff --git a/WebImage/SDWebImage.pch b/WebImage/SDWebImage-Prefix.pch similarity index 91% rename from WebImage/SDWebImage.pch rename to WebImage/SDWebImage-Prefix.pch index 62e1726a..badb42c3 100644 --- a/WebImage/SDWebImage.pch +++ b/WebImage/SDWebImage-Prefix.pch @@ -1,7 +1,6 @@ /* * This file is part of the SDWebImage package. * (c) Olivier Poitrey - * (c) Florent Vilmart * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.