Skip to content

Commit

Permalink
build application extension safe
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Kladek committed Nov 12, 2022
1 parent 7618437 commit 409627e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CocoaDebugKit/CocoaDebugKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 409627e

Please sign in to comment.