From 409627e42b576cd1f5e3182ad24dc22baefd0753 Mon Sep 17 00:00:00 2001 From: Patrick Kladek Date: Sat, 12 Nov 2022 20:54:12 +0400 Subject: [PATCH] build application extension safe --- CocoaDebugKit/CocoaDebugKit.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CocoaDebugKit/CocoaDebugKit.xcodeproj/project.pbxproj b/CocoaDebugKit/CocoaDebugKit.xcodeproj/project.pbxproj index 4a61d77..d5eb41b 100644 --- a/CocoaDebugKit/CocoaDebugKit.xcodeproj/project.pbxproj +++ b/CocoaDebugKit/CocoaDebugKit.xcodeproj/project.pbxproj @@ -464,7 +464,7 @@ CD2762021B0E1C050000BB5D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; + APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; @@ -493,7 +493,7 @@ CD2762031B0E1C050000BB5D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; + APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES;