We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c301e8 commit a744da3Copy full SHA for a744da3
src/MacVim/MacVim.xcodeproj/project.pbxproj
@@ -631,7 +631,7 @@
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\"";
+ shellScript = "DSTDIR=\"$TARGET_BUILD_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/vim/runtime/lang/ja_JP.UTF-8/LC_MESSAGES\"\nmkdir -p \"$DSTDIR\"\ncp \"$PROJECT_DIR/../po/ja.mo\" \"$DSTDIR/vim.mo\"";
635
};
636
/* End PBXShellScriptBuildPhase section */
637
0 commit comments