From 0c7888f8bf6d258ab78096b63965964ed62e56b5 Mon Sep 17 00:00:00 2001 From: Anton Plebanovich Date: Tue, 28 Jan 2020 15:28:48 +0300 Subject: [PATCH] - Fixes Carthage framework link against app extension warning --- Material.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Material.xcodeproj/project.pbxproj b/Material.xcodeproj/project.pbxproj index 975bbd9db..c71a53c19 100644 --- a/Material.xcodeproj/project.pbxproj +++ b/Material.xcodeproj/project.pbxproj @@ -1227,6 +1227,7 @@ 9638324D1B88DFD80015F710 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_OBJC_UNUSED_IVARS = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = ""; @@ -1253,6 +1254,7 @@ 9638324E1B88DFD80015F710 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_OBJC_UNUSED_IVARS = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "";