Skip to content

Commit

Permalink
ARC requires 64-bit ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed Apr 9, 2012
1 parent 3358884 commit c9adc20
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions TwUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = YES;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
COPY_PHASE_STRIP = NO;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1140,14 +1140,15 @@
OTHER_CFLAGS = "-DNS_BUILD_32_LIKE_64";
RUN_CLANG_STATIC_ANALYZER = YES;
SDKROOT = macosx;
VALID_ARCHS = x86_64;
};
name = Debug;
};
CB5B267313BE6DA300579B1E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = YES;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand All @@ -1162,11 +1163,12 @@
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
LLVM_LTO = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = "-DNS_BUILD_32_LIKE_64";
RUN_CLANG_STATIC_ANALYZER = YES;
SDKROOT = macosx;
VALID_ARCHS = x86_64;
};
name = Release;
};
Expand Down

0 comments on commit c9adc20

Please sign in to comment.