Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Re-add explicit 32/64 bit builds following Xcode settings upgrade to …
…recommend settngs removing this
- Loading branch information
|
@@ -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; |
|
|
|
@@ -593,6 +593,7 @@ |
|
|
1DEB91B208733DA50010E9CD /* Debug */ = { |
|
|
isa = XCBuildConfiguration; |
|
|
buildSettings = { |
|
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; |
|
|
CLANG_LINK_OBJC_RUNTIME = NO; |
|
|
CLANG_WARN_BOOL_CONVERSION = YES; |
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES; |
|
@@ -628,6 +629,7 @@ |
|
|
1DEB91B308733DA50010E9CD /* Release */ = { |
|
|
isa = XCBuildConfiguration; |
|
|
buildSettings = { |
|
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; |
|
|
CLANG_LINK_OBJC_RUNTIME = NO; |
|
|
CLANG_WARN_BOOL_CONVERSION = YES; |
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES; |
|
@@ -661,6 +663,7 @@ |
|
|
586AA55214F5D599007F82BF /* Distribution */ = { |
|
|
isa = XCBuildConfiguration; |
|
|
buildSettings = { |
|
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; |
|
|
CLANG_LINK_OBJC_RUNTIME = NO; |
|
|
CLANG_WARN_BOOL_CONVERSION = YES; |
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES; |
|
|
|
@@ -3791,6 +3791,7 @@ |
|
|
588593F00F7AEB6900ED0E67 /* 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; |
|
@@ -4100,6 +4101,7 @@ |
|
|
C05733CC08A9546B00998B17 /* 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; |
|
@@ -4157,6 +4159,7 @@ |
|
|
C05733CD08A9546B00998B17 /* 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; |
|
|