Changeset 95

Show
Ignore:
Timestamp:
02/19/06 18:05:23 (3 years ago)
Author:
chrisp
Message:

Build a universal binary in the Deployment configuration, target 10.3 on
PowerPC and 10.4 on Intel.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SSHKeychain.xcodeproj/project.pbxproj

    r77 r95  
    974974                        isa = XCBuildConfiguration; 
    975975                        buildSettings = { 
     976                                ARCHS = ( 
     977                                        ppc, 
     978                                        i386, 
     979                                ); 
     980                                MACOSX_DEPLOYMENT_TARGET_i386 = 10.4; 
     981                                MACOSX_DEPLOYMENT_TARGET_ppc = 10.3; 
     982                                SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk; 
     983                                SDKROOT_ppc = /Developer/SDKs/MacOSX10.3.9.sdk; 
    976984                        }; 
    977985                        name = Deployment;