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.
This commit is contained in:
Yee Cheng Chin
2018-11-22 00:15:03 -08:00
parent 8fbb254859
commit 5ad7ee8107
@@ -435,6 +435,7 @@
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
1DE3F8E50D50F80500052B9E /* Preferences.nib */,
29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
528DA6691426D4EB003380F1 /* macvim-askpass */,
);
name = Resources;
sourceTree = "<group>";