Skip to content

Commit 59373e8

Browse files
committed
Going to armv7 and armv7s because armv6 is not supported in the dpeloyment target (4.3) anymore anyway.
1 parent f58adcb commit 59373e8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

OAuth2Client.xcodeproj/project.pbxproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -444,10 +444,7 @@
444444
isa = XCBuildConfiguration;
445445
buildSettings = {
446446
ALWAYS_SEARCH_USER_PATHS = NO;
447-
ARCHS = (
448-
"$(inherited)",
449-
armv6,
450-
);
447+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
451448
CLANG_ENABLE_OBJC_ARC = YES;
452449
COPY_PHASE_STRIP = NO;
453450
DEPLOYMENT_LOCATION = YES;
@@ -471,10 +468,7 @@
471468
isa = XCBuildConfiguration;
472469
buildSettings = {
473470
ALWAYS_SEARCH_USER_PATHS = NO;
474-
ARCHS = (
475-
"$(inherited)",
476-
armv6,
477-
);
471+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
478472
CLANG_ENABLE_OBJC_ARC = YES;
479473
DEPLOYMENT_LOCATION = YES;
480474
DSTROOT = /tmp/OAuth2Client.dst;

0 commit comments

Comments
 (0)