We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58adcb commit 59373e8Copy full SHA for 59373e8
OAuth2Client.xcodeproj/project.pbxproj
@@ -444,10 +444,7 @@
444
isa = XCBuildConfiguration;
445
buildSettings = {
446
ALWAYS_SEARCH_USER_PATHS = NO;
447
- ARCHS = (
448
- "$(inherited)",
449
- armv6,
450
- );
+ ARCHS = "$(ARCHS_STANDARD_32_BIT)";
451
CLANG_ENABLE_OBJC_ARC = YES;
452
COPY_PHASE_STRIP = NO;
453
DEPLOYMENT_LOCATION = YES;
@@ -471,10 +468,7 @@
471
468
472
469
473
470
474
475
476
477
478
479
480
DSTROOT = /tmp/OAuth2Client.dst;
0 commit comments