Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Fixed arch settings for iOS library target.
Browse files Browse the repository at this point in the history
  • Loading branch information
snej committed Nov 1, 2012
1 parent cf4814d commit 5d53ba0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions CouchCocoa.xcodeproj/project.pbxproj
Expand Up @@ -1500,10 +1500,7 @@
2739BF4B13BCE53C004829CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
i386,
armv7,
);
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = NO;
DSTROOT = /tmp/iOS_Library.dst;
Expand All @@ -1529,10 +1526,7 @@
2739BF4C13BCE53C004829CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
i386,
armv7,
);
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
COPY_PHASE_STRIP = YES;
DEAD_CODE_STRIPPING = NO;
DSTROOT = /tmp/iOS_Library.dst;
Expand Down

0 comments on commit 5d53ba0

Please sign in to comment.