Adium

Changeset 24102

Show
Ignore:
Timestamp:
06/29/2008 06:46:51 PM (6 months ago)
Author:
evands
Message:

The JSON.framework build products now go to the right place for all build configurations, not just for Development. They need to go to '../../build' for Adium to make use of them. This lead to the build of 1.3b4 from smew to use the old version of the framework when copying even though the right one was used for linking.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Frameworks/JSON Framework/JSON.xcodeproj/project.pbxproj

    r24085 r24102  
    472472                                COPY_PHASE_STRIP = YES; 
    473473                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; 
     474                                SYMROOT = ../../build; 
    474475                        }; 
    475476                        name = "Deployment-Debug"; 
     
    613614                                COPY_PHASE_STRIP = YES; 
    614615                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; 
     616                                SYMROOT = ../../build; 
    615617                        }; 
    616618                        name = "Deployment-Debug_PPC_Only"; 
     
    763765                                COPY_PHASE_STRIP = YES; 
    764766                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; 
     767                                SYMROOT = ../../build; 
    765768                        }; 
    766769                        name = Deployment;