Skip to content

Commit 5ad7ee8

Browse files
committed
Add macvim-askpass to project.pbxproj to avoid it always show up modified
Since the file macvim-askpass is copied in the build steps, Xcode keeps trying to add this file as a "recovered reference". Just fix this by adding it to the xcodeproj properly.
1 parent 8fbb254 commit 5ad7ee8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/MacVim/MacVim.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@
435435
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
436436
1DE3F8E50D50F80500052B9E /* Preferences.nib */,
437437
29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
438+
528DA6691426D4EB003380F1 /* macvim-askpass */,
438439
);
439440
name = Resources;
440441
sourceTree = "<group>";

0 commit comments

Comments
 (0)