Changeset 1364

Show
Ignore:
Timestamp:
07/12/04 20:58:36 (4 years ago)
Author:
morris
Message:

xcode stuff

Files:

Legend:

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

    r1362 r1364  
    14901490                        runOnlyForDeploymentPostprocessing = 0; 
    14911491                        shellPath = /bin/sh; 
    1492                         shellScript = "#!/bin/sh\n\nOLD_VERSION=$(cat .version)\nVERSION=$(expr $OLD_VERSION + 1)\n\nOLD_STRING=$(printf \"%x\" $OLD_VERSION|tr \"[:lower:]\" \"[:upper:]\")\nSTRING=$(printf \"%x\" $VERSION|tr \"[:lower:]\" \"[:upper:]\")\n\ncp \"build/$TARGET_NAME.app/Contents/Info.plist\" .Info.plist\n\ncat .Info.plist | sed -e \"s,CFBundleVersionKey,$STRING,\" | sed -e \"s,<string>$OLD_STRING</string>,<string>$STRING</string>,\" > \"build/$TARGET_NAME.app/Contents/Info.plist\"\n\nrm -f \"build/$TARGET_NAME build $OLD_STRING.app\" .Info.plist\nln -sf \"$TARGET_NAME.app\" \"build/$TARGET_NAME build $STRING.app\"\n\necho \"$VERSION\" > .version\n\nexit 0"; 
     1492                        shellScript = "#!/bin/sh\n\ntouch \"$SRCROOT/.version\"\nOLD_VERSION=$(cat \"$SRCROOT/.version\")\n\nif [ -z \"$OLD_VERSION\" ]; then\n\tOLD_VERSION=\"0\"\nfi\n\nVERSION=$(expr $OLD_VERSION + 1)\n\nOLD_STRING=$(printf \"%x\" $OLD_VERSION | tr \"[:lower:]\" \"[:upper:]\")\nSTRING=$(printf \"%x\" $VERSION | tr \"[:lower:]\" \"[:upper:]\")\n\ncp \"$BUILD_DIR/$WRAPPER_NAME/Contents/Info.plist\" .Info.plist\n\ncat .Info.plist | sed -e \"s,CFBundleVersionKey,$STRING,\" | sed -e \"s,<string>$OLD_STRING</string>,<string>$STRING</string>,\" > \"$BUILD_DIR/$WRAPPER_NAME/Contents/Info.plist\"\n\nrm -rf \"$BUILD_DIR/$EXECUTABLE_NAME build $OLD_STRING.$WRAPPER_EXTENSION\" .Info.plist\nln -sf \"$BUILD_DIR/$WRAPPER_NAME\" \"$BUILD_DIR/$EXECUTABLE_NAME build $STRING.$WRAPPER_EXTENSION\"\n\necho \"$VERSION\" > $SRCROOT/.version\n\nexit 0\n"; 
    14931493                }; 
    14941494                A5DC7E37057AAC1000736BBF = {