From 69d3703f4c26bf566810d15c68fc1587a9db7e1e Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Fri, 3 May 2019 13:55:26 +1000 Subject: [PATCH] Fix LokiKit warning --- LokiKit/LokiKit.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LokiKit/LokiKit.xcodeproj/project.pbxproj b/LokiKit/LokiKit.xcodeproj/project.pbxproj index dbd51b2f6..481067913 100644 --- a/LokiKit/LokiKit.xcodeproj/project.pbxproj +++ b/LokiKit/LokiKit.xcodeproj/project.pbxproj @@ -466,6 +466,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = E08CB8D0C89F4717B2D51D41 /* Pods-LokiKit.debug.xcconfig */; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; @@ -493,6 +494,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = D5C29CCA1A7CDF6063649ED2 /* Pods-LokiKit.release.xcconfig */; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic;