mirror of https://github.com/BOINC/boinc.git
Mac: Fix another error in first build after cloning the BOINC source tree. (Fixed by changing order in which Xcode builds the targets.)
This commit is contained in:
parent
e33f384329
commit
a4979f3ad4
|
@ -2794,6 +2794,11 @@
|
||||||
"$(SRCROOT)/Installer-Info.plist",
|
"$(SRCROOT)/Installer-Info.plist",
|
||||||
"$(SRCROOT)/PostInstall-Info.plist",
|
"$(SRCROOT)/PostInstall-Info.plist",
|
||||||
"$(SRCROOT)/Uninstaller-Info.plist",
|
"$(SRCROOT)/Uninstaller-Info.plist",
|
||||||
|
"$(SRCROOT)/English.lproj/InfoPlist.strings",
|
||||||
|
"$(SRCROOT)/English.lproj/Installer-InfoPlist.strings",
|
||||||
|
"$(SRCROOT)/English.lproj/PostInstall-InfoPlist.strings",
|
||||||
|
"$(SRCROOT)/English.lproj/ScreenSaver-InfoPlist.strings",
|
||||||
|
"$(SRCROOT)/English.lproj/Uninstaller-InfoPlist.strings",
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
|
|
Loading…
Reference in New Issue