Changeset 25

Show
Ignore:
Timestamp:
12/02/04 16:38:24 (4 years ago)
Author:
kevin
Message:

Add shell script to remove .svn dirs and .DS_Store files from the built product

Files:

Legend:

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

    r18 r25  
    4444                        sourceTree = "<group>"; 
    4545                }; 
     46                0A5AAA7E075F690B007668AB = { 
     47                        buildActionMask = 2147483647; 
     48                        files = ( 
     49                        ); 
     50                        inputPaths = ( 
     51                        ); 
     52                        isa = PBXShellScriptBuildPhase; 
     53                        outputPaths = ( 
     54                        ); 
     55                        runOnlyForDeploymentPostprocessing = 0; 
     56                        shellPath = /bin/sh; 
     57                        shellScript = "echo \"Cleaning up unneeded files...\"\nfind $BUILD_ROOT/$WRAPPER_NAME '(' -name '.svn' -or -name '.DS_Store' ')' -prune -exec rm -rf '{}' ';'"; 
     58                }; 
    4659                0A925562075F22B800B98A2B = { 
    4760                        isa = PBXFileReference; 
     
    309322                                8D11072C0486CEB800E47090, 
    310323                                8D11072E0486CEB800E47090, 
     324                                0A5AAA7E075F690B007668AB, 
    311325                        ); 
    312326                        buildRules = (