Ticket #29422: patch-project.pbxproj.2.diff

File patch-project.pbxproj.2.diff, 2.1 KB (added by carsomyr@…, 13 years ago)

Patch to disable installing after the build.

  • Quicksilver/Quicksilver.xcodeproj/project.pbxproj

    old new  
    1111                        isa = PBXAggregateTarget;
    1212                        buildConfigurationList = 7F6B3E6D085CE68E000735A8 /* Build configuration list for PBXAggregateTarget "Quicksilver Distribution" */;
    1313                        buildPhases = (
    14                                 7F2F820908A97A440022178B /* Install */,
    1514                        );
    1615                        dependencies = (
    1716                                7F0399FB080EE5D7001A9FA3 /* PBXTargetDependency */,
     
    33293328                        shellPath = /bin/sh;
    33303329                        shellScript = "#rm -rf \"$BUILT_PRODUCTS_DIR/Quicksilver.app/Contents/PlugIns\"";
    33313330                };
    3332                 7F2F820908A97A440022178B /* Install */ = {
    3333                         isa = PBXShellScriptBuildPhase;
    3334                         buildActionMask = 8;
    3335                         files = (
    3336                         );
    3337                         inputPaths = (
    3338                         );
    3339                         name = Install;
    3340                         outputPaths = (
    3341                         );
    3342                         runOnlyForDeploymentPostprocessing = 1;
    3343                         shellPath = /bin/sh;
    3344                         shellScript = "echo \"rsync -auzEv $BUILT_PRODUCTS_DIR/Quicksilver.app /Applications/Quicksilver.app\"\nrsync -auzEv \"$BUILT_PRODUCTS_DIR/Quicksilver.app/\" /Applications/Quicksilver.app/\n\nexit\n\nif [ $BUILD_STYLE != \"Release\" ]; then\n        exit\nfi\n\nVERSION=\"3814\" #`/usr/bin/svn info Quicksilver.xcodeproj | egrep '^Revision: ' | cut -f2 -d' '`;\n\necho $SRCROOT/Tools/buildDMG.pl -dmgName $PRODUCT_NAME \\\n                         -buildDir ~/Desktop \\\n                         -volName Quicksilver \\\n                         -dmgName QS.$VERSION.dev.0 \\\n                        -compressionLevel 9 \\\n                         -internetEnabled \\\n                         -debug $BUILT_PRODUCTS_DIR/Quicksilver.app\n\n$SRCROOT/Tools/buildDMG.pl -dmgName $PRODUCT_NAME \\\n                         -buildDir ~/Desktop \\\n                         -volName Quicksilver \\\n                         -dmgName QS.$VERSION.dev.0 \\\n                        -compressionLevel 9 \\\n                         -internetEnabled \\\n                         -debug $BUILT_PRODUCTS_DIR/Quicksilver.app";
    3345                 };
    33463331                7FA4EF1E0913AE44007DB407 /* Release Notes */ = {
    33473332                        isa = PBXShellScriptBuildPhase;
    33483333                        buildActionMask = 12;