From: Kent Sutherland Date: Thu, 23 Feb 2006 22:29:04 +0000 (+0000) Subject: Using the 10.4 SDK to build universal X-Git-Tag: MenuTunes-1.7~2 X-Git-Url: http://git.ithinksw.org/ITKit.git/commitdiff_plain/0aecaf45e8f7d5b1401b3872d06b07fea9497e7e Using the 10.4 SDK to build universal --- diff --git a/ITKit.xcodeproj/project.pbxproj b/ITKit.xcodeproj/project.pbxproj index e14c010..692d4ee 100644 --- a/ITKit.xcodeproj/project.pbxproj +++ b/ITKit.xcodeproj/project.pbxproj @@ -1362,24 +1362,36 @@ 7C022FF008A8465D00DDBD03 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = ( + ppc, + i386, + ); MACOSX_DEPLOYMENT_TARGET = 10.2; - SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk; + SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Debug; }; 7C022FF108A8465D00DDBD03 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = ( + ppc, + i386, + ); MACOSX_DEPLOYMENT_TARGET = 10.2; - SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk; + SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Release; }; 7C022FF208A8465D00DDBD03 /* Default */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = ( + ppc, + i386, + ); MACOSX_DEPLOYMENT_TARGET = 10.2; - SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk; + SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Default; };