Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12e28cc

Browse files
committed
1.0.1a: Fix the framework target's overzealous stripping.
Signed-off-by: Zachary Waldowski <[email protected]>
1 parent ca7fb43 commit 12e28cc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

BlocksKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,8 +1464,8 @@
14641464
isa = XCBuildConfiguration;
14651465
buildSettings = {
14661466
CONTENTS_FOLDER_PATH = "$(WRAPPER_NAME)/Versions/$(FRAMEWORK_VERSION)";
1467+
COPY_PHASE_STRIP = YES;
14671468
DEAD_CODE_STRIPPING = NO;
1468-
DEPLOYMENT_POSTPROCESSING = YES;
14691469
DYLIB_COMPATIBILITY_VERSION = 1;
14701470
DYLIB_CURRENT_VERSION = 1;
14711471
FRAMEWORK_VERSION = A;
@@ -1475,6 +1475,7 @@
14751475
MACH_O_TYPE = mh_object;
14761476
PRODUCT_NAME = BlocksKit;
14771477
SKIP_INSTALL = YES;
1478+
STRIP_STYLE = debugging;
14781479
UNLOCALIZED_RESOURCES_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/Resources";
14791480
WRAPPER_EXTENSION = framework;
14801481
};
@@ -1484,8 +1485,8 @@
14841485
isa = XCBuildConfiguration;
14851486
buildSettings = {
14861487
CONTENTS_FOLDER_PATH = "$(WRAPPER_NAME)/Versions/$(FRAMEWORK_VERSION)";
1488+
COPY_PHASE_STRIP = YES;
14871489
DEAD_CODE_STRIPPING = NO;
1488-
DEPLOYMENT_POSTPROCESSING = YES;
14891490
DYLIB_COMPATIBILITY_VERSION = 1;
14901491
DYLIB_CURRENT_VERSION = 1;
14911492
FRAMEWORK_VERSION = A;
@@ -1495,6 +1496,7 @@
14951496
MACH_O_TYPE = mh_object;
14961497
PRODUCT_NAME = BlocksKit;
14971498
SKIP_INSTALL = YES;
1499+
STRIP_STYLE = debugging;
14981500
UNLOCALIZED_RESOURCES_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/Resources";
14991501
WRAPPER_EXTENSION = framework;
15001502
};

0 commit comments

Comments
 (0)