Skip to content

Commit

Permalink
Use standard architectures. Fixes soffes#136
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Sep 14, 2012
1 parent af60a23 commit 4065cf8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions SSToolkit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1014,10 +1014,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
armv6,
armv7,
);
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
COPY_PHASE_STRIP = NO;
DSTROOT = /tmp/SSToolkit.dst;
Expand Down Expand Up @@ -1061,10 +1058,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
armv6,
armv7,
);
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
DSTROOT = /tmp/SSToolkit.dst;
GCC_C_LANGUAGE_STANDARD = "compiler-default";
Expand Down

0 comments on commit 4065cf8

Please sign in to comment.