diff options
author | Marius Ursache <marius@marius.me.uk> | 2016-02-29 21:59:39 +1100 |
---|---|---|
committer | Marius Ursache <marius@marius.me.uk> | 2016-02-29 21:59:39 +1100 |
commit | 722a7a0438224fed3d9a711c211608503d956a2e (patch) | |
tree | 49bbb768d22e0109d7e053623df4a10a001d06ec /Frameworks/QueryKit/QueryKit.xcodeproj | |
parent | 16831b8eb9e1947deb82118411acf0b8fd9862c8 (diff) | |
download | sequelpro-722a7a0438224fed3d9a711c211608503d956a2e.tar.gz sequelpro-722a7a0438224fed3d9a711c211608503d956a2e.tar.bz2 sequelpro-722a7a0438224fed3d9a711c211608503d956a2e.zip |
Restored archs flag to build settings
Diffstat (limited to 'Frameworks/QueryKit/QueryKit.xcodeproj')
-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 4d1c2ef7..52ef1774 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; @@ -672,6 +673,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; @@ -706,6 +708,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; |