Changeset 3295

Show
Ignore:
Timestamp:
06/12/06 22:04:43 (2 years ago)
Author:
timothy
Message:

Fixes the remove headers build script. Also removes the touch Style and Emoticons script.

Files:

Legend:

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

    r3294 r3295  
    18851885                                1CB2CD88052DDC560094AAA4 /* Copy Plugins */, 
    18861886                                1C7F300D085545E600D41FB0 /* Copy Spotlight Importer */, 
    1887                                 1CF038FF062F8DBB009774D8 /* Touch Styles & Emoticons */, 
    18881887                                1C91DEAC06972EC0007C1638 /* Remove Headers */, 
    18891888                                1C2EDE8B0A3568EF0051E9C2 /* Update Build Number */, 
     
    22892288                        runOnlyForDeploymentPostprocessing = 0; 
    22902289                        shellPath = /bin/sh; 
    2291                         shellScript = "find \"$TARGET_BUILD_DIR/$WRAPPER_NAME\" -name 'Headers' -delete\n"; 
     2290                        shellScript = "find \"$TARGET_BUILD_DIR/$FRAMEWORKS_FOLDER_PATH\" -name \"Headers\" -print0 | xargs -0 rm -rf\n"; 
    22922291                }; 
    22932292                1CAF6496099EA9350036A727 /* Unarchive Frameworks */ = { 
     
    23112310                        shellPath = /bin/sh; 
    23122311                        shellScript = "cd $SRCROOT/Frameworks\nrm -rf $SRCROOT/*.framework\ntar xzf frameworks.tar.gz\nranlib $SRCROOT/Frameworks/*.a\n"; 
    2313                 }; 
    2314                 1CF038FF062F8DBB009774D8 /* Touch Styles & Emoticons */ = { 
    2315                         isa = PBXShellScriptBuildPhase; 
    2316                         buildActionMask = 2147483647; 
    2317                         files = ( 
    2318                         ); 
    2319                         inputPaths = ( 
    2320                         ); 
    2321                         name = "Touch Styles & Emoticons"; 
    2322                         outputPaths = ( 
    2323                         ); 
    2324                         runOnlyForDeploymentPostprocessing = 0; 
    2325                         shellPath = /bin/sh; 
    2326                         shellScript = "touch Resources/Styles\ntouch Resources/Emoticons\n"; 
    23272312                }; 
    23282313/* End PBXShellScriptBuildPhase section */