Skip to content
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.

Commit

Permalink
1.0.1a: Fix the framework target's overzealous stripping.
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Waldowski <zwaldowski@gmail.com>
  • Loading branch information
zwaldowski committed Dec 27, 2011
1 parent ca7fb43 commit 12e28cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions BlocksKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1464,8 +1464,8 @@
isa = XCBuildConfiguration;
buildSettings = {
CONTENTS_FOLDER_PATH = "$(WRAPPER_NAME)/Versions/$(FRAMEWORK_VERSION)";
COPY_PHASE_STRIP = YES;
DEAD_CODE_STRIPPING = NO;
DEPLOYMENT_POSTPROCESSING = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
Expand All @@ -1475,6 +1475,7 @@
MACH_O_TYPE = mh_object;
PRODUCT_NAME = BlocksKit;
SKIP_INSTALL = YES;
STRIP_STYLE = debugging;
UNLOCALIZED_RESOURCES_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/Resources";
WRAPPER_EXTENSION = framework;
};
Expand All @@ -1484,8 +1485,8 @@
isa = XCBuildConfiguration;
buildSettings = {
CONTENTS_FOLDER_PATH = "$(WRAPPER_NAME)/Versions/$(FRAMEWORK_VERSION)";
COPY_PHASE_STRIP = YES;
DEAD_CODE_STRIPPING = NO;
DEPLOYMENT_POSTPROCESSING = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
Expand All @@ -1495,6 +1496,7 @@
MACH_O_TYPE = mh_object;
PRODUCT_NAME = BlocksKit;
SKIP_INSTALL = YES;
STRIP_STYLE = debugging;
UNLOCALIZED_RESOURCES_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/Resources";
WRAPPER_EXTENSION = framework;
};
Expand Down

0 comments on commit 12e28cc

Please sign in to comment.