From f47a0592bdd92f91612e0ff23ce99a4bccd6faad Mon Sep 17 00:00:00 2001 From: maguhiro Date: Mon, 17 Jun 2019 13:44:21 +0900 Subject: [PATCH] change APPLICATION_EXTENSION_API_ONLY to YES on DIKit Targets --- DIKit.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DIKit.xcodeproj/project.pbxproj b/DIKit.xcodeproj/project.pbxproj index 5759723..2b31d49 100644 --- a/DIKit.xcodeproj/project.pbxproj +++ b/DIKit.xcodeproj/project.pbxproj @@ -826,6 +826,7 @@ 7FEF8C7722635A560088DC3B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; @@ -853,6 +854,7 @@ 7FEF8C7822635A560088DC3B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES;