From 5a473e97e0a67167eaa5fb7b6ea12eb8172eca59 Mon Sep 17 00:00:00 2001 From: Bruno Guidolim Date: Mon, 4 May 2020 12:06:34 +0200 Subject: [PATCH] Fix - Enable extension API only flag --- AwaitKit.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AwaitKit.xcodeproj/project.pbxproj b/AwaitKit.xcodeproj/project.pbxproj index 4b2a707..2eeb0ce 100644 --- a/AwaitKit.xcodeproj/project.pbxproj +++ b/AwaitKit.xcodeproj/project.pbxproj @@ -508,6 +508,7 @@ FEF014271E39E12200C4A60B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = ""; DEFINES_MODULE = YES; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -523,6 +524,7 @@ FEF014281E39E12200C4A60B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = ""; DEFINES_MODULE = YES; DYLIB_INSTALL_NAME_BASE = "@rpath";