mirror of https://github.com/BOINC/boinc.git
Mac: Update XCode project for new source files BOINCInternetFSHandler.cpp,.h
svn path=/trunk/boinc/; revision=21834
This commit is contained in:
parent
3be70942ad
commit
55a2779cc9
|
@ -4713,3 +4713,10 @@ Rom 28 Jun 2010
|
|||
ViewNotices.cpp
|
||||
win_build/
|
||||
boincmgr.vcproj
|
||||
|
||||
Charlie 28 Jun 2010
|
||||
- Mac: Update XCode project for new source files BOINCInternetFSHandler.cpp,.h.
|
||||
|
||||
mac_build/
|
||||
boinc.xcodeproj/
|
||||
project.pbxproj
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
DD01B6790C16723C0023A806 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20286C33FDCF999611CA2CEA /* Carbon.framework */; };
|
||||
DD01B7120C16723D0023A806 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD1929D80918A2F100C31BCF /* Security.framework */; };
|
||||
DD0A06F50869A2D2007CD86E /* prefs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD344BE407C5B1670043025C /* prefs.cpp */; };
|
||||
DD0A87FF11D950E00067C1F2 /* BOINCInternetFSHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD0A87FD11D950E00067C1F2 /* BOINCInternetFSHandler.cpp */; };
|
||||
DD0C5A8B0816711400CEC5D7 /* boinc.jpg in Resources */ = {isa = PBXBuildFile; fileRef = DD0C5A8A0816711400CEC5D7 /* boinc.jpg */; };
|
||||
DD1277C2081F3E73007B5DE1 /* LoginItemAPI.c in Sources */ = {isa = PBXBuildFile; fileRef = DD1277BE081F3E73007B5DE1 /* LoginItemAPI.c */; };
|
||||
DD1277C4081F3E73007B5DE1 /* PostInstall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD1277C0081F3E73007B5DE1 /* PostInstall.cpp */; };
|
||||
|
@ -635,6 +636,8 @@
|
|||
DD0052F710CA6F1D0067570C /* cs_proxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cs_proxy.cpp; path = ../client/cs_proxy.cpp; sourceTree = SOURCE_ROOT; };
|
||||
DD0052F810CA6F1D0067570C /* cs_proxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cs_proxy.h; path = ../client/cs_proxy.h; sourceTree = SOURCE_ROOT; };
|
||||
DD04BE1A0EDD836A006D5603 /* TermsOfUsePage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TermsOfUsePage.h; path = ../clientgui/TermsOfUsePage.h; sourceTree = SOURCE_ROOT; };
|
||||
DD0A87FD11D950E00067C1F2 /* BOINCInternetFSHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BOINCInternetFSHandler.cpp; path = ../clientgui/BOINCInternetFSHandler.cpp; sourceTree = SOURCE_ROOT; };
|
||||
DD0A87FE11D950E00067C1F2 /* BOINCInternetFSHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BOINCInternetFSHandler.h; path = ../clientgui/BOINCInternetFSHandler.h; sourceTree = SOURCE_ROOT; };
|
||||
DD0C5A8A0816711400CEC5D7 /* boinc.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = boinc.jpg; path = ../clientscr/res/boinc.jpg; sourceTree = SOURCE_ROOT; };
|
||||
DD1277B3081F3D67007B5DE1 /* PostInstall.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PostInstall.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
DD1277B5081F3D67007B5DE1 /* PostInstall-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PostInstall-Info.plist"; sourceTree = "<group>"; };
|
||||
|
@ -1338,6 +1341,8 @@
|
|||
DD8DD4A609D9432F0043019E /* BOINCDialupManager.h */,
|
||||
DD81C40507C5D1020098A04D /* BOINCGUIApp.cpp */,
|
||||
DD81C43B07C5D2240098A04D /* BOINCGUIApp.h */,
|
||||
DD0A87FD11D950E00067C1F2 /* BOINCInternetFSHandler.cpp */,
|
||||
DD0A87FE11D950E00067C1F2 /* BOINCInternetFSHandler.h */,
|
||||
DD81C40407C5D1020098A04D /* BOINCListCtrl.cpp */,
|
||||
DD81C43A07C5D2240098A04D /* BOINCListCtrl.h */,
|
||||
DD81C40307C5D1020098A04D /* BOINCTaskBar.cpp */,
|
||||
|
@ -2575,6 +2580,7 @@
|
|||
DDE1374910DC613600161D6B /* DlgEventLogListCtrl.cpp in Sources */,
|
||||
DD867B7510DCE77700128AB4 /* notice.cpp in Sources */,
|
||||
DDBB7E7611D2BCD400598DC1 /* NoticeListCtrl.cpp in Sources */,
|
||||
DD0A87FF11D950E00067C1F2 /* BOINCInternetFSHandler.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue