Skip to content

Commit

Permalink
Going to armv7 and armv7s because armv6 is not supported in the dpelo…
Browse files Browse the repository at this point in the history
…yment target (4.3) anymore anyway.
  • Loading branch information
toto committed Oct 24, 2012
1 parent f58adcb commit 59373e8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions OAuth2Client.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
"$(inherited)",
armv6,
);
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
COPY_PHASE_STRIP = NO;
DEPLOYMENT_LOCATION = YES;
Expand All @@ -471,10 +468,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
"$(inherited)",
armv6,
);
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
DEPLOYMENT_LOCATION = YES;
DSTROOT = /tmp/OAuth2Client.dst;
Expand Down

0 comments on commit 59373e8

Please sign in to comment.