From a4979f3ad4beb70eb8024c53c3aed7e05739fda9 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 1 Feb 2019 17:35:35 -0800 Subject: [PATCH] Mac: Fix another error in first build after cloning the BOINC source tree. (Fixed by changing order in which Xcode builds the targets.) --- mac_build/boinc.xcodeproj/project.pbxproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mac_build/boinc.xcodeproj/project.pbxproj b/mac_build/boinc.xcodeproj/project.pbxproj index 6a6352e6ae..a7886f420d 100644 --- a/mac_build/boinc.xcodeproj/project.pbxproj +++ b/mac_build/boinc.xcodeproj/project.pbxproj @@ -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;