Skip to content

Commit 15d5bcb

Browse files
committed
Fix the Example/Test warning
1 parent 4005a4d commit 15d5bcb

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Example/SDWebImageWebPCoderExample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@
381381
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
382382
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
383383
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
384-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
385384
CODE_SIGN_ENTITLEMENTS = "SDWebImageWebPCoderExample-macOS/SDWebImageWebPCoderExample_macOS.entitlements";
386385
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
387386
CODE_SIGN_STYLE = Automatic;
@@ -414,7 +413,6 @@
414413
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
415414
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
416415
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
417-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
418416
CODE_SIGN_ENTITLEMENTS = "SDWebImageWebPCoderExample-macOS/SDWebImageWebPCoderExample_macOS.entitlements";
419417
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
420418
CODE_SIGN_STYLE = Automatic;

Tests/SDWebImageWebPCoderTests.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@
333333
baseConfigurationReference = F121CFAEBEFA209D335C5C6D /* Pods-SDWebImageWebPCoderTests-macOS.debug.xcconfig */;
334334
buildSettings = {
335335
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
336-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
337336
CODE_SIGN_STYLE = Automatic;
338337
CURRENT_PROJECT_VERSION = 1;
339338
GENERATE_INFOPLIST_FILE = YES;
@@ -354,7 +353,6 @@
354353
baseConfigurationReference = 629CDA5B28E4CDE69D5A5051 /* Pods-SDWebImageWebPCoderTests-macOS.release.xcconfig */;
355354
buildSettings = {
356355
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
357-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
358356
CODE_SIGN_STYLE = Automatic;
359357
CURRENT_PROJECT_VERSION = 1;
360358
GENERATE_INFOPLIST_FILE = YES;

0 commit comments

Comments
 (0)