mirror of https://github.com/BOINC/boinc.git
Mac: add & delete Wizard source files in XCode project as required
svn path=/trunk/boinc/; revision=22104
This commit is contained in:
parent
90aeee477d
commit
b5996a2f5e
|
@ -5730,9 +5730,9 @@ Charlie 3 Aug 2010
|
|||
BOINCDialupManager.cpp
|
||||
|
||||
Charlie 3 Aug 2010
|
||||
- MGR: clear notices display when selecting a different host to force display
|
||||
of host's notices.
|
||||
|
||||
clientgui/
|
||||
NoticeListCtrl.cpp
|
||||
ViewNotices.cpp
|
||||
- Mac: XCode project: delete source files WizardAttachProject.cpp,.h and
|
||||
BOINCWizards.h; add files WizardAttach.cpp,.h.
|
||||
|
||||
mac_build/
|
||||
boinc.xcodeproj/
|
||||
project.pbxproj
|
||||
|
|
|
@ -121,7 +121,6 @@
|
|||
DD3E151A0A774397007E0084 /* ViewStatistics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDEF388E0802B73500E87552 /* ViewStatistics.cpp */; };
|
||||
DD3E151B0A774397007E0084 /* UnavailablePage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD58C46108F334EA00C1DF66 /* UnavailablePage.cpp */; };
|
||||
DD3E151C0A774397007E0084 /* WelcomePage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD58C46308F334EA00C1DF66 /* WelcomePage.cpp */; };
|
||||
DD3E151E0A774397007E0084 /* WizardAttachProject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD58C46708F334EA00C1DF66 /* WizardAttachProject.cpp */; };
|
||||
DD3E151F0A774397007E0084 /* wizardex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD58C46908F334EA00C1DF66 /* wizardex.cpp */; };
|
||||
DD3E15200A774397007E0084 /* BOINCDialupManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD8DD4A509D9432F0043019E /* BOINCDialupManager.cpp */; };
|
||||
DD3E15210A774397007E0084 /* check_security.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD6617870A3FFD8C00FFEBEB /* check_security.cpp */; };
|
||||
|
@ -275,6 +274,7 @@
|
|||
DDA6BD290BD4551F008F7921 /* QMachOImageList.c in Sources */ = {isa = PBXBuildFile; fileRef = DDA6BD0C0BD4551F008F7921 /* QMachOImageList.c */; };
|
||||
DDA6BD2B0BD4551F008F7921 /* QSymbols.c in Sources */ = {isa = PBXBuildFile; fileRef = DDA6BD0E0BD4551F008F7921 /* QSymbols.c */; };
|
||||
DDA6BD2D0BD4551F008F7921 /* QTaskMemory.c in Sources */ = {isa = PBXBuildFile; fileRef = DDA6BD100BD4551F008F7921 /* QTaskMemory.c */; };
|
||||
DDA850A41207EED900B473A6 /* WizardAttach.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDA850A21207EED900B473A6 /* WizardAttach.cpp */; };
|
||||
DDA99BF41099AF18002F8E9B /* MacAccessiblity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDA99BF31099AF18002F8E9B /* MacAccessiblity.cpp */; };
|
||||
DDAD31D80EC26B14002DA09D /* mac_address.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDAD31D60EC26B14002DA09D /* mac_address.cpp */; };
|
||||
DDAD31D90EC26B14002DA09D /* mac_address.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDAD31D60EC26B14002DA09D /* mac_address.cpp */; };
|
||||
|
@ -758,7 +758,6 @@
|
|||
DD58C42508F3343F00C1DF66 /* AlreadyExistsPage.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AlreadyExistsPage.h; path = ../clientgui/AlreadyExistsPage.h; sourceTree = SOURCE_ROOT; };
|
||||
DD58C43408F3347D00C1DF66 /* BOINCBaseWizard.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = BOINCBaseWizard.cpp; path = ../clientgui/BOINCBaseWizard.cpp; sourceTree = SOURCE_ROOT; };
|
||||
DD58C43508F3347D00C1DF66 /* BOINCBaseWizard.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = BOINCBaseWizard.h; path = ../clientgui/BOINCBaseWizard.h; sourceTree = SOURCE_ROOT; };
|
||||
DD58C43608F3347D00C1DF66 /* BOINCWizards.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = BOINCWizards.h; path = ../clientgui/BOINCWizards.h; sourceTree = SOURCE_ROOT; };
|
||||
DD58C43708F3347D00C1DF66 /* CompletionErrorPage.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = CompletionErrorPage.cpp; path = ../clientgui/CompletionErrorPage.cpp; sourceTree = SOURCE_ROOT; };
|
||||
DD58C43808F3347D00C1DF66 /* CompletionErrorPage.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CompletionErrorPage.h; path = ../clientgui/CompletionErrorPage.h; sourceTree = SOURCE_ROOT; };
|
||||
DD58C43908F3347D00C1DF66 /* CompletionPage.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = CompletionPage.cpp; path = ../clientgui/CompletionPage.cpp; sourceTree = SOURCE_ROOT; };
|
||||
|
@ -782,8 +781,6 @@
|
|||
DD58C46208F334EA00C1DF66 /* UnavailablePage.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = UnavailablePage.h; path = ../clientgui/UnavailablePage.h; sourceTree = SOURCE_ROOT; };
|
||||
DD58C46308F334EA00C1DF66 /* WelcomePage.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = WelcomePage.cpp; path = ../clientgui/WelcomePage.cpp; sourceTree = SOURCE_ROOT; };
|
||||
DD58C46408F334EA00C1DF66 /* WelcomePage.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = WelcomePage.h; path = ../clientgui/WelcomePage.h; sourceTree = SOURCE_ROOT; };
|
||||
DD58C46708F334EA00C1DF66 /* WizardAttachProject.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = WizardAttachProject.cpp; path = ../clientgui/WizardAttachProject.cpp; sourceTree = SOURCE_ROOT; };
|
||||
DD58C46808F334EA00C1DF66 /* WizardAttachProject.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = WizardAttachProject.h; path = ../clientgui/WizardAttachProject.h; sourceTree = SOURCE_ROOT; };
|
||||
DD58C46908F334EA00C1DF66 /* wizardex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = wizardex.cpp; path = ../clientgui/wizardex.cpp; sourceTree = SOURCE_ROOT; };
|
||||
DD58C46A08F334EA00C1DF66 /* wizardex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = wizardex.h; path = ../clientgui/wizardex.h; sourceTree = SOURCE_ROOT; };
|
||||
DD5D7EBA0FE320F600ACF87B /* Uninstaller.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; name = Uninstaller.r; path = ../mac_installer/Uninstaller.r; sourceTree = SOURCE_ROOT; };
|
||||
|
@ -894,6 +891,8 @@
|
|||
DDA6BD0F0BD4551F008F7921 /* QSymbols.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = QSymbols.h; path = ../lib/mac/QSymbols.h; sourceTree = SOURCE_ROOT; };
|
||||
DDA6BD100BD4551F008F7921 /* QTaskMemory.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = QTaskMemory.c; path = ../lib/mac/QTaskMemory.c; sourceTree = SOURCE_ROOT; };
|
||||
DDA6BD110BD4551F008F7921 /* QTaskMemory.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = QTaskMemory.h; path = ../lib/mac/QTaskMemory.h; sourceTree = SOURCE_ROOT; };
|
||||
DDA850A21207EED900B473A6 /* WizardAttach.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WizardAttach.cpp; path = ../clientgui/WizardAttach.cpp; sourceTree = SOURCE_ROOT; };
|
||||
DDA850A31207EED900B473A6 /* WizardAttach.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WizardAttach.h; path = ../clientgui/WizardAttach.h; sourceTree = SOURCE_ROOT; };
|
||||
DDA90F260B64673D008F2E87 /* libwx_mac_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libwx_mac_static.a; path = "../../wxMac-2.8.10/src/build/Deployment/libwx_mac_static.a"; sourceTree = SOURCE_ROOT; };
|
||||
DDA99BF31099AF18002F8E9B /* MacAccessiblity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MacAccessiblity.cpp; path = ../clientgui/mac/MacAccessiblity.cpp; sourceTree = SOURCE_ROOT; };
|
||||
DDA9D3BB09189A8C0060E7A7 /* Mac_GUI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Mac_GUI.cpp; path = ../clientgui/mac/Mac_GUI.cpp; sourceTree = SOURCE_ROOT; };
|
||||
|
@ -980,7 +979,6 @@
|
|||
DDF1F47A09822C3400482C89 /* preinstall */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.csh; name = preinstall; path = ../mac_installer/preinstall; sourceTree = SOURCE_ROOT; };
|
||||
DDF1F4A409822F8A00482C89 /* GR-Branding */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = "GR-Branding"; path = "../mac_installer/GR-Branding"; sourceTree = SOURCE_ROOT; };
|
||||
DDF3028907CCCE2C00701169 /* BOINCMgr.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = BOINCMgr.icns; path = ../clientgui/res/BOINCMgr.icns; sourceTree = SOURCE_ROOT; };
|
||||
DDF7466F0FBD41FB00CB6D42 /* BOINCWizards.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BOINCWizards.h; sourceTree = "<group>"; };
|
||||
DDF9385407E28906004DC076 /* checkin_notes */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = checkin_notes; path = ../checkin_notes; sourceTree = SOURCE_ROOT; };
|
||||
DDF9A32D0B2E3D4D00091FCB /* auto_update.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = auto_update.cpp; sourceTree = "<group>"; };
|
||||
DDF9A32E0B2E3D4D00091FCB /* auto_update.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = auto_update.h; path = ../client/auto_update.h; sourceTree = SOURCE_ROOT; };
|
||||
|
@ -1331,7 +1329,6 @@
|
|||
DD81C43407C5D2240098A04D /* BOINCBaseView.h */,
|
||||
DD58C43408F3347D00C1DF66 /* BOINCBaseWizard.cpp */,
|
||||
DD58C43508F3347D00C1DF66 /* BOINCBaseWizard.h */,
|
||||
DDF7466F0FBD41FB00CB6D42 /* BOINCWizards.h */,
|
||||
DDC3D55C0D507D1700BE6D23 /* BOINCClientManager.cpp */,
|
||||
DDC3D55D0D507D1700BE6D23 /* BOINCClientManager.h */,
|
||||
DD8DD4A509D9432F0043019E /* BOINCDialupManager.cpp */,
|
||||
|
@ -1346,7 +1343,6 @@
|
|||
DD81C43D07C5D2240098A04D /* BOINCTaskBar.h */,
|
||||
DD81C40607C5D1020098A04D /* BOINCTaskCtrl.cpp */,
|
||||
DD81C43807C5D2240098A04D /* BOINCTaskCtrl.h */,
|
||||
DD58C43608F3347D00C1DF66 /* BOINCWizards.h */,
|
||||
DD4E70490BCDAC360010A522 /* browser.cpp */,
|
||||
DD4E704A0BCDAC360010A522 /* browser.h */,
|
||||
DDCE78220A70BD29008218B6 /* common */,
|
||||
|
@ -1455,8 +1451,8 @@
|
|||
DDD52DC90C03CAE6009B5FC0 /* ViewWork.h */,
|
||||
DD58C46308F334EA00C1DF66 /* WelcomePage.cpp */,
|
||||
DD58C46408F334EA00C1DF66 /* WelcomePage.h */,
|
||||
DD58C46708F334EA00C1DF66 /* WizardAttachProject.cpp */,
|
||||
DD58C46808F334EA00C1DF66 /* WizardAttachProject.h */,
|
||||
DDA850A21207EED900B473A6 /* WizardAttach.cpp */,
|
||||
DDA850A31207EED900B473A6 /* WizardAttach.h */,
|
||||
DD58C46908F334EA00C1DF66 /* wizardex.cpp */,
|
||||
DD58C46A08F334EA00C1DF66 /* wizardex.h */,
|
||||
DD81C43C07C5D2240098A04D /* _wx_intellisense.h */,
|
||||
|
@ -2520,7 +2516,6 @@
|
|||
DD3E151A0A774397007E0084 /* ViewStatistics.cpp in Sources */,
|
||||
DD3E151B0A774397007E0084 /* UnavailablePage.cpp in Sources */,
|
||||
DD3E151C0A774397007E0084 /* WelcomePage.cpp in Sources */,
|
||||
DD3E151E0A774397007E0084 /* WizardAttachProject.cpp in Sources */,
|
||||
DD3E151F0A774397007E0084 /* wizardex.cpp in Sources */,
|
||||
DD3E15200A774397007E0084 /* BOINCDialupManager.cpp in Sources */,
|
||||
DD3E15210A774397007E0084 /* check_security.cpp in Sources */,
|
||||
|
@ -2575,6 +2570,7 @@
|
|||
DD867B7510DCE77700128AB4 /* notice.cpp in Sources */,
|
||||
DDBB7E7611D2BCD400598DC1 /* NoticeListCtrl.cpp in Sources */,
|
||||
DD0A87FF11D950E00067C1F2 /* BOINCInternetFSHandler.cpp in Sources */,
|
||||
DDA850A41207EED900B473A6 /* WizardAttach.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue