Skip to content

Commit 3c33739

Browse files
committed
Fixed MacVim.xcodeproj
1 parent 35e5808 commit 3c33739

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/MacVim/MacVim.xcodeproj/project.pbxproj

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,6 @@
498498
1D1C31F00EFFBFD6003FE9A5 /* Make Document Icons */,
499499
528DA6671426D456003380F1 /* Copy Scripts */,
500500
528DA28A1426C479003380F1 /* Copy KaoriYa Runtime Files */,
501-
528DA6661426D01E003380F1 /* Copy LC_MESSAGES */,
502501
);
503502
buildRules = (
504503
);
@@ -617,21 +616,6 @@
617616
shellScript = "# Clear deployment target, else the python script always thinks we're building on Tiger\nunset MACOSX_DEPLOYMENT_TARGET\n\n# Generate the icons (redirect stderr to ignore warnings)\ncd \"$PROJECT_DIR\"/icons/\nmake OUTDIR=\"$TARGET_BUILD_DIR\"/$UNLOCALIZED_RESOURCES_FOLDER_PATH 2> /dev/null\n";
618617
showEnvVarsInLog = 0;
619618
};
620-
528DA6661426D01E003380F1 /* Copy LC_MESSAGES */ = {
621-
isa = PBXShellScriptBuildPhase;
622-
buildActionMask = 2147483647;
623-
files = (
624-
);
625-
inputPaths = (
626-
);
627-
name = "Copy LC_MESSAGES";
628-
outputPaths = (
629-
);
630-
runOnlyForDeploymentPostprocessing = 0;
631-
shellPath = /bin/sh;
632-
shellScript = "DSTDIR=$TARGET_BUILD_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/vim/runtime/lang/ja_JP.UTF-8/LC_MESSAGES\nmkdir -p $DSTDIR\ncp $SRCROOT/../po/ja_JP.UTF-8.mo $DSTDIR/vim.mo\nchmod 644 $DSTDIR/vim.mo";
633-
showEnvVarsInLog = 0;
634-
};
635619
/* End PBXShellScriptBuildPhase section */
636620

637621
/* Begin PBXSourcesBuildPhase section */

0 commit comments

Comments
 (0)