Skip to content

Commit 6c301e8

Browse files
committed
Copy gettext files
1 parent 57df5b8 commit 6c301e8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/MacVim/MacVim.xcodeproj/project.pbxproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@
498498
1D1C31F00EFFBFD6003FE9A5 /* Make Document Icons */,
499499
528DA6671426D456003380F1 /* Copy Scripts */,
500500
528DA28A1426C479003380F1 /* Copy KaoriYa Runtime Files */,
501+
52F1931D1877EC5E007C4A82 /* Copy gettext Files */,
501502
);
502503
buildRules = (
503504
);
@@ -515,6 +516,8 @@
515516
/* Begin PBXProject section */
516517
29B97313FDCFA39411CA2CEA /* Project object */ = {
517518
isa = PBXProject;
519+
attributes = {
520+
};
518521
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MacVim" */;
519522
compatibilityVersion = "Xcode 2.4";
520523
developmentRegion = English;
@@ -616,6 +619,20 @@
616619
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";
617620
showEnvVarsInLog = 0;
618621
};
622+
52F1931D1877EC5E007C4A82 /* Copy gettext Files */ = {
623+
isa = PBXShellScriptBuildPhase;
624+
buildActionMask = 2147483647;
625+
files = (
626+
);
627+
inputPaths = (
628+
);
629+
name = "Copy gettext Files";
630+
outputPaths = (
631+
);
632+
runOnlyForDeploymentPostprocessing = 0;
633+
shellPath = /bin/sh;
634+
shellScript = "cp \"$PROJECT_DIR/../po/ja.mo\" \"$TARGET_BUILD_DIR/$CONTENTS_FOLDER_PATH/Resources/vim/runtime/lang\"";
635+
};
619636
/* End PBXShellScriptBuildPhase section */
620637

621638
/* Begin PBXSourcesBuildPhase section */

0 commit comments

Comments
 (0)