From 2dd61393ed116d6f542c97ddb784f59205323488 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Sun, 5 Nov 2017 07:58:44 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9Clinking=20against=20dylib=20not?= =?UTF-8?q?=20safe=20for=20use=20in=20application=20extensions=E2=80=9D=20?= =?UTF-8?q?warning=20for=20watch=20extension=20demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Examples/SDWebImage Demo.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Examples/SDWebImage Demo.xcodeproj/project.pbxproj b/Examples/SDWebImage Demo.xcodeproj/project.pbxproj index 68945edb..af8e6507 100644 --- a/Examples/SDWebImage Demo.xcodeproj/project.pbxproj +++ b/Examples/SDWebImage Demo.xcodeproj/project.pbxproj @@ -942,6 +942,7 @@ 43A62A111D0E07600089D7DD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; @@ -979,6 +980,7 @@ 43A62A121D0E07600089D7DD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++";