adium 3028:5fb9cf57fd12: Build for the 10.6 SDK in x86_64. Don't...

commits at adium.im commits at adium.im
Sat Dec 5 20:26:42 UTC 2009


details:	http://hg.adium.im/adium/rev/5fb9cf57fd12
revision:	3028:5fb9cf57fd12
author:		Zachary West <zacw at adium.im>
date:		Sat Dec 05 15:26:29 2009 -0500

Build for the 10.6 SDK in x86_64. Don't try and set configs in the xcodeproj.

diffs (33 lines):

diff -r d5d3cfb8feda -r 5fb9cf57fd12 Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj	Sat Dec 05 15:11:10 2009 -0500
+++ b/Adium.xcodeproj/project.pbxproj	Sat Dec 05 15:26:29 2009 -0500
@@ -12615,7 +12615,6 @@
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 63C7E02B0FAF9BA800B310AC /* Release.xcconfig */;
 			buildSettings = {
-				MACOSX_DEPLOYMENT_TARGET = 10.5;
 			};
 			name = Release;
 		};
diff -r d5d3cfb8feda -r 5fb9cf57fd12 xcconfigs/Base.xcconfig
--- a/xcconfigs/Base.xcconfig	Sat Dec 05 15:11:10 2009 -0500
+++ b/xcconfigs/Base.xcconfig	Sat Dec 05 15:26:29 2009 -0500
@@ -7,6 +7,9 @@
 GCC_C_LANGUAGE_STANDARD = gnu99
 GCC_VERSION = 4.2
 SDKROOT = macosx10.5
+SDKROOT[arch=x86_64] = macosx10.6
+MACOSX_DEPLOYMENT_TARGET = 10.5
+MACOSX_DEPLOYMENT_TARGET[arch=x86_64] = 10.6
 GCC_WARN_ABOUT_MISSING_NEWLINE = YES
 GCC_WARN_UNUSED_VARIABLE = YES
 GCC_WARN_MISSING_PARENTHESES = YES
@@ -21,7 +24,7 @@
 GCC_ENABLE_SYMBOL_SEPARATION = YES
 GCC_ENABLE_OBJC_EXCEPTIONS = YES
 GCC_PRECOMPILE_PREFIX_HEADER = YES
-VALID_ARCHS = i386 ppc ppc64 ppc7400 ppc970 x86_64
+VALID_ARCHS = i386 ppc x86_64
 DEBUG_INFORMATION_FORMAT = dwarf
 WARNING_CFLAGS = -Wall
 FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_PROJECT_1 = "$(BUILT_PRODUCTS_DIR)"




More information about the commits mailing list