From 91baa72e93db839f7f5ad670585d3b16bafcc5ec Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 11 Sep 2013 19:30:12 +0000 Subject: Updated the ARCH selector to match what Apple uses. Otherwise the Xcode UI gets two entries because of the different patterns (Apple now defaults to also including this). All this needs to match is x86_64, arm64, and maybe ppc64. DELTA=1 (0 added, 0 deleted, 1 changed) --- XcodeConfig/subconfig/General.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XcodeConfig') diff --git a/XcodeConfig/subconfig/General.xcconfig b/XcodeConfig/subconfig/General.xcconfig index 63293cb..781c414 100644 --- a/XcodeConfig/subconfig/General.xcconfig +++ b/XcodeConfig/subconfig/General.xcconfig @@ -83,7 +83,7 @@ GCC_OBJC_CALL_CXX_CDTORS = YES GCC_FAST_OBJC_DISPATCH = YES // Warn on implicit data conversions in 64bit builds -GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64*] = YES +GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64] = YES // Strictest warning policy that we can do // Options intentionally turned off -- cgit v1.2.3