mirror of https://github.com/BOINC/boinc.git
Update XCode project to include AsyncRPC.cpp,h
svn path=/workspaces/charlief/; revision=15649
This commit is contained in:
parent
1332fe9779
commit
ba16931d92
mac_build/boinc.xcodeproj
|
@ -232,6 +232,7 @@
|
|||
DDA6BD2B0BD4551F008F7921 /* QSymbols.c in Sources */ = {isa = PBXBuildFile; fileRef = DDA6BD0E0BD4551F008F7921 /* QSymbols.c */; };
|
||||
DDA6BD2D0BD4551F008F7921 /* QTaskMemory.c in Sources */ = {isa = PBXBuildFile; fileRef = DDA6BD100BD4551F008F7921 /* QTaskMemory.c */; };
|
||||
DDAEC9FF07FA5A5C00A7BC36 /* SetVersion.C in Sources */ = {isa = PBXBuildFile; fileRef = DDAEC9E707FA58A000A7BC36 /* SetVersion.C */; };
|
||||
DDB5CD9D0E356B2300984F01 /* AsyncRPC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDB5CD9B0E356B2300984F01 /* AsyncRPC.cpp */; };
|
||||
DDB693500ABFE9C600689FD8 /* procinfo_mac.C in Sources */ = {isa = PBXBuildFile; fileRef = DDB6934F0ABFE9C600689FD8 /* procinfo_mac.C */; };
|
||||
DDB6E3EF0D5B27AA00ED12B8 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20286C33FDCF999611CA2CEA /* Carbon.framework */; };
|
||||
DDB74A6C0D74259E00E97A40 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDFE854A0B60CFD0009B43D9 /* AppKit.framework */; };
|
||||
|
@ -796,6 +797,8 @@
|
|||
DDAEC9E707FA58A000A7BC36 /* SetVersion.C */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SetVersion.C; path = ../clientgui/mac/SetVersion.C; sourceTree = SOURCE_ROOT; };
|
||||
DDB506F80958446900181B75 /* ProxyInfoPage.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ProxyInfoPage.cpp; path = ../clientgui/ProxyInfoPage.cpp; sourceTree = SOURCE_ROOT; };
|
||||
DDB506F90958446900181B75 /* ProxyInfoPage.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ProxyInfoPage.h; path = ../clientgui/ProxyInfoPage.h; sourceTree = SOURCE_ROOT; };
|
||||
DDB5CD9B0E356B2300984F01 /* AsyncRPC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncRPC.cpp; path = ../clientgui/AsyncRPC.cpp; sourceTree = SOURCE_ROOT; };
|
||||
DDB5CD9C0E356B2300984F01 /* AsyncRPC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AsyncRPC.h; path = ../clientgui/AsyncRPC.h; sourceTree = SOURCE_ROOT; };
|
||||
DDB6934F0ABFE9C600689FD8 /* procinfo_mac.C */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = procinfo_mac.C; path = ../lib/procinfo_mac.C; sourceTree = SOURCE_ROOT; };
|
||||
DDB873960C85072500E0DE1F /* mac_saver_module.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = mac_saver_module.cpp; path = ../clientscr/mac_saver_module.cpp; sourceTree = SOURCE_ROOT; };
|
||||
DDB873970C85072500E0DE1F /* Mac_Saver_ModuleView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Mac_Saver_ModuleView.h; path = ../clientscr/Mac_Saver_ModuleView.h; sourceTree = SOURCE_ROOT; };
|
||||
|
@ -1170,6 +1173,8 @@
|
|||
DD58C42308F3343F00C1DF66 /* AlreadyAttachedPage.h */,
|
||||
DD58C42408F3343F00C1DF66 /* AlreadyExistsPage.cpp */,
|
||||
DD58C42508F3343F00C1DF66 /* AlreadyExistsPage.h */,
|
||||
DDB5CD9B0E356B2300984F01 /* AsyncRPC.cpp */,
|
||||
DDB5CD9C0E356B2300984F01 /* AsyncRPC.h */,
|
||||
DD9C94A20A5A3A4100AB0D10 /* BOINCBaseFrame.cpp */,
|
||||
DD9C94A30A5A3A4100AB0D10 /* BOINCBaseFrame.h */,
|
||||
DD81C3FE07C5D1020098A04D /* BOINCBaseView.cpp */,
|
||||
|
@ -2316,6 +2321,7 @@
|
|||
DDD52DCE0C03CAE6009B5FC0 /* ViewWork.cpp in Sources */,
|
||||
DDC3D55E0D507D1700BE6D23 /* BOINCClientManager.cpp in Sources */,
|
||||
DDCF84080E1B7C0A005EDC45 /* DlgItemProperties.cpp in Sources */,
|
||||
DDB5CD9D0E356B2300984F01 /* AsyncRPC.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue