Skip to content

Commit

Permalink
removal of ambrosia specific script phase
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyrichter committed Aug 10, 2012
1 parent 0a30513 commit b67909e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Sparkle.xcodeproj/project.pbxproj
Expand Up @@ -873,7 +873,6 @@
6131B1910DDCDE32005215F0 /* Run Script: Set git Version Info */,
6195D4B40E40505A00D41A50 /* Run Script: Link fr_CA to fr */,
61E31A85103299750051D188 /* Run Script: Link pt to pt_BR */,
93FB26EC15670DF5001937C7 /* Add SVN Revision */,
);
buildRules = (
);
Expand Down Expand Up @@ -1072,20 +1071,6 @@
shellPath = "/usr/bin/env ruby";
shellScript = "resources = \"#{ENV[\"BUILT_PRODUCTS_DIR\"]}/#{ENV[\"WRAPPER_NAME\"]}/Resources\"\n`ln -sfh \"pt_BR.lproj\" \"#{resources}/pt.lproj\"`";
};
93FB26EC15670DF5001937C7 /* Add SVN Revision */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Add SVN Revision";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "$SVNROOT/utilities/add-svn-revision.rb --source $SRCROOT --plist $BUILT_PRODUCTS_DIR/$INFOPLIST_PATH\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down

0 comments on commit b67909e

Please sign in to comment.