Changeset 4271

Show
Ignore:
Timestamp:
06/09/06 09:32:17 (2 years ago)
Author:
morris
Message:

Xcode

Files:

Legend:

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

    r4261 r4271  
    632632                        runOnlyForDeploymentPostprocessing = 0; 
    633633                        shellPath = /bin/sh; 
    634                         shellScript = "# Zip\ncd \"$BUILT_PRODUCTS_DIR\"\nrm -f \"$BUILD_DIR/WiredServer.zip\"\nzip -ry \"BUILD_DIR/WiredServer.zip\" \"WiredServer.pkg\" || exit 1\n"; 
     634                        shellScript = "# Zip\ncd \"$BUILT_PRODUCTS_DIR\"\nrm -f \"$BUILD_DIR/WiredServer.zip\"\nzip -ry \"$BUILD_DIR/WiredServer.zip\" \"WiredServer.pkg\" || exit 1\n"; 
    635635                }; 
    636636/* End PBXShellScriptBuildPhase section */