From 2d443b580ba3c3725be151943ae9403fde16abea Mon Sep 17 00:00:00 2001 From: Anton Plebanovich Date: Tue, 28 Jan 2020 15:13:27 +0300 Subject: [PATCH] - Fixes warning when linked agains app extension for Carthage --- Motion.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Motion.xcodeproj/project.pbxproj b/Motion.xcodeproj/project.pbxproj index 0553995..effe433 100644 --- a/Motion.xcodeproj/project.pbxproj +++ b/Motion.xcodeproj/project.pbxproj @@ -530,6 +530,7 @@ 96C98DDA1E424AB000B22906 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -554,6 +555,7 @@ 96C98DDB1E424AB000B22906 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = ""; DEFINES_MODULE = YES;