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:
Charlie Fenton 2019-02-01 17:35:35 -08:00
parent e33f384329
commit a4979f3ad4
1 changed files with 5 additions and 0 deletions

View File

@ -2794,6 +2794,11 @@
"$(SRCROOT)/Installer-Info.plist",
"$(SRCROOT)/PostInstall-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;
shellPath = /bin/sh;