|
From: Andrew M. <fit...@us...> - 2008-06-24 06:17:40
|
Update of /cvsroot/radmind/radmind-assistant/rsm/rsm.xcodeproj In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19643 Modified Files: project.pbxproj Log Message: Removed RAAuthKiller class from project. Index: project.pbxproj =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rsm/rsm.xcodeproj/project.pbxproj,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** project.pbxproj 18 Mar 2008 21:20:36 -0000 1.13 --- project.pbxproj 24 Jun 2008 06:17:37 -0000 1.14 *************** *** 8,11 **** --- 8,13 ---- /* Begin PBXBuildFile section */ + 0947879C0E10498E003EB973 /* AMAuthorization.h in Headers */ = {isa = PBXBuildFile; fileRef = 0947879A0E10498E003EB973 /* AMAuthorization.h */; }; + 0947879D0E10498E003EB973 /* AMAuthorization.m in Sources */ = {isa = PBXBuildFile; fileRef = 0947879B0E10498E003EB973 /* AMAuthorization.m */; }; 0966F4FD09490F6C0061D4EC /* RAEditorLauncher.h in Headers */ = {isa = PBXBuildFile; fileRef = 0923510604605AC3004E6B00 /* RAEditorLauncher.h */; }; 0966F4FE09490F6C0061D4EC /* RAServerAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 0923510804605AC3004E6B00 /* RAServerAuth.h */; }; *************** *** 14,18 **** 0966F50109490F6C0061D4EC /* RASTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 09718B050466E89C003C81A3 /* RASTableView.h */; }; 0966F50209490F6C0061D4EC /* authtools.h in Headers */ = {isa = PBXBuildFile; fileRef = 097966E30468BFF100A8002B /* authtools.h */; }; - 0966F50309490F6C0061D4EC /* RAAuthKiller.h in Headers */ = {isa = PBXBuildFile; fileRef = 097966E60468C07300A8002B /* RAAuthKiller.h */; }; 0966F50409490F6C0061D4EC /* argcargv.h in Headers */ = {isa = PBXBuildFile; fileRef = 097966EB0468C08C00A8002B /* argcargv.h */; }; 0966F50509490F6C0061D4EC /* RSMLoadsetEditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 09C83D7E0469880100A8002B /* RSMLoadsetEditor.h */; }; --- 16,19 ---- *************** *** 66,70 **** 0966F53809490F6C0061D4EC /* RASTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 09718B060466E89C003C81A3 /* RASTableView.m */; }; 0966F53909490F6C0061D4EC /* authtools.c in Sources */ = {isa = PBXBuildFile; fileRef = 097966E20468BFF100A8002B /* authtools.c */; }; - 0966F53A09490F6C0061D4EC /* RAAuthKiller.m in Sources */ = {isa = PBXBuildFile; fileRef = 097966E70468C07300A8002B /* RAAuthKiller.m */; }; 0966F53B09490F6C0061D4EC /* argcargv.c in Sources */ = {isa = PBXBuildFile; fileRef = 097966EA0468C08C00A8002B /* argcargv.c */; }; 0966F53C09490F6C0061D4EC /* RSMLoadsetEditor.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C83D7F0469880100A8002B /* RSMLoadsetEditor.m */; }; --- 67,70 ---- *************** *** 154,157 **** --- 154,159 ---- 09426A4F06395DF4009C9F1A /* RAOutlineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RAOutlineView.h; sourceTree = "<group>"; }; 09426A5006395DF4009C9F1A /* RAOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RAOutlineView.m; sourceTree = "<group>"; }; + 0947879A0E10498E003EB973 /* AMAuthorization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMAuthorization.h; sourceTree = "<group>"; }; + 0947879B0E10498E003EB973 /* AMAuthorization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMAuthorization.m; sourceTree = "<group>"; }; 09485C35062C24740019D70B /* folder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = folder.png; sourceTree = "<group>"; }; 0949B5590725EBE5000F93DD /* servermanager.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = servermanager.icns; sourceTree = "<group>"; }; *************** *** 176,181 **** 097966E20468BFF100A8002B /* authtools.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = authtools.c; sourceTree = "<group>"; }; 097966E30468BFF100A8002B /* authtools.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = authtools.h; sourceTree = "<group>"; }; - 097966E60468C07300A8002B /* RAAuthKiller.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RAAuthKiller.h; sourceTree = "<group>"; }; - 097966E70468C07300A8002B /* RAAuthKiller.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RAAuthKiller.m; sourceTree = "<group>"; }; 097966EA0468C08C00A8002B /* argcargv.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = argcargv.c; sourceTree = "<group>"; }; 097966EB0468C08C00A8002B /* argcargv.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = argcargv.h; sourceTree = "<group>"; }; --- 178,181 ---- *************** *** 277,280 **** --- 277,282 ---- isa = PBXGroup; children = ( + 0947879A0E10498E003EB973 /* AMAuthorization.h */, + 0947879B0E10498E003EB973 /* AMAuthorization.m */, 0952D10C0802367500BF8531 /* RSMNewFolderHelper.h */, 0952D10D0802367500BF8531 /* RSMNewFolderHelper.m */, *************** *** 287,292 **** 0923510A04605AC3004E6B00 /* RAServerController.h */, 0923510B04605AC3004E6B00 /* RAServerController.m */, - 097966E60468C07300A8002B /* RAAuthKiller.h */, - 097966E70468C07300A8002B /* RAAuthKiller.m */, 09C83D7E0469880100A8002B /* RSMLoadsetEditor.h */, 09C83D7F0469880100A8002B /* RSMLoadsetEditor.m */, --- 289,292 ---- *************** *** 488,492 **** 0966F50109490F6C0061D4EC /* RASTableView.h in Headers */, 0966F50209490F6C0061D4EC /* authtools.h in Headers */, - 0966F50309490F6C0061D4EC /* RAAuthKiller.h in Headers */, 0966F50409490F6C0061D4EC /* argcargv.h in Headers */, 0966F50509490F6C0061D4EC /* RSMLoadsetEditor.h in Headers */, --- 488,491 ---- *************** *** 504,507 **** --- 503,507 ---- 0966F725094E11190061D4EC /* NSPanel(Resizing).h in Headers */, 09B9CFD60D9063EC00F414CB /* NSWorkspace-Radmind.h in Headers */, + 0947879C0E10498E003EB973 /* AMAuthorization.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; *************** *** 634,638 **** 0966F53809490F6C0061D4EC /* RASTableView.m in Sources */, 0966F53909490F6C0061D4EC /* authtools.c in Sources */, - 0966F53A09490F6C0061D4EC /* RAAuthKiller.m in Sources */, 0966F53B09490F6C0061D4EC /* argcargv.c in Sources */, 0966F53C09490F6C0061D4EC /* RSMLoadsetEditor.m in Sources */, --- 634,637 ---- *************** *** 650,653 **** --- 649,653 ---- 0966F726094E11190061D4EC /* NSPanel(Resizing).m in Sources */, 09B9CFD70D9063EC00F414CB /* NSWorkspace-Radmind.m in Sources */, + 0947879D0E10498E003EB973 /* AMAuthorization.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; |