diff options
author | rowanbeentje <rowan@beent.je> | 2014-05-04 23:29:10 +0100 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2014-05-04 23:29:10 +0100 |
commit | afadd0273178b5803b11ba69a37b6a1138771216 (patch) | |
tree | b72ac497b382e90df8bec98da46ec8094cf97e31 /Frameworks/QueryKit | |
parent | dd1e3e7893721b7de2ad0a35f21ad76fbc0248e8 (diff) | |
download | sequelpro-afadd0273178b5803b11ba69a37b6a1138771216.tar.gz sequelpro-afadd0273178b5803b11ba69a37b6a1138771216.tar.bz2 sequelpro-afadd0273178b5803b11ba69a37b6a1138771216.zip |
Re-add explicit 32/64 bit builds following Xcode settings upgrade to recommend settngs removing this
Diffstat (limited to 'Frameworks/QueryKit')
-rw-r--r-- | Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj b/Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj index d42cfe83..62059d07 100644 --- a/Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj +++ b/Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj @@ -436,6 +436,7 @@ 17E5952D14F302740054EE08 /* Distribution */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; CLANG_LINK_OBJC_RUNTIME = NO; CLANG_STATIC_ANALYZER_MODE = deep; CLANG_WARN_BOOL_CONVERSION = YES; @@ -675,6 +676,7 @@ 1DEB91B208733DA50010E9CD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; CLANG_LINK_OBJC_RUNTIME = NO; CLANG_STATIC_ANALYZER_MODE = deep; CLANG_WARN_BOOL_CONVERSION = YES; @@ -705,6 +707,7 @@ 1DEB91B308733DA50010E9CD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; CLANG_LINK_OBJC_RUNTIME = NO; CLANG_STATIC_ANALYZER_MODE = deep; CLANG_WARN_BOOL_CONVERSION = YES; |