Using the 10.4 SDK to build universal
authorKent Sutherland <ksuther@ithinksw.com>
Thu, 23 Feb 2006 22:29:04 +0000 (22:29 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Thu, 23 Feb 2006 22:29:04 +0000 (22:29 +0000)
ITKit.xcodeproj/project.pbxproj

index e14c010..692d4ee 100644 (file)
                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;
                };