mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
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:
@@ -435,6 +435,7 @@
|
||||
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
|
||||
1DE3F8E50D50F80500052B9E /* Preferences.nib */,
|
||||
29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
|
||||
528DA6691426D4EB003380F1 /* macvim-askpass */,
|
||||
);
|
||||
name = Resources;
|
||||
sourceTree = "<group>";
|
||||
|
||||
Reference in New Issue
Block a user