Skip to content

Commit 6a1f464

Browse files
committed
Fixes brotherbard#7 brotherbard#8 release wasn't working, but we can just disable 32-bit architecture because current Xcode won't run on it anyway.
1 parent 460bdfc commit 6a1f464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GitX.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@
14831483
26FC0A890875C7B200E6366F /* Debug */ = {
14841484
isa = XCBuildConfiguration;
14851485
buildSettings = {
1486-
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
1486+
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
14871487
DEBUG_INFORMATION_FORMAT = dwarf;
14881488
GCC_ENABLE_OBJC_GC = required;
14891489
GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1";
@@ -1500,7 +1500,7 @@
15001500
26FC0A8A0875C7B200E6366F /* Release */ = {
15011501
isa = XCBuildConfiguration;
15021502
buildSettings = {
1503-
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
1503+
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
15041504
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
15051505
GCC_ENABLE_OBJC_GC = required;
15061506
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;

0 commit comments

Comments
 (0)