From: Charles McGarvey Date: Tue, 21 Jun 2005 18:00:00 +0000 (-0600) Subject: The Cheat 1.2.1 X-Git-Tag: v1.2.1 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=commitdiff_plain;h=44e9757722f3ed40d15e0a7d06c50567d9664833 The Cheat 1.2.1 Bug Fixes: - Removed 'enable' checkbox in edit multiple variable panel. Other Changes: - Other code cleanup and preparation for open sourcing. --- diff --git a/ChazLog.h b/ChazLog.h index bc329a5..bcbc42c 100644 --- a/ChazLog.h +++ b/ChazLog.h @@ -1,10 +1,23 @@ -// -// ChazLog.h -// Niobium -// -// Created by NB McGarvey on 9/6/04. -// Copyright 2004 NB McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #ifndef _ChazLog_h_ #define _ChazLog_h_ diff --git a/ChazLog.m b/ChazLog.m index 1637e56..e78125b 100644 --- a/ChazLog.m +++ b/ChazLog.m @@ -1,10 +1,23 @@ -// -// ChazLog.m -// Niobium -// -// Created by NB McGarvey on 9/6/04. -// Copyright 2004 NB McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #include "ChazLog.h" diff --git a/ChazUpdate.h b/ChazUpdate.h index ea69f4e..91785c2 100644 --- a/ChazUpdate.h +++ b/ChazUpdate.h @@ -1,10 +1,23 @@ -// -// ChazUpdate.h -// The Cheat -// -// Created by Chaz McGarvey on 1/5/05. -// Copyright 2005 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import #import "ChazLog.h" diff --git a/ChazUpdate.m b/ChazUpdate.m index 33de369..29f5aad 100644 --- a/ChazUpdate.m +++ b/ChazUpdate.m @@ -1,10 +1,23 @@ -// -// ChazUpdate.m -// The Cheat -// -// Created by Chaz McGarvey on 1/5/05. -// Copyright 2005 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import "ChazUpdate.h" diff --git a/CheatDocument.h b/CheatDocument.h index d239804..d0e6e44 100644 --- a/CheatDocument.h +++ b/CheatDocument.h @@ -101,7 +101,6 @@ enum { // EDIT VARIABLES INTERFACE IBOutlet NSWindow *ibEditVariablesSheet; IBOutlet NSTextField *ibNewValueField; - IBOutlet NSButton *ibVariableEnableButton; NSResponder *_lastResponder; diff --git a/CheatURLCommand.h b/CheatURLCommand.h index 146f516..f19d44d 100644 --- a/CheatURLCommand.h +++ b/CheatURLCommand.h @@ -1,10 +1,23 @@ -// -// CheatURLCommand.h -// The Cheat -// -// Created by Chaz McGarvey on 2/19/05. -// Copyright 2005 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import #import "ChazLog.h" diff --git a/CheatURLCommand.m b/CheatURLCommand.m index 3eda345..027104e 100644 --- a/CheatURLCommand.m +++ b/CheatURLCommand.m @@ -1,10 +1,23 @@ -// -// CheatURLCommand.m -// The Cheat -// -// Created by Chaz McGarvey on 2/19/05. -// Copyright 2005 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import "CheatURLCommand.h" diff --git a/CheaterTypes.h b/CheaterTypes.h index cc16e25..baa694d 100644 --- a/CheaterTypes.h +++ b/CheaterTypes.h @@ -1,10 +1,23 @@ -// -// CheaterTypes.h -// The Cheat -// -// Created by Chaz McGarvey on 12/23/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #ifndef _CheaterTypes_H #define _CheaterTypes_H diff --git a/CheaterTypes.m b/CheaterTypes.m index d1acfed..e928c1d 100644 --- a/CheaterTypes.m +++ b/CheaterTypes.m @@ -1,10 +1,23 @@ -// -// CheaterTypes.m -// The Cheat -// -// Created by Chaz McGarvey on 12/29/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import "CheaterTypes.h" diff --git a/DocCheaterDelegate.m b/DocCheaterDelegate.m index 2673ae6..308d0ad 100644 --- a/DocCheaterDelegate.m +++ b/DocCheaterDelegate.m @@ -1,10 +1,23 @@ -// -// DocCheaterDelegate.m -// The Cheat -// -// Created by Chaz McGarvey on 12/26/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import "CheatDocument.h" diff --git a/DocInterfaceActions.m b/DocInterfaceActions.m index f53ddf3..2b4c848 100644 --- a/DocInterfaceActions.m +++ b/DocInterfaceActions.m @@ -1,10 +1,23 @@ -// -// DocumentActions.m -// The Cheat -// -// Created by Chaz McGarvey on 12/26/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import "CheatDocument.h" @@ -435,9 +448,8 @@ var = [_cheatData variableAtIndex:row]; - // update fields + // update field [ibNewValueField setStringValue:[var stringValue]]; - [ibVariableEnableButton setState:[var isEnabled]]; // display sheet [NSApp beginSheet:ibEditVariablesSheet modalForWindow:ibWindow modalDelegate:nil didEndSelector:NULL contextInfo:nil]; @@ -446,7 +458,6 @@ - (IBAction)ibEndEditVariablesSheet:(id)sender { NSString *newValue = [ibNewValueField stringValue]; - BOOL enabled = [ibVariableEnableButton state]; NSArray *rows; int i, top; @@ -463,12 +474,12 @@ rows = [ibCheatVariableTable selectedRows]; top = [rows count]; - for ( i = 0; i < top; i++ ) { - Variable *var = [_cheatData variableAtIndex:[[rows objectAtIndex:i] unsignedIntValue]]; - if ( newValue ) { + // change all selected variables with the new value + if ( newValue ) { + for ( i = 0; i < top; i++ ) { + Variable *var = [_cheatData variableAtIndex:[[rows objectAtIndex:i] unsignedIntValue]]; [var setStringValue:newValue]; } - [var setEnabled:enabled]; } [ibCheatVariableTable reloadData]; diff --git a/DumpContext.h b/DumpContext.h index f0738f7..d7f8e36 100644 --- a/DumpContext.h +++ b/DumpContext.h @@ -1,10 +1,23 @@ -// -// DumpContext.h -// The Cheat -// -// Created by Chaz McGarvey on 12/6/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import diff --git a/DumpContext.m b/DumpContext.m index eb545b7..25560c0 100644 --- a/DumpContext.m +++ b/DumpContext.m @@ -1,10 +1,23 @@ -// -// DumpContext.m -// The Cheat -// -// Created by Chaz McGarvey on 12/6/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import "DumpContext.h" diff --git a/English.lproj/CheatDocument.nib/classes.nib b/English.lproj/CheatDocument.nib/classes.nib index 25bc4d7..ae50211 100644 --- a/English.lproj/CheatDocument.nib/classes.nib +++ b/English.lproj/CheatDocument.nib/classes.nib @@ -53,7 +53,7 @@ ibCheatRepeatAuxText = NSTextField; ibCheatRepeatButton = NSButton; ibCheatRepeatField = NSTextField; - ibCheatVariableTable = NSTableView; + ibCheatVariableTable = BetterTableView; ibCustomServerSheet = NSWindow; ibEditVariablesSheet = NSWindow; ibNewValueField = NSTextField; @@ -77,7 +77,6 @@ ibServerPopup = NSPopUpButton; ibStatusBar = NSProgressIndicator; ibStatusText = StatusTextField; - ibVariableEnableButton = NSButton; ibWindow = NSWindow; ibWindowTitleField = NSTextField; }; diff --git a/English.lproj/CheatDocument.nib/disc_session.tiff b/English.lproj/CheatDocument.nib/disc_session.tiff index 136a3fe..131eee0 100644 Binary files a/English.lproj/CheatDocument.nib/disc_session.tiff and b/English.lproj/CheatDocument.nib/disc_session.tiff differ diff --git a/English.lproj/CheatDocument.nib/info.nib b/English.lproj/CheatDocument.nib/info.nib index a99a749..08b8173 100644 --- a/English.lproj/CheatDocument.nib/info.nib +++ b/English.lproj/CheatDocument.nib/info.nib @@ -7,19 +7,23 @@ IBEditorPositions 24 - 420 514 440 253 0 0 1280 938 + 420 519 440 253 0 0 1280 938 45 - 420 514 440 253 0 0 1280 938 + 420 519 440 253 0 0 1280 938 IBFramework Version - 364.0 + 437.0 IBOpenObjects - 24 - 5 + 122 + 757 + 643 45 + 5 + 24 + 483 IBSystem Version - 7U16 + 8B15 diff --git a/English.lproj/CheatDocument.nib/keyedobjects.nib b/English.lproj/CheatDocument.nib/keyedobjects.nib index 9d3965f..da680c8 100644 Binary files a/English.lproj/CheatDocument.nib/keyedobjects.nib and b/English.lproj/CheatDocument.nib/keyedobjects.nib differ diff --git a/English.lproj/CheatDocument~.nib/disc_session.tiff b/English.lproj/CheatDocument~.nib/disc_session.tiff index 136a3fe..131eee0 100644 Binary files a/English.lproj/CheatDocument~.nib/disc_session.tiff and b/English.lproj/CheatDocument~.nib/disc_session.tiff differ diff --git a/English.lproj/CheatDocument~.nib/info.nib b/English.lproj/CheatDocument~.nib/info.nib index 4051914..08b8173 100644 --- a/English.lproj/CheatDocument~.nib/info.nib +++ b/English.lproj/CheatDocument~.nib/info.nib @@ -7,20 +7,23 @@ IBEditorPositions 24 - 420 514 440 253 0 0 1280 938 + 420 519 440 253 0 0 1280 938 45 - 420 514 440 253 0 0 1280 938 + 420 519 440 253 0 0 1280 938 IBFramework Version - 364.0 + 437.0 IBOpenObjects - 24 - 5 + 122 757 + 643 45 + 5 + 24 + 483 IBSystem Version - 7U16 + 8B15 diff --git a/English.lproj/CheatDocument~.nib/keyedobjects.nib b/English.lproj/CheatDocument~.nib/keyedobjects.nib index d0d0e51..7ecb029 100644 Binary files a/English.lproj/CheatDocument~.nib/keyedobjects.nib and b/English.lproj/CheatDocument~.nib/keyedobjects.nib differ diff --git a/English.lproj/Preferences.nib/info.nib b/English.lproj/Preferences.nib/info.nib index e4f8d67..1dd0f12 100644 --- a/English.lproj/Preferences.nib/info.nib +++ b/English.lproj/Preferences.nib/info.nib @@ -3,26 +3,25 @@ IBDocumentLocation - 370 86 431 282 0 0 1280 938 + 333 104 431 282 0 0 1280 938 IBEditorPositions 441 - 330 443 476 321 0 0 1280 938 + 325 550 476 321 0 0 1280 938 463 402 570 476 210 0 0 1280 938 478 - 288 422 476 420 0 0 1280 938 + 402 433 476 420 0 0 1280 938 IBFramework Version - 364.0 + 437.0 IBLockedObjects IBOpenObjects - 478 441 IBSystem Version - 7U16 + 8A428 diff --git a/English.lproj/Preferences.nib/keyedobjects.nib b/English.lproj/Preferences.nib/keyedobjects.nib index 3457cab..407c805 100644 Binary files a/English.lproj/Preferences.nib/keyedobjects.nib and b/English.lproj/Preferences.nib/keyedobjects.nib differ diff --git a/English.lproj/Preferences~.nib/info.nib b/English.lproj/Preferences~.nib/info.nib index e4f8d67..1dd0f12 100644 --- a/English.lproj/Preferences~.nib/info.nib +++ b/English.lproj/Preferences~.nib/info.nib @@ -3,26 +3,25 @@ IBDocumentLocation - 370 86 431 282 0 0 1280 938 + 333 104 431 282 0 0 1280 938 IBEditorPositions 441 - 330 443 476 321 0 0 1280 938 + 325 550 476 321 0 0 1280 938 463 402 570 476 210 0 0 1280 938 478 - 288 422 476 420 0 0 1280 938 + 402 433 476 420 0 0 1280 938 IBFramework Version - 364.0 + 437.0 IBLockedObjects IBOpenObjects - 478 441 IBSystem Version - 7U16 + 8A428 diff --git a/English.lproj/Preferences~.nib/keyedobjects.nib b/English.lproj/Preferences~.nib/keyedobjects.nib index e7971be..e4848e4 100644 Binary files a/English.lproj/Preferences~.nib/keyedobjects.nib and b/English.lproj/Preferences~.nib/keyedobjects.nib differ diff --git a/FadeView.h b/FadeView.h index 912764b..b15dd2a 100644 --- a/FadeView.h +++ b/FadeView.h @@ -1,10 +1,23 @@ -// -// FadeView.h -// The Cheat -// -// Created by Chaz McGarvey on 12/6/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import diff --git a/FadeView.m b/FadeView.m index 0e9b7ee..148a058 100644 --- a/FadeView.m +++ b/FadeView.m @@ -1,10 +1,23 @@ -// -// FadeView.m -// The Cheat -// -// Created by Chaz McGarvey on 12/6/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import "FadeView.h" diff --git a/Help.html b/Help.html index ed095a8..114260a 100644 --- a/Help.html +++ b/Help.html @@ -67,7 +67,7 @@ code {
-The Cheat Help File
Chaz McGarvey
22 Febuary, 2005
+The Cheat Help File
Chaz McGarvey
21 June, 2005

@@ -109,7 +109,7 @@ code { - + diff --git a/Info.plist b/Info.plist index 21da35c..15323d1 100644 --- a/Info.plist +++ b/Info.plist @@ -30,7 +30,7 @@ CFBundleExecutable The Cheat CFBundleGetInfoString - The Cheat 1.2 + The Cheat 1.2.1 CFBundleIconFile icon.icns CFBundleIdentifier @@ -42,7 +42,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2 + 1.2.1 CFBundleSignature chœt CFBundleURLTypes @@ -57,7 +57,7 @@ CFBundleVersion - 1.2 + 1.2.1 NSAppleScriptEnabled YES NSMainNibFile diff --git a/MySocket.h b/MySocket.h index 20df4f1..c2c88c7 100644 --- a/MySocket.h +++ b/MySocket.h @@ -1,10 +1,23 @@ -// -// MySocket.h -// The Cheat -// -// Created by Chaz McGarvey on 2/1/05. -// Copyright 2005 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + /* * MySocket is my 24 hour hackjob. There are other classes which would have @@ -18,6 +31,14 @@ * back to that way eventually, after all it isn't that many threads. */ +/* + * June 21 2005 - Chaz + * I have written a much more robust socket wrapper for another project that + * could be re-emplemented into The Cheat. It is cleaner code and has very + * nice statistics tracking features. I'm going on my mission tomorrow. This + * will have to wait two years or so. ;) + */ + #import #import "ChazLog.h" diff --git a/MySocket.m b/MySocket.m index d040af6..5a31c89 100644 --- a/MySocket.m +++ b/MySocket.m @@ -1,10 +1,23 @@ -// -// MySocket.m -// The Cheat -// -// Created by Chaz McGarvey on 2/1/05. -// Copyright 2005 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import "MySocket.h" diff --git a/NOTICE b/NOTICE deleted file mode 100644 index 7e0f2c4..0000000 --- a/NOTICE +++ /dev/null @@ -1,39 +0,0 @@ - - -The Cheat Notice File -Chaz McGarvey -October 4, 2004 - - -The state of the source code-- - -The source code for The Cheat has been worked on by one person (me) for a long -time. I'm making this project open source now, but it needs a lot of work -still. My style of programming is such that I jump around a lot and work on a -lot of different parts of the code at any given time. Therefore, the vast -majority of the source files are incomplete. In short, the code is basically a -disaster at first glance. As I get free time I will continue to work on this -project. When the code is ready for a new release, it will be more useful. -Nevertheless, if there's something useful to you help yourself as long as your -intentions are compatible with the GPL license (provided; see file LICENSE). If -you'd like to help with this project, go right ahead. You certainly don't need -my permission. - -The code should be in a compilable state unedited, but the resulting binary -would only be useful in showing the interface I had in mind for the next -release. It's mostly non-functional. - -The complete Xcode project is included. That's what I use. I really don't know -if The Cheat will compile under CodeWarrior or not. My intentions are to keep -The Cheat Mac OS X 10.2 (Jaguar) compatible. I have thus far resisted the -temptation to use any new methods or bindings (I hope). - -Included with this project are also a few personal classes I've written -(StatusTextField, DeleteTableView, CMVersionCheck, etc) and also CMLog (a simple -NSLog wrapper that allows logging to be toggled on/off). While not really part -of The Cheat project, I have used them in The Cheat so I went ahead and GPL'd -those classes, too. Some of the classes included in this project were released -under a BSD-like license (ThreadedTask, MemoryAccessor, MemoryRegion). Just -FYI. - -Well that's basically it. I hope something useful can become of this. diff --git a/SearchContext.h b/SearchContext.h index 26bd2c7..8381d88 100644 --- a/SearchContext.h +++ b/SearchContext.h @@ -1,10 +1,23 @@ -// -// SearchContext.h -// The Cheat -// -// Created by Chaz McGarvey on 12/4/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import #include "ChazLog.h" diff --git a/SearchContext.m b/SearchContext.m index 704e267..82a3939 100644 --- a/SearchContext.m +++ b/SearchContext.m @@ -1,10 +1,23 @@ -// -// SearchContext.m -// The Cheat -// -// Created by Chaz McGarvey on 12/4/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import "SearchContext.h" diff --git a/SearchData.h b/SearchData.h index bdcfeda..10dd0c3 100644 --- a/SearchData.h +++ b/SearchData.h @@ -1,10 +1,23 @@ -// -// SearchData.h -// The Cheat -// -// Created by Chaz McGarvey on 12/13/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import diff --git a/SearchData.m b/SearchData.m index 6170bac..5a88e50 100644 --- a/SearchData.m +++ b/SearchData.m @@ -1,10 +1,23 @@ -// -// SearchData.m -// The Cheat -// -// Created by Chaz McGarvey on 12/13/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import "SearchData.h" diff --git a/Searching.h b/Searching.h index bed1220..5b65739 100644 --- a/Searching.h +++ b/Searching.h @@ -1,10 +1,23 @@ -// -// Searching.h -// The Cheat -// -// Created by Chaz McGarvey on 12/28/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import diff --git a/Searching.m b/Searching.m index 2d1ddb5..2814a32 100644 --- a/Searching.m +++ b/Searching.m @@ -1,10 +1,23 @@ -// -// Searching.m -// The Cheat -// -// Created by Chaz McGarvey on 12/28/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import "Searching.h" diff --git a/The Cheat.xcode/chaz.mode1 b/The Cheat.xcode/chaz.mode1 index 16c00a3..391169b 100644 --- a/The Cheat.xcode/chaz.mode1 +++ b/The Cheat.xcode/chaz.mode1 @@ -158,11 +158,20 @@ Description - This workspace mimics that found in Xcode 1.2, with various minor improvements such as including attached editors to the build results window and the project find window. + DefaultDescriptionKey DockingSystemVisible Extension mode1 + FavBarConfig + + PBXProjectModuleGUID + 6E6A7AF90822ED1E00D88515 + XCBarModuleItemNames + + XCBarModuleItems + + FirstTimeWindowDisplayed Identifier @@ -170,13 +179,59 @@ MajorVersion 31 MinorVersion - 0 + 1 Name - Default Workspace + Default Notifications OpenEditors - + + + Content + + PBXProjectModuleGUID + 6ED22BF6083446FE005F7A7E + PBXProjectModuleLabel + NSDocumentController.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 6ED22BF7083446FE005F7A7E + PBXProjectModuleLabel + NSDocumentController.h + _historyCapacity + 0 + bookmark + 6E7D2FBC08693D8A00429AC8 + history + + 6ED22BF9083446FE005F7A7E + + + SplitCount + 1 + + StatusBarVisibility + + + Geometry + + Frame + {{0, 20}, {928, 441}} + PBXModuleWindowStatusBarHidden2 + + RubberWindowFrame + 416 456 928 482 0 0 1280 938 + + + + PerspectiveWidths + + -1 + -1 + Perspectives @@ -188,10 +243,9 @@ NSToolbarFlexibleSpaceItem buildOrClean build-and-runOrDebug - build-and-debug - clean-target + debug + clean com.apple.ide.PBXToolbarStopButton - get-info toggle-editor NSToolbarFlexibleSpaceItem com.apple.pbx.toolbar.searchfield @@ -199,7 +253,7 @@ ControllerClassBaseName IconName - WindowOfProject + WindowOfProjectWithEditor Identifier perspective.project IsVertical @@ -207,8 +261,6 @@ Layout - BecomeActive - ContentConfiguration PBXBottomSmartGroupGIDs @@ -233,7 +285,7 @@ PBXSmartGroupTreeModuleColumnWidthsKey - 220 + 224 PBXSmartGroupTreeModuleColumnsKey_v4 @@ -250,54 +302,64 @@ 6E98A54A06A73E37006A576D 6E38D68006C9F98E003BA9B4 6ED97B900645E2EE00CBF037 + 6E7157BC0647004B00763517 6ED806580641D343002888F7 + 6ED806700641D3AC002888F7 29B97315FDCFA39411CA2CEA 29B97317FDCFA39411CA2CEA + 29B97323FDCFA39411CA2CEA + 19C28FACFE9D520D11CA2CBB 1C37FBAC04509CD000000102 - 6EB9056107CBC5C700D8982B - 6EB9056207CBC5C700D8982B + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 PBXSmartGroupTreeModuleOutlineStateSelectionKey - 85 76 + 73 0 PBXSmartGroupTreeModuleOutlineStateVisibleRectKey - {{0, 1172}, {220, 775}} + {{0, 662}, {224, 762}} PBXTopSmartGroupGIDs + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken GeometryConfiguration Frame - {{0, 0}, {237, 793}} + {{0, 0}, {241, 780}} GroupTreeTableConfiguration MainColumn - 220 + 224 RubberWindowFrame - 0 103 1281 835 0 0 1280 938 + 0 117 1280 821 0 0 1280 938 Module PBXSmartGroupTreeModule Proportion - 237pt + 241pt Dock + BecomeActive + ContentConfiguration PBXProjectModuleGUID 1CE0B20306471E060097A5F4 PBXProjectModuleLabel - InfoPlist.strings + cheat_global.m PBXSplitModuleInNavigatorKey Split0 @@ -305,324 +367,189 @@ PBXProjectModuleGUID 1CE0B20406471E060097A5F4 PBXProjectModuleLabel - InfoPlist.strings + cheat_global.m + _historyCapacity + 0 bookmark - 6EB9059E07CBC7C400D8982B + 6E7D2FBB08693D8A00429AC8 history - 6E38D42606C9BC4D003BA9B4 - 6EAB446A06CAF1B700A4ABF0 - 6EDB006D06D5216D00DBD1D5 - 6EDB009906D5286C00DBD1D5 - 6EDB021306D5AAD400DBD1D5 - 6EDB05C806D96DA400DBD1D5 - 6EDB06E406DA8A7900DBD1D5 - 6EDB070D06DA910700DBD1D5 - 6EDB072F06DA92D800DBD1D5 - 6EDB073506DA950800DBD1D5 - 6EDB079A06DA9CBB00DBD1D5 - 6EDB079C06DA9CBB00DBD1D5 - 6EDB07AD06DA9D9A00DBD1D5 - 6EDB07E106DAA3F700DBD1D5 - 6EEE8F0C06DE3A6600788128 - 6EEEB31D06E3FF3600788128 - 6E6FD6CC0762C1BB004FD845 - 6E6FD7750762D0B4004FD845 - 6E6FD78C0762D118004FD845 - 6E6FD7B30762D466004FD845 - 6E6FD9BB0764E81F004FD845 - 6E6FDA050764F415004FD845 - 6E6FDB1A0764FFD9004FD845 - 6E6FDDB50766A1F4004FD845 - 6E12D3B80767AE3C00A95DFE - 6E12D56F076A7C9500A95DFE - 6E12D5D8076ABBB000A95DFE - 6E12D609076AC69000A95DFE - 6E12D651076ACBFA00A95DFE - 6E81817A076E3D6800A5FBEB - 6EF2F224077B955F00C8B55A - 6E3DC5E6077CE2CA004C82C0 - 6EA396C9077F4C2F002B0E69 - 6EA396CA077F4C2F002B0E69 - 6EA398C1077FA115002B0E69 - 6EA39A27077FCC6D002B0E69 - 6EA39A28077FCC6D002B0E69 - 6E9BF3290781F17A008F0139 - 6E9BF5E607836C01008F0139 - 6E9BF6FD078394E7008F0139 - 6E9BF84E0783CE4E008F0139 - 6E9BFAFC0784CAF5008F0139 - 6E9BFC340784DA01008F0139 - 6EA251D80785EEBB00C839D1 - 6EA252220785FE0700C839D1 - 6EA2573B0787D3B000C839D1 - 6EA257F60787E57B00C839D1 - 6EA25928078820C200C839D1 - 6EC064A3078BA17E00591D61 - 6EC064D1078BC50500591D61 - 6EC06501078BD61800591D61 - 6EC0655C078BEF7B00591D61 - 6EC065CF078BF85100591D61 - 6EC065D0078BF85100591D61 - 6E8B669307A2E6D7002A6BAF - 6E8B6D0E07A74D66002A6BAF - 6E83F2AF07B0059D00D9DACB - 6E83F2ED07B00A5100D9DACB - 6E83F3E107B0358C00D9DACB - 6E83F3F107B0398700D9DACB - 6E83F3F207B0398700D9DACB - 6E83F5BC07B3771F00D9DACB - 6EFE498707B7459800F67D2B - 6EFE49ED07B824F200F67D2B - 6EFE4B0307B8924D00F67D2B - 6EFE4B9107B9654300F67D2B - 6EFE4C0F07B9763800F67D2B - 6EFE4C6D07B982E300F67D2B - 6EFE4CC907B99A7C00F67D2B - 6EFE4CD407B99E0C00F67D2B - 6EFE4DFF07B9D39B00F67D2B - 6EFE4EAC07BABEBC00F67D2B - 6EFE4EC107BABF2500F67D2B - 6EFE4F5807BB021400F67D2B - 6EFE4FD907BB33BA00F67D2B - 6EFE4FDA07BB33BA00F67D2B - 6EFBA94007BDDFCE0052D697 - 6EFBA94B07BDE4980052D697 - 6EFBA94C07BDE4980052D697 - 6EFBA95B07BDE5770052D697 - 6EFBA97607BDEC830052D697 - 6EFBAB0507BEEDA90052D697 - 6EFBAB7C07BFC4200052D697 - 6EFBABE707C0693F0052D697 - 6EFBACBA07C082D90052D697 - 6EFBACF507C087650052D697 - 6EFBAD1C07C08A070052D697 - 6EFBADB907C14A7D0052D697 - 6EFBADE507C162350052D697 - 6EFBAEE707C1CBD40052D697 - 6EFBAF1007C1D0D90052D697 - 6EFBAF1207C1D0D90052D697 - 6EFBAF3A07C1D5950052D697 - 6EFBAF4907C1D6440052D697 - 6EFBAF6E07C1D81C0052D697 - 6EFBB01907C295BB0052D697 - 6EFBB04707C298530052D697 - 6EFBB1FC07C2D1A30052D697 - 6EFBB20407C2D35A0052D697 - 6EFBB20507C2D35A0052D697 - 6EFBB24E07C2DBF90052D697 - 6EFBB27107C2DFA10052D697 - 6EFBB2CC07C2EAE90052D697 - 6EFBB40507C415970052D697 - 6EFBB46007C41FCA0052D697 - 6EFBB46107C41FCA0052D697 - 6EB3527F07C56742000347B9 - 6EB352A707C56E94000347B9 - 6EB352C207C574C9000347B9 - 6EB352CF07C594F7000347B9 - 6EB3531907C5AA1C000347B9 - 6EB3532B07C5AAB8000347B9 - 6EB3532C07C5AAB8000347B9 - 6EB3539807C5C71B000347B9 - 6EB353AA07C5C84D000347B9 - 6EB3549607C7DE47000347B9 - 6EB354EA07C7F537000347B9 - 6EB354F007C7F637000347B9 - 6EB354F107C7F637000347B9 - 6EB3551A07C7FBBD000347B9 - 6EB3554B07C8029A000347B9 - 6EB355D807C80DED000347B9 - 6EB3569207C8208E000347B9 - 6EB3572707C83197000347B9 - 6EB3572807C83197000347B9 - 6EB3573E07C832B4000347B9 - 6EB3575307C837D6000347B9 - 6EB3575E07C838EC000347B9 - 6EB357CC07C83ECA000347B9 - 6EB357CD07C83ECA000347B9 - 6EB3582F07C84168000347B9 - 6EB3584707C84621000347B9 - 6EB358B107C873F2000347B9 - 6EB358FD07C87DD5000347B9 - 6EB3598807C967BE000347B9 - 6EB359AE07C96AD6000347B9 - 6EB359AF07C96AD6000347B9 - 6EB359CD07C99112000347B9 - 6EB35A1107C9C033000347B9 - 6EB35A1207C9C033000347B9 - 6EB35A1B07C9C141000347B9 - 6EB35A1C07C9C141000347B9 - 6EB35ABB07CA624E000347B9 - 6EB35B3907CA6C8C000347B9 - 6EB35B3E07CA6C8C000347B9 - 6EB35B9807CA7141000347B9 - 6EB35BAF07CA7311000347B9 - 6EB35BF507CABCBB000347B9 - 6EB35C0107CABE47000347B9 - 6EB35C2207CAC0C8000347B9 - 6EB35C7507CAC91F000347B9 - 6EB35C9D07CB8C2B000347B9 - 6EB35C9E07CB8C2B000347B9 - 6EB35CA607CB94A2000347B9 - 6EB35CAE07CBA6CC000347B9 - 6EB35CAF07CBA6CC000347B9 - 6EB35CB007CBA6CC000347B9 - 6EB35CB107CBA6CC000347B9 - 6EB35CB207CBA6CC000347B9 - 6EB35CB307CBA6CC000347B9 - 6EB35CB407CBA6CC000347B9 - 6EB35CB507CBA6CC000347B9 - 6EB35CD407CBAC0F000347B9 - 6EB35CDD07CBAD23000347B9 - 6EB35CDE07CBAD23000347B9 - 6EB9054707CBC34300D8982B - 6EB9054807CBC34300D8982B - 6EB9054907CBC34300D8982B - 6EB9054A07CBC34300D8982B - 6EB9054B07CBC34300D8982B - 6EB9056407CBC5E600D8982B - 6EB9058407CBC6F100D8982B - 6EB9059907CBC7C400D8982B - 6EB9059A07CBC7C400D8982B - 6EB9058607CBC6F100D8982B + 6E7D2F0E0869302500429AC8 + 6E7D2F0F0869302500429AC8 + 6E7D2F100869302500429AC8 + 6E7D2F2408693D8A00429AC8 + 6E7D2F2508693D8A00429AC8 + 6E7D2F2608693D8A00429AC8 + 6E7D2F2708693D8A00429AC8 + 6E7D2F2808693D8A00429AC8 + 6E7D2F2908693D8A00429AC8 + 6E7D2F2A08693D8A00429AC8 + 6E7D2F2B08693D8A00429AC8 + 6E7D2F2C08693D8A00429AC8 + 6E7D2F2D08693D8A00429AC8 + 6E7D2F2E08693D8A00429AC8 + 6E7D2F2F08693D8A00429AC8 + 6E7D2F3008693D8A00429AC8 + 6E7D2F3108693D8A00429AC8 + 6E7D2F3208693D8A00429AC8 + 6E7D2F3308693D8A00429AC8 + 6E7D2F3408693D8A00429AC8 + 6E7D2F3508693D8A00429AC8 + 6E7D2F3608693D8A00429AC8 + 6E7D2F3708693D8A00429AC8 + 6E7D2F3808693D8A00429AC8 + 6E7D2F3908693D8A00429AC8 + 6E7D2F3A08693D8A00429AC8 + 6E7D2F3B08693D8A00429AC8 + 6E7D2F3C08693D8A00429AC8 + 6E7D2F3D08693D8A00429AC8 + 6E7D2F3E08693D8A00429AC8 + 6E7D2F3F08693D8A00429AC8 + 6E7D2F4008693D8A00429AC8 + 6E7D2F4108693D8A00429AC8 + 6E7D2F4208693D8A00429AC8 + 6E7D2F4308693D8A00429AC8 + 6E7D2F4408693D8A00429AC8 + 6E7D2F4508693D8A00429AC8 + 6E7D2F4608693D8A00429AC8 + 6E7D2F4708693D8A00429AC8 + 6E7D2F4808693D8A00429AC8 + 6E7D2F4908693D8A00429AC8 + 6E7D2F4A08693D8A00429AC8 + 6E7D2F4B08693D8A00429AC8 + 6E7D2F4C08693D8A00429AC8 + 6E7D2F4D08693D8A00429AC8 + 6E7D2F4E08693D8A00429AC8 + 6E7D2F4F08693D8A00429AC8 + 6E7D2F5008693D8A00429AC8 + 6E7D2F5108693D8A00429AC8 + 6E7D2F5208693D8A00429AC8 + 6E7D2F5308693D8A00429AC8 + 6E7D2F5408693D8A00429AC8 + 6E7D2F5508693D8A00429AC8 + 6E7D2F5608693D8A00429AC8 + 6E7D2F5708693D8A00429AC8 + 6E7D2F5808693D8A00429AC8 + 6E7D2F5908693D8A00429AC8 + 6E7D2F5A08693D8A00429AC8 + 6E7D2F5B08693D8A00429AC8 + 6E7D2F5C08693D8A00429AC8 + 6E7D2F5D08693D8A00429AC8 + 6E7D2F5E08693D8A00429AC8 + 6E7D2F5F08693D8A00429AC8 + 6E7D2F6008693D8A00429AC8 + 6E7D2F6108693D8A00429AC8 + 6E7D2F6208693D8A00429AC8 + 6E7D2F6308693D8A00429AC8 + 6E7D2F6408693D8A00429AC8 + 6E7D2F6508693D8A00429AC8 + 6E7D2F6608693D8A00429AC8 + 6E7D2F6708693D8A00429AC8 + 6E7D2F6808693D8A00429AC8 + 6E7D2F6908693D8A00429AC8 + 6E7D2F6A08693D8A00429AC8 + 6E7D2F6B08693D8A00429AC8 prevStack - 6E3D7D1906C445A000A73B29 - 6E3D7D3506C4498500A73B29 - 6E38D3BD06C9B16B003BA9B4 - 6E38D41106C9BA2D003BA9B4 - 6E38D41206C9BA2D003BA9B4 - 6E38D41406C9BA2D003BA9B4 - 6E38D41706C9BA2D003BA9B4 - 6E38D42C06C9BC4D003BA9B4 - 6E38D62906C9F7CD003BA9B4 - 6E38D68906C9FA18003BA9B4 - 6EAB447106CAF1B700A4ABF0 - 6EAB451006CB3DFC00A4ABF0 - 6EAB465806CC01EA00A4ABF0 - 6E10940606D4125F00E343E0 - 6E10953F06D459A100E343E0 - 6EEE8F0D06DE3A6600788128 - 6EEE972906E14E9600788128 - 6EEE972A06E14E9600788128 - 6E6B645507120022002B77D9 - 6E6B64AA071202FF002B77D9 - 6E6B64AE071202FF002B77D9 - 6E6B64AF071202FF002B77D9 - 6E6B64B0071202FF002B77D9 - 6E6B64B4071202FF002B77D9 - 6E6B64C6071202FF002B77D9 - 6E6B64C8071202FF002B77D9 - 6E6B64E3071202FF002B77D9 - 6E6B652A07120A52002B77D9 - 6E6FD78E0762D118004FD845 - 6E6FD7BA0762D466004FD845 - 6E6FDA0A0764F415004FD845 - 6E6FDAB70764F9FB004FD845 - 6E6FDAFD0764FD0D004FD845 - 6E6FDC4E07658970004FD845 - 6E6FDC5307658970004FD845 - 6E12D4A0076A616E00A95DFE - 6E818184076E3F8C00A5FBEB - 6EF2EFB90777C11B00C8B55A - 6EF2F0A5077B3C0C00C8B55A - 6EF2F227077B955F00C8B55A - 6EF2F228077B955F00C8B55A - 6E9BF32F0781F17A008F0139 - 6E9BF3300781F17A008F0139 - 6E9BF3C60782053A008F0139 - 6E9BF4CB07828C86008F0139 - 6E9BF63407836C01008F0139 - 6E9BF6CB07838C56008F0139 - 6E9BF708078394E7008F0139 - 6E9BFC4C0784DDCF008F0139 - 6EA252AC078606DA00C839D1 - 6EA254210786265900C839D1 - 6EA254220786265900C839D1 - 6EA2560007876BD300C839D1 - 6EA258560787F09200C839D1 - 6EA258D50787FA1400C839D1 - 6EA258D80787FA1400C839D1 - 6EA258E20787FA3000C839D1 - 6EC064A8078BA17E00591D61 - 6EC064D7078BC50500591D61 - 6EC06522078BDC7B00591D61 - 6EC06565078BEF7B00591D61 - 6EC0656D078BEF7B00591D61 - 6EC06606078BFBFB00591D61 - 6E83F2F607B00A5100D9DACB - 6E83F62507B548C400D9DACB - 6EFE4B0607B8924D00F67D2B - 6EFE4CD707B99E0C00F67D2B - 6EFE4EB407BABEBC00F67D2B - 6EFE4F6207BB021400F67D2B - 6EFE4F6C07BB021400F67D2B - 6EFE4F7B07BB07E900F67D2B - 6EFE4F9D07BB2D7F00F67D2B - 6EFE4FDE07BB33BA00F67D2B - 6EFBA94E07BDE4980052D697 - 6EFBA95707BDE5370052D697 - 6EFBA95E07BDE5770052D697 - 6EFBA96907BDEA150052D697 - 6EFBABEA07C0693F0052D697 - 6EFBACAC07C082180052D697 - 6EFBAD0D07C089110052D697 - 6EFBAE2907C16A5F0052D697 - 6EFBAEB307C1C79E0052D697 - 6EFBAF8007C1D8E80052D697 - 6EFBB03107C297D00052D697 - 6EFBB1FF07C2D1A30052D697 - 6EFBB20C07C2D35A0052D697 - 6EFBB20D07C2D35A0052D697 - 6EFBB28207C2E3940052D697 - 6EFBB3DB07C411B10052D697 - 6EB3528007C56742000347B9 - 6EB3529007C56783000347B9 - 6EB3529107C56783000347B9 - 6EB352A807C56E94000347B9 - 6EB3552007C7FBBD000347B9 - 6EB355B907C80BEB000347B9 - 6EB3576E07C83A91000347B9 - 6EB357A807C83CE3000347B9 - 6EB357AA07C83CE3000347B9 - 6EB357D007C83ECA000347B9 - 6EB357D207C83ECA000347B9 - 6EB3585807C84621000347B9 - 6EB3599C07C96968000347B9 - 6EB35A1E07C9C141000347B9 - 6EB35AAC07CA6027000347B9 - 6EB35B4107CA6C8C000347B9 - 6EB35B4207CA6C8C000347B9 - 6EB9054D07CBC34300D8982B - 6EB9054E07CBC34300D8982B - 6EB9054F07CBC34300D8982B - 6EB9055007CBC34300D8982B - 6EB9055107CBC34300D8982B - 6EB9055207CBC34300D8982B - 6EB9055307CBC34300D8982B - 6EB9055407CBC34300D8982B - 6EB9055507CBC34300D8982B - 6EB9056907CBC5E600D8982B - 6EB9056A07CBC5E600D8982B - 6EB9056C07CBC5E600D8982B - 6EB9056D07CBC5E600D8982B - 6EB9057407CBC67800D8982B - 6EB9057507CBC67800D8982B - 6EB9057607CBC67800D8982B - 6EB9057707CBC67800D8982B - 6EB9058807CBC6F100D8982B - 6EB9058907CBC6F100D8982B - 6EB9058B07CBC6F100D8982B - 6EB9058C07CBC6F100D8982B - 6EB9058D07CBC6F100D8982B - 6EB9058E07CBC6F100D8982B - 6EB9058F07CBC6F100D8982B - 6EB9059007CBC6F100D8982B - 6EB9059107CBC6F100D8982B - 6EB9059507CBC72D00D8982B - 6EB9059B07CBC7C400D8982B - 6EB9059C07CBC7C400D8982B + 6E6A7B210822F12D00D88515 + 6E6A7B220822F12D00D88515 + 6E6A7B230822F12D00D88515 + 6E5B695B0828175900F7B919 + 6E5B695C0828175900F7B919 + 6E5B695E0828175900F7B919 + 6E5B6A9F0828262700F7B919 + 6ED22BEB083446FE005F7A7E + 6ED22BEC083446FE005F7A7E + 6ED22BED083446FE005F7A7E + 6ED22BEE083446FE005F7A7E + 6ED22BEF083446FE005F7A7E + 6ED22BF0083446FE005F7A7E + 6E7D2F120869302500429AC8 + 6E7D2F130869302500429AC8 + 6E7D2F140869302500429AC8 + 6E7D2F150869302500429AC8 + 6E7D2F160869302500429AC8 + 6E7D2F170869302500429AC8 + 6E7D2F6C08693D8A00429AC8 + 6E7D2F6D08693D8A00429AC8 + 6E7D2F6E08693D8A00429AC8 + 6E7D2F6F08693D8A00429AC8 + 6E7D2F7008693D8A00429AC8 + 6E7D2F7108693D8A00429AC8 + 6E7D2F7208693D8A00429AC8 + 6E7D2F7308693D8A00429AC8 + 6E7D2F7408693D8A00429AC8 + 6E7D2F7508693D8A00429AC8 + 6E7D2F7608693D8A00429AC8 + 6E7D2F7708693D8A00429AC8 + 6E7D2F7808693D8A00429AC8 + 6E7D2F7908693D8A00429AC8 + 6E7D2F7A08693D8A00429AC8 + 6E7D2F7B08693D8A00429AC8 + 6E7D2F7C08693D8A00429AC8 + 6E7D2F7D08693D8A00429AC8 + 6E7D2F7E08693D8A00429AC8 + 6E7D2F7F08693D8A00429AC8 + 6E7D2F8008693D8A00429AC8 + 6E7D2F8108693D8A00429AC8 + 6E7D2F8208693D8A00429AC8 + 6E7D2F8308693D8A00429AC8 + 6E7D2F8408693D8A00429AC8 + 6E7D2F8508693D8A00429AC8 + 6E7D2F8608693D8A00429AC8 + 6E7D2F8708693D8A00429AC8 + 6E7D2F8808693D8A00429AC8 + 6E7D2F8908693D8A00429AC8 + 6E7D2F8A08693D8A00429AC8 + 6E7D2F8B08693D8A00429AC8 + 6E7D2F8C08693D8A00429AC8 + 6E7D2F8D08693D8A00429AC8 + 6E7D2F8E08693D8A00429AC8 + 6E7D2F8F08693D8A00429AC8 + 6E7D2F9008693D8A00429AC8 + 6E7D2F9108693D8A00429AC8 + 6E7D2F9208693D8A00429AC8 + 6E7D2F9308693D8A00429AC8 + 6E7D2F9408693D8A00429AC8 + 6E7D2F9508693D8A00429AC8 + 6E7D2F9608693D8A00429AC8 + 6E7D2F9708693D8A00429AC8 + 6E7D2F9808693D8A00429AC8 + 6E7D2F9908693D8A00429AC8 + 6E7D2F9A08693D8A00429AC8 + 6E7D2F9B08693D8A00429AC8 + 6E7D2F9C08693D8A00429AC8 + 6E7D2F9D08693D8A00429AC8 + 6E7D2F9E08693D8A00429AC8 + 6E7D2F9F08693D8A00429AC8 + 6E7D2FA008693D8A00429AC8 + 6E7D2FA108693D8A00429AC8 + 6E7D2FA208693D8A00429AC8 + 6E7D2FA308693D8A00429AC8 + 6E7D2FA408693D8A00429AC8 + 6E7D2FA508693D8A00429AC8 + 6E7D2FA608693D8A00429AC8 + 6E7D2FA708693D8A00429AC8 + 6E7D2FA808693D8A00429AC8 + 6E7D2FA908693D8A00429AC8 + 6E7D2FAA08693D8A00429AC8 + 6E7D2FAB08693D8A00429AC8 + 6E7D2FAC08693D8A00429AC8 + 6E7D2FAD08693D8A00429AC8 + 6E7D2FAE08693D8A00429AC8 + 6E7D2FAF08693D8A00429AC8 + 6E7D2FB008693D8A00429AC8 + 6E7D2FB108693D8A00429AC8 + 6E7D2FB208693D8A00429AC8 + 6E7D2FB308693D8A00429AC8 + 6E7D2FB408693D8A00429AC8 + 6E7D2FB508693D8A00429AC8 + 6E7D2FB608693D8A00429AC8 + 6E7D2FB708693D8A00429AC8 + 6E7D2FB808693D8A00429AC8 + 6E7D2FB908693D8A00429AC8 + 6E7D2FBA08693D8A00429AC8 SplitCount @@ -634,14 +561,14 @@ GeometryConfiguration Frame - {{0, 0}, {1038, 710}} + {{0, 0}, {1034, 543}} RubberWindowFrame - 0 103 1281 835 0 0 1280 938 + 0 117 1280 821 0 0 1280 938 Module PBXNavigatorGroup Proportion - 710pt + 543pt ContentConfiguration @@ -649,23 +576,23 @@ PBXProjectModuleGUID 1CE0B20506471E060097A5F4 PBXProjectModuleLabel - Errors & Warnings + Detail GeometryConfiguration Frame - {{0, 717}, {1038, 76}} + {{0, 548}, {1034, 233}} RubberWindowFrame - 0 103 1281 835 0 0 1280 938 + 0 117 1280 821 0 0 1280 938 Module XCDetailModule Proportion - 76pt + 233pt Proportion - 1038pt + 1034pt Name @@ -680,18 +607,124 @@ TableOfContents - 6EB9054407CBC1E500D8982B + 6E7D2F190869302500429AC8 1CE0B1FE06471DED0097A5F4 - 6EB9054507CBC1E500D8982B + 6E7D2F1A0869302500429AC8 1CE0B20306471E060097A5F4 1CE0B20506471E060097A5F4 ToolbarConfiguration xcode.toolbar.config.default + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.short + PerspectivesBarVisible + ShelfIsVisible + + SourceDescription + file at '/System/Library/PrivateFrameworks/DevToolsInterface.framework/Versions/A/Resources/XCPerspectivesSpecificationMode1.xcperspec' StatusbarIsVisible TimeStamp @@ -705,16 +738,18 @@ Type Perspectives UpdateMessage - + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? WindowJustification 5 WindowOrderList + 6E7D2EFB08692DE700429AC8 1C0AD2B3069F1EA900FABCE6 - /Users/chaz/The Cheat/The Cheat/The Cheat.xcode + 6ED22BF6083446FE005F7A7E + /Users/chaz/The Cheat/The Cheat 1.2.1/The Cheat.xcode WindowString - 0 103 1281 835 0 0 1280 938 + 0 117 1280 821 0 0 1280 938 WindowTools @@ -722,6 +757,8 @@ Identifier windowTool.build + IsVertical + Layout @@ -733,84 +770,25 @@ PBXProjectModuleGUID 1CD0528F0623707200166675 PBXProjectModuleLabel - GeneralPrefs.m - PBXSplitModuleInNavigatorKey - - Split0 - - PBXProjectModuleGUID - 1CD052900623707200166675 - PBXProjectModuleLabel - GeneralPrefs.m - bookmark - 6EB35D0707CBB39D000347B9 - history - - 6EFE497707B7428D00F67D2B - 6EFE497807B7428D00F67D2B - 6EFE49FE07B8254100F67D2B - 6EFE4A3207B82EF300F67D2B - 6EFE4CC407B999CB00F67D2B - 6EFE4EBB07BABEE200F67D2B - 6EFE4F8307BB296600F67D2B - 6EFBA9F407BDFEF30052D697 - 6EFBAA6707BE11080052D697 - 6EFBAAC807BEE6F60052D697 - 6EFBAE7007C1C04D0052D697 - 6EFBAFF007C2920A0052D697 - 6EFBB00707C2928F0052D697 - 6EFBB02807C297B60052D697 - 6EFBB10307C2B7DF0052D697 - 6EFBB23407C2D5D10052D697 - 6EFBB3FD07C415600052D697 - 6EB356A707C820D0000347B9 - 6EB3570D07C82FCE000347B9 - 6EB3574307C832B4000347B9 - 6EB358CA07C8753F000347B9 - 6EB35AE407CA66B9000347B9 - 6EB35B8207CA7034000347B9 - - prevStack - - 6EFE4D7B07B9C4BA00F67D2B - 6EFE4DDB07B9CFA000F67D2B - 6EFE4E6A07BAAEB600F67D2B - 6EFE4E9007BABD7700F67D2B - 6EFE4E9107BABD7700F67D2B - 6EFE4EBD07BABEE200F67D2B - 6EFE4F3107BAEB1800F67D2B - 6EFE4F7107BB039900F67D2B - 6EFBB02A07C297B60052D697 - 6EFBB0F607C2B24C0052D697 - 6EFBB10507C2B7DF0052D697 - 6EFBB3FF07C415600052D697 - 6EB3542907C6C3FD000347B9 - 6EB356A907C820D0000347B9 - 6EB3571007C82FCE000347B9 - 6EB3574507C832B4000347B9 - 6EB358CC07C8753F000347B9 - 6EB35AE607CA66B9000347B9 - - - SplitCount - 1 - + AppController.m StatusBarVisibility GeometryConfiguration Frame - {{0, 0}, {1281, 501}} + {{0, 0}, {500, 218}} RubberWindowFrame - 0 103 1281 835 0 0 1280 938 + 21 415 500 500 0 0 1280 938 Module PBXNavigatorGroup Proportion - 501pt + 218pt + BecomeActive + ContentConfiguration PBXProjectModuleGUID @@ -825,18 +803,18 @@ GeometryConfiguration Frame - {{0, 508}, {1281, 285}} + {{0, 223}, {500, 236}} RubberWindowFrame - 0 103 1281 835 0 0 1280 938 + 21 415 500 500 0 0 1280 938 Module PBXBuildResultsModule Proportion - 285pt + 236pt Proportion - 793pt + 459pt Name @@ -849,23 +827,21 @@ TableOfContents - 6E3D7D1506C4459300A73B29 - 6EB358CE07C8753F000347B9 + 6E7D2EFB08692DE700429AC8 + 6E7D2EFC08692DE700429AC8 1CD0528F0623707200166675 XCMainBuildResultsModuleGUID ToolbarConfiguration xcode.toolbar.config.build WindowString - 0 103 1281 835 0 0 1280 938 + 21 415 500 500 0 0 1280 938 WindowToolGUID - 6E3D7D1506C4459300A73B29 + 6E7D2EFB08692DE700429AC8 WindowToolIsVisible - FirstTimeWindowDisplayed - Identifier windowTool.debugger Layout @@ -890,8 +866,8 @@ yes sizes - {{0, 0}, {347, 121}} - {{0, 121}, {347, 654}} + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} VerticalSplitView @@ -906,8 +882,8 @@ yes sizes - {{0, 0}, {347, 775}} - {{347, 0}, {897, 775}} + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} @@ -929,18 +905,18 @@ DebugSTDIOWindowFrame {{200, 200}, {500, 300}} Frame - {{0, 0}, {1244, 775}} + {{0, 0}, {694, 380}} RubberWindowFrame - 24 121 1244 817 0 0 1280 938 + 321 238 694 422 0 0 1440 878 Module PBXDebugSessionModule Proportion - 775pt + 100% Proportion - 775pt + 100% Name @@ -950,26 +926,24 @@ PBXDebugSessionModule StatusbarIsVisible - + 1 TableOfContents 1CD10A99069EF8BA00B06720 - 6EB3586107C84642000347B9 + 1C0AD2AB069F1E9B00FABCE6 1C162984064C10D400B95A72 - 6EB3586207C84642000347B9 + 1C0AD2AC069F1E9B00FABCE6 ToolbarConfiguration xcode.toolbar.config.debug WindowString - 24 121 1244 817 0 0 1280 938 + 321 238 694 422 0 0 1440 878 WindowToolGUID 1CD10A99069EF8BA00B06720 WindowToolIsVisible - + 0 - FirstTimeWindowDisplayed - Identifier windowTool.find Layout @@ -986,67 +960,39 @@ PBXProjectModuleGUID 1CDD528C0622207200134675 PBXProjectModuleLabel - BetterTableView.m + <No Editor> PBXSplitModuleInNavigatorKey Split0 PBXProjectModuleGUID 1CD0528D0623707200166675 - PBXProjectModuleLabel - BetterTableView.m - bookmark - 6EB357E307C83ECA000347B9 - history - - 6EFBAE8707C1C2A30052D697 - 6EFBB0C007C2B0180052D697 - 6EFBB0C107C2B0180052D697 - 6EB352FC07C5A6CD000347B9 - 6EB352FD07C5A6CD000347B9 - 6EB3530D07C5A705000347B9 - 6EB3557B07C80748000347B9 - 6EB3557C07C80748000347B9 - 6EB3557D07C80748000347B9 - - prevStack - - 6EFBAE8907C1C2A30052D697 - 6EFBB0C307C2B0180052D697 - 6EFBB0C407C2B0180052D697 - 6EB352FF07C5A6CD000347B9 - 6EB3530007C5A6CD000347B9 - 6EB3530F07C5A705000347B9 - 6EB3531007C5A705000347B9 - 6EB3557E07C80748000347B9 - 6EB3557F07C80748000347B9 - SplitCount 1 StatusBarVisibility - + 1 GeometryConfiguration Frame - {{0, 0}, {779, 306}} + {{0, 0}, {781, 167}} RubberWindowFrame - 441 96 779 670 0 0 1280 938 + 62 385 781 470 0 0 1440 878 Module PBXNavigatorGroup Proportion - 779pt + 781pt Proportion - 306pt + 50% BecomeActive - + 1 ContentConfiguration PBXProjectModuleGUID @@ -1057,18 +1003,18 @@ GeometryConfiguration Frame - {{0, 313}, {779, 315}} + {{8, 0}, {773, 254}} RubberWindowFrame - 441 96 779 670 0 0 1280 938 + 62 385 781 470 0 0 1440 878 Module PBXProjectFindModule Proportion - 315pt + 50% Proportion - 628pt + 428pt Name @@ -1078,29 +1024,29 @@ PBXProjectFindModule StatusbarIsVisible - + 1 TableOfContents 1C530D57069F1CE1000CFCEE - 6EB352A007C56D29000347B9 - 6EB352A107C56D29000347B9 + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 1CD0528E0623707200166675 WindowString - 441 96 779 670 0 0 1280 938 + 62 385 781 470 0 0 1440 878 WindowToolGUID 1C530D57069F1CE1000CFCEE WindowToolIsVisible - + 0 Identifier MENUSEPARATOR - FirstTimeWindowDisplayed - Identifier windowTool.debuggerConsole Layout @@ -1109,6 +1055,8 @@ Dock + BecomeActive + 1 ContentConfiguration PBXProjectModuleGUID @@ -1119,18 +1067,18 @@ GeometryConfiguration Frame - {{0, 0}, {689, 376}} + {{0, 0}, {440, 358}} RubberWindowFrame - 524 119 689 418 0 0 1280 938 + 650 41 440 400 0 0 1280 1002 Module PBXDebugCLIModule Proportion - 376pt + 358pt Proportion - 376pt + 358pt Name @@ -1140,25 +1088,23 @@ PBXDebugCLIModule StatusbarIsVisible - + 1 TableOfContents - 6EAB469206CC062500A4ABF0 - 6EB3586307C84642000347B9 + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 1C78EAAC065D492600B07095 WindowString - 524 119 689 418 0 0 1280 938 - WindowToolGUID - 6EAB469206CC062500A4ABF0 - WindowToolIsVisible - + 650 41 440 400 0 0 1280 1002 FirstTimeWindowDisplayed Identifier windowTool.run + IsVertical + Layout @@ -1187,8 +1133,8 @@ yes sizes - {{0, 0}, {366, 167}} - {{0, 176}, {366, 267}} + {{0, 0}, {493, 168}} + {{0, 173}, {493, 270}} VerticalSplitView @@ -1203,8 +1149,8 @@ yes sizes - {{0, 0}, {405, 443}} - {{414, 0}, {514, 443}} + {{0, 0}, {406, 443}} + {{411, 0}, {517, 443}} @@ -1212,18 +1158,18 @@ GeometryConfiguration Frame - {{0, 0}, {766, 795}} + {{0, 0}, {459, 159}} RubberWindowFrame - 273 295 766 643 0 0 1280 938 + 22 715 459 200 0 0 1280 938 Module PBXRunSessionModule Proportion - 795pt + 159pt Proportion - 601pt + 159pt Name @@ -1237,14 +1183,14 @@ TableOfContents 1C0AD2B3069F1EA900FABCE6 - 6EB9055707CBC34300D8982B + 6E7D2EFD08692DE700429AC8 1CD0528B0623707200166675 - 6EB9055807CBC34300D8982B + 6E7D2EFE08692DE700429AC8 ToolbarConfiguration xcode.toolbar.config.run WindowString - 273 295 766 643 0 0 1280 938 + 22 715 459 200 0 0 1280 938 WindowToolGUID 1C0AD2B3069F1EA900FABCE6 WindowToolIsVisible @@ -1276,7 +1222,7 @@ 1 StatusBarVisibility - + 1 GeometryConfiguration @@ -1292,7 +1238,7 @@ BecomeActive - + 1 ContentConfiguration PBXProjectModuleGUID @@ -1323,7 +1269,7 @@ Module PBXCVSModule Proportion - 259pt + 262pt Proportion @@ -1337,7 +1283,7 @@ PBXCVSModule StatusbarIsVisible - + 1 TableOfContents 1C78EAB4065D492600B07095 @@ -1345,12 +1291,12 @@ 1C78EAB2065D492600B07095 1CD052920623707200166675 + ToolbarConfiguration + xcode.toolbar.config.scm WindowString 743 379 452 308 0 0 1280 1002 - FirstTimeWindowDisplayed - Identifier windowTool.breakpoints Layout @@ -1360,7 +1306,7 @@ BecomeActive - + 1 ContentConfiguration PBXProjectModuleGUID @@ -1380,7 +1326,7 @@ Frame {{0, 0}, {240, 195}} RubberWindowFrame - 135 699 240 216 0 0 1280 938 + 342 421 240 216 0 0 1440 878 Module PBXDebugBreakpointsModule @@ -1399,19 +1345,19 @@ PBXDebugBreakpointsModule StatusbarIsVisible - + 0 TableOfContents 1C0AD2AD069F1E9B00FABCE6 - 6EF2EF460777B6FC00C8B55A + 1C0AD2AE069F1E9B00FABCE6 1CD052930623707200166675 WindowString - 135 699 240 216 0 0 1280 938 + 342 421 240 216 0 0 1440 878 WindowToolGUID 1C0AD2AD069F1E9B00FABCE6 WindowToolIsVisible - + 0 Identifier @@ -1425,11 +1371,11 @@ Module PBXBookmarksModule Proportion - 166pt + 100% Proportion - 166pt + 100% Name @@ -1439,13 +1385,11 @@ PBXBookmarksModule StatusbarIsVisible - + 0 WindowString 538 42 401 187 0 0 1280 1002 - FirstTimeWindowDisplayed - Identifier windowTool.classBrowser Layout @@ -1454,6 +1398,8 @@ Dock + BecomeActive + 1 ContentConfiguration OptionsSetName @@ -1477,7 +1423,7 @@ Frame {{0, 0}, {630, 331}} MembersFrame - {{0, 105}, {374, 226}} + {{0, 105}, {374, 395}} MembersTreeTableConfiguration PBXMemberTypeIconColumnIdentifier @@ -1490,18 +1436,18 @@ 22 PBXModuleWindowStatusBarHidden2 - + 1 RubberWindowFrame - 21 563 630 352 0 0 1280 938 + 385 179 630 352 0 0 1440 878 Module PBXClassBrowserModule Proportion - 331pt + 332pt Proportion - 331pt + 332pt Name @@ -1511,21 +1457,21 @@ PBXClassBrowserModule StatusbarIsVisible - + 0 TableOfContents 1C0AD2AF069F1E9B00FABCE6 - 6EA251B50785EA9000C839D1 + 1C0AD2B0069F1E9B00FABCE6 1CA6456E063B45B4001379D8 ToolbarConfiguration xcode.toolbar.config.classbrowser WindowString - 21 563 630 352 0 0 1280 938 + 385 179 630 352 0 0 1440 878 WindowToolGUID 1C0AD2AF069F1E9B00FABCE6 WindowToolIsVisible - + 0 diff --git a/The Cheat.xcode/chaz.pbxuser b/The Cheat.xcode/chaz.pbxuser index 9c937d0..8d2bd45 100644 --- a/The Cheat.xcode/chaz.pbxuser +++ b/The Cheat.xcode/chaz.pbxuser @@ -20,8 +20,8 @@ PBXFileTableDataSourceColumnSortingKey = PBXErrorsWarningsDataSource_LocationID; PBXFileTableDataSourceColumnWidthsKey = ( 20, - 652.8799, - 348.2085, + 652, + 348, ); PBXFileTableDataSourceColumnsKey = ( PBXErrorsWarningsDataSource_TypeID, @@ -46,7 +46,7 @@ PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; PBXFileTableDataSourceColumnWidthsKey = ( 20, - 719, + 715, 20, 128, 43, @@ -81,7 +81,7 @@ PBXFileTableDataSourceColumnWidthsKey = ( 20, 20, - 711, + 758, 20, 110, 43, @@ -105,7 +105,7 @@ PBXFileTableDataSourceColumnWidthsKey = ( 20, 609, - 129, + 77, 20, 129, 43, @@ -121,7 +121,7 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 130793949; + PBXPerProjectTemplateStateSaveDate = 141110321; PBXPrepackagedSmartGroups_v2 = ( { PBXTransientLocationAtTop = bottom; @@ -1447,320 +1447,185 @@ PBXModuleWindowStatusBarHidden = YES; RubberWindowFrame = "607 121 745 464 0 0 1280 938 "; }; - PBXWorkspaceStateSaveDate = 130793949; + PBXWorkspaceStateSaveDate = 141110321; }; perUserProjectItems = { - 6E10940606D4125F00E343E0 = 6E10940606D4125F00E343E0; - 6E10953F06D459A100E343E0 = 6E10953F06D459A100E343E0; - 6E12D3B80767AE3C00A95DFE = 6E12D3B80767AE3C00A95DFE; - 6E12D4A0076A616E00A95DFE = 6E12D4A0076A616E00A95DFE; - 6E12D56F076A7C9500A95DFE = 6E12D56F076A7C9500A95DFE; - 6E12D5D8076ABBB000A95DFE = 6E12D5D8076ABBB000A95DFE; - 6E12D609076AC69000A95DFE = 6E12D609076AC69000A95DFE; - 6E12D651076ACBFA00A95DFE = 6E12D651076ACBFA00A95DFE; - 6E38D3BD06C9B16B003BA9B4 = 6E38D3BD06C9B16B003BA9B4; - 6E38D41106C9BA2D003BA9B4 = 6E38D41106C9BA2D003BA9B4; - 6E38D41206C9BA2D003BA9B4 = 6E38D41206C9BA2D003BA9B4; - 6E38D41406C9BA2D003BA9B4 = 6E38D41406C9BA2D003BA9B4; - 6E38D41706C9BA2D003BA9B4 = 6E38D41706C9BA2D003BA9B4; - 6E38D42606C9BC4D003BA9B4 = 6E38D42606C9BC4D003BA9B4; - 6E38D42C06C9BC4D003BA9B4 = 6E38D42C06C9BC4D003BA9B4; - 6E38D62906C9F7CD003BA9B4 = 6E38D62906C9F7CD003BA9B4; - 6E38D68906C9FA18003BA9B4 = 6E38D68906C9FA18003BA9B4; - 6E3D7D1906C445A000A73B29 = 6E3D7D1906C445A000A73B29; - 6E3D7D3506C4498500A73B29 = 6E3D7D3506C4498500A73B29; - 6E3DC5E6077CE2CA004C82C0 = 6E3DC5E6077CE2CA004C82C0; - 6E6B645507120022002B77D9 = 6E6B645507120022002B77D9; - 6E6B64AA071202FF002B77D9 = 6E6B64AA071202FF002B77D9; - 6E6B64AE071202FF002B77D9 = 6E6B64AE071202FF002B77D9; - 6E6B64AF071202FF002B77D9 = 6E6B64AF071202FF002B77D9; - 6E6B64B0071202FF002B77D9 = 6E6B64B0071202FF002B77D9; - 6E6B64B4071202FF002B77D9 = 6E6B64B4071202FF002B77D9; - 6E6B64C6071202FF002B77D9 = 6E6B64C6071202FF002B77D9; - 6E6B64C8071202FF002B77D9 = 6E6B64C8071202FF002B77D9; - 6E6B64E3071202FF002B77D9 = 6E6B64E3071202FF002B77D9; - 6E6B652A07120A52002B77D9 = 6E6B652A07120A52002B77D9; - 6E6FD6CC0762C1BB004FD845 = 6E6FD6CC0762C1BB004FD845; - 6E6FD7750762D0B4004FD845 = 6E6FD7750762D0B4004FD845; - 6E6FD78C0762D118004FD845 = 6E6FD78C0762D118004FD845; - 6E6FD78E0762D118004FD845 = 6E6FD78E0762D118004FD845; - 6E6FD7B30762D466004FD845 = 6E6FD7B30762D466004FD845; - 6E6FD7BA0762D466004FD845 = 6E6FD7BA0762D466004FD845; - 6E6FD9BB0764E81F004FD845 = 6E6FD9BB0764E81F004FD845; - 6E6FDA050764F415004FD845 = 6E6FDA050764F415004FD845; - 6E6FDA0A0764F415004FD845 = 6E6FDA0A0764F415004FD845; - 6E6FDAB70764F9FB004FD845 = 6E6FDAB70764F9FB004FD845; - 6E6FDAFD0764FD0D004FD845 = 6E6FDAFD0764FD0D004FD845; - 6E6FDB1A0764FFD9004FD845 = 6E6FDB1A0764FFD9004FD845; - 6E6FDC4E07658970004FD845 = 6E6FDC4E07658970004FD845; - 6E6FDC5307658970004FD845 = 6E6FDC5307658970004FD845; - 6E6FDDB50766A1F4004FD845 = 6E6FDDB50766A1F4004FD845; - 6E81817A076E3D6800A5FBEB = 6E81817A076E3D6800A5FBEB; - 6E818184076E3F8C00A5FBEB = 6E818184076E3F8C00A5FBEB; - 6E83F2AF07B0059D00D9DACB = 6E83F2AF07B0059D00D9DACB; - 6E83F2ED07B00A5100D9DACB = 6E83F2ED07B00A5100D9DACB; - 6E83F2F607B00A5100D9DACB = 6E83F2F607B00A5100D9DACB; - 6E83F3E107B0358C00D9DACB = 6E83F3E107B0358C00D9DACB; - 6E83F3F107B0398700D9DACB = 6E83F3F107B0398700D9DACB; - 6E83F3F207B0398700D9DACB = 6E83F3F207B0398700D9DACB; - 6E83F5BC07B3771F00D9DACB = 6E83F5BC07B3771F00D9DACB; - 6E83F62507B548C400D9DACB = 6E83F62507B548C400D9DACB; - 6E8B669307A2E6D7002A6BAF = 6E8B669307A2E6D7002A6BAF; - 6E8B6D0E07A74D66002A6BAF = 6E8B6D0E07A74D66002A6BAF; - 6E9BF3290781F17A008F0139 = 6E9BF3290781F17A008F0139; - 6E9BF32F0781F17A008F0139 = 6E9BF32F0781F17A008F0139; - 6E9BF3300781F17A008F0139 = 6E9BF3300781F17A008F0139; - 6E9BF3C60782053A008F0139 = 6E9BF3C60782053A008F0139; - 6E9BF4CB07828C86008F0139 = 6E9BF4CB07828C86008F0139; - 6E9BF5E607836C01008F0139 = 6E9BF5E607836C01008F0139; - 6E9BF63407836C01008F0139 = 6E9BF63407836C01008F0139; - 6E9BF6CB07838C56008F0139 = 6E9BF6CB07838C56008F0139; - 6E9BF6FD078394E7008F0139 = 6E9BF6FD078394E7008F0139; - 6E9BF708078394E7008F0139 = 6E9BF708078394E7008F0139; - 6E9BF84E0783CE4E008F0139 = 6E9BF84E0783CE4E008F0139; - 6E9BFAFC0784CAF5008F0139 = 6E9BFAFC0784CAF5008F0139; - 6E9BFC340784DA01008F0139 = 6E9BFC340784DA01008F0139; - 6E9BFC4C0784DDCF008F0139 = 6E9BFC4C0784DDCF008F0139; - 6EA251D80785EEBB00C839D1 = 6EA251D80785EEBB00C839D1; - 6EA252220785FE0700C839D1 = 6EA252220785FE0700C839D1; - 6EA252AC078606DA00C839D1 = 6EA252AC078606DA00C839D1; - 6EA254210786265900C839D1 = 6EA254210786265900C839D1; - 6EA254220786265900C839D1 = 6EA254220786265900C839D1; - 6EA2560007876BD300C839D1 = 6EA2560007876BD300C839D1; - 6EA2573B0787D3B000C839D1 = 6EA2573B0787D3B000C839D1; - 6EA257F60787E57B00C839D1 = 6EA257F60787E57B00C839D1; - 6EA258560787F09200C839D1 = 6EA258560787F09200C839D1; - 6EA258D50787FA1400C839D1 = 6EA258D50787FA1400C839D1; - 6EA258D80787FA1400C839D1 = 6EA258D80787FA1400C839D1; - 6EA258E20787FA3000C839D1 = 6EA258E20787FA3000C839D1; - 6EA25928078820C200C839D1 = 6EA25928078820C200C839D1; - 6EA396C9077F4C2F002B0E69 = 6EA396C9077F4C2F002B0E69; - 6EA396CA077F4C2F002B0E69 = 6EA396CA077F4C2F002B0E69; - 6EA398C1077FA115002B0E69 = 6EA398C1077FA115002B0E69; - 6EA39A27077FCC6D002B0E69 = 6EA39A27077FCC6D002B0E69; - 6EA39A28077FCC6D002B0E69 = 6EA39A28077FCC6D002B0E69; - 6EAB446A06CAF1B700A4ABF0 = 6EAB446A06CAF1B700A4ABF0; - 6EAB447106CAF1B700A4ABF0 = 6EAB447106CAF1B700A4ABF0; - 6EAB451006CB3DFC00A4ABF0 = 6EAB451006CB3DFC00A4ABF0; - 6EAB465806CC01EA00A4ABF0 = 6EAB465806CC01EA00A4ABF0; - 6EB3527F07C56742000347B9 = 6EB3527F07C56742000347B9; - 6EB3528007C56742000347B9 = 6EB3528007C56742000347B9; - 6EB3529007C56783000347B9 = 6EB3529007C56783000347B9; - 6EB3529107C56783000347B9 = 6EB3529107C56783000347B9; - 6EB352A707C56E94000347B9 = 6EB352A707C56E94000347B9; - 6EB352A807C56E94000347B9 = 6EB352A807C56E94000347B9; - 6EB352C207C574C9000347B9 = 6EB352C207C574C9000347B9; - 6EB352CF07C594F7000347B9 = 6EB352CF07C594F7000347B9; - 6EB3531907C5AA1C000347B9 = 6EB3531907C5AA1C000347B9; - 6EB3532B07C5AAB8000347B9 = 6EB3532B07C5AAB8000347B9; - 6EB3532C07C5AAB8000347B9 = 6EB3532C07C5AAB8000347B9; - 6EB3539807C5C71B000347B9 = 6EB3539807C5C71B000347B9; - 6EB353AA07C5C84D000347B9 = 6EB353AA07C5C84D000347B9; - 6EB3549607C7DE47000347B9 = 6EB3549607C7DE47000347B9; - 6EB354EA07C7F537000347B9 = 6EB354EA07C7F537000347B9; - 6EB354F007C7F637000347B9 = 6EB354F007C7F637000347B9; - 6EB354F107C7F637000347B9 = 6EB354F107C7F637000347B9; - 6EB3551A07C7FBBD000347B9 = 6EB3551A07C7FBBD000347B9; - 6EB3552007C7FBBD000347B9 = 6EB3552007C7FBBD000347B9; - 6EB3554B07C8029A000347B9 = 6EB3554B07C8029A000347B9; - 6EB355B907C80BEB000347B9 = 6EB355B907C80BEB000347B9; - 6EB355D807C80DED000347B9 = 6EB355D807C80DED000347B9; - 6EB3569207C8208E000347B9 = 6EB3569207C8208E000347B9; - 6EB3572707C83197000347B9 = 6EB3572707C83197000347B9; - 6EB3572807C83197000347B9 = 6EB3572807C83197000347B9; - 6EB3573E07C832B4000347B9 = 6EB3573E07C832B4000347B9; - 6EB3575307C837D6000347B9 = 6EB3575307C837D6000347B9; - 6EB3575E07C838EC000347B9 = 6EB3575E07C838EC000347B9; - 6EB3576E07C83A91000347B9 = 6EB3576E07C83A91000347B9; - 6EB357A807C83CE3000347B9 = 6EB357A807C83CE3000347B9; - 6EB357AA07C83CE3000347B9 = 6EB357AA07C83CE3000347B9; - 6EB357CC07C83ECA000347B9 = 6EB357CC07C83ECA000347B9; - 6EB357CD07C83ECA000347B9 = 6EB357CD07C83ECA000347B9; - 6EB357D007C83ECA000347B9 = 6EB357D007C83ECA000347B9; - 6EB357D207C83ECA000347B9 = 6EB357D207C83ECA000347B9; - 6EB3582F07C84168000347B9 = 6EB3582F07C84168000347B9; - 6EB3584707C84621000347B9 = 6EB3584707C84621000347B9; - 6EB3585807C84621000347B9 = 6EB3585807C84621000347B9; - 6EB358B107C873F2000347B9 = 6EB358B107C873F2000347B9; - 6EB358FD07C87DD5000347B9 = 6EB358FD07C87DD5000347B9; - 6EB3598807C967BE000347B9 = 6EB3598807C967BE000347B9; - 6EB3599C07C96968000347B9 = 6EB3599C07C96968000347B9; - 6EB359AE07C96AD6000347B9 = 6EB359AE07C96AD6000347B9; - 6EB359AF07C96AD6000347B9 = 6EB359AF07C96AD6000347B9; - 6EB359CD07C99112000347B9 = 6EB359CD07C99112000347B9; - 6EB35A1107C9C033000347B9 = 6EB35A1107C9C033000347B9; - 6EB35A1207C9C033000347B9 = 6EB35A1207C9C033000347B9; - 6EB35A1B07C9C141000347B9 = 6EB35A1B07C9C141000347B9; - 6EB35A1C07C9C141000347B9 = 6EB35A1C07C9C141000347B9; - 6EB35A1E07C9C141000347B9 = 6EB35A1E07C9C141000347B9; - 6EB35AAC07CA6027000347B9 = 6EB35AAC07CA6027000347B9; - 6EB35ABB07CA624E000347B9 = 6EB35ABB07CA624E000347B9; - 6EB35B3907CA6C8C000347B9 = 6EB35B3907CA6C8C000347B9; - 6EB35B3E07CA6C8C000347B9 = 6EB35B3E07CA6C8C000347B9; - 6EB35B4107CA6C8C000347B9 = 6EB35B4107CA6C8C000347B9; - 6EB35B4207CA6C8C000347B9 = 6EB35B4207CA6C8C000347B9; - 6EB35B9807CA7141000347B9 = 6EB35B9807CA7141000347B9; - 6EB35BAF07CA7311000347B9 = 6EB35BAF07CA7311000347B9; - 6EB35BF507CABCBB000347B9 = 6EB35BF507CABCBB000347B9; - 6EB35C0107CABE47000347B9 = 6EB35C0107CABE47000347B9; - 6EB35C2207CAC0C8000347B9 = 6EB35C2207CAC0C8000347B9; - 6EB35C7507CAC91F000347B9 = 6EB35C7507CAC91F000347B9; - 6EB35C9D07CB8C2B000347B9 = 6EB35C9D07CB8C2B000347B9; - 6EB35C9E07CB8C2B000347B9 = 6EB35C9E07CB8C2B000347B9; - 6EB35CA607CB94A2000347B9 = 6EB35CA607CB94A2000347B9; - 6EB35CAE07CBA6CC000347B9 = 6EB35CAE07CBA6CC000347B9; - 6EB35CAF07CBA6CC000347B9 = 6EB35CAF07CBA6CC000347B9; - 6EB35CB007CBA6CC000347B9 = 6EB35CB007CBA6CC000347B9; - 6EB35CB107CBA6CC000347B9 = 6EB35CB107CBA6CC000347B9; - 6EB35CB207CBA6CC000347B9 = 6EB35CB207CBA6CC000347B9; - 6EB35CB307CBA6CC000347B9 = 6EB35CB307CBA6CC000347B9; - 6EB35CB407CBA6CC000347B9 = 6EB35CB407CBA6CC000347B9; - 6EB35CB507CBA6CC000347B9 = 6EB35CB507CBA6CC000347B9; - 6EB35CD407CBAC0F000347B9 = 6EB35CD407CBAC0F000347B9; - 6EB35CDD07CBAD23000347B9 = 6EB35CDD07CBAD23000347B9; - 6EB35CDE07CBAD23000347B9 = 6EB35CDE07CBAD23000347B9; - 6EB9054707CBC34300D8982B = 6EB9054707CBC34300D8982B; - 6EB9054807CBC34300D8982B = 6EB9054807CBC34300D8982B; - 6EB9054907CBC34300D8982B = 6EB9054907CBC34300D8982B; - 6EB9054A07CBC34300D8982B = 6EB9054A07CBC34300D8982B; - 6EB9054B07CBC34300D8982B = 6EB9054B07CBC34300D8982B; - 6EB9054D07CBC34300D8982B = 6EB9054D07CBC34300D8982B; - 6EB9054E07CBC34300D8982B = 6EB9054E07CBC34300D8982B; - 6EB9054F07CBC34300D8982B = 6EB9054F07CBC34300D8982B; - 6EB9055007CBC34300D8982B = 6EB9055007CBC34300D8982B; - 6EB9055107CBC34300D8982B = 6EB9055107CBC34300D8982B; - 6EB9055207CBC34300D8982B = 6EB9055207CBC34300D8982B; - 6EB9055307CBC34300D8982B = 6EB9055307CBC34300D8982B; - 6EB9055407CBC34300D8982B = 6EB9055407CBC34300D8982B; - 6EB9055507CBC34300D8982B = 6EB9055507CBC34300D8982B; - 6EB9056407CBC5E600D8982B = 6EB9056407CBC5E600D8982B; - 6EB9056907CBC5E600D8982B = 6EB9056907CBC5E600D8982B; - 6EB9056A07CBC5E600D8982B = 6EB9056A07CBC5E600D8982B; - 6EB9056C07CBC5E600D8982B = 6EB9056C07CBC5E600D8982B; - 6EB9056D07CBC5E600D8982B = 6EB9056D07CBC5E600D8982B; - 6EB9057407CBC67800D8982B = 6EB9057407CBC67800D8982B; - 6EB9057507CBC67800D8982B = 6EB9057507CBC67800D8982B; - 6EB9057607CBC67800D8982B = 6EB9057607CBC67800D8982B; - 6EB9057707CBC67800D8982B = 6EB9057707CBC67800D8982B; - 6EB9058407CBC6F100D8982B = 6EB9058407CBC6F100D8982B; - 6EB9058607CBC6F100D8982B = 6EB9058607CBC6F100D8982B; - 6EB9058807CBC6F100D8982B = 6EB9058807CBC6F100D8982B; - 6EB9058907CBC6F100D8982B = 6EB9058907CBC6F100D8982B; - 6EB9058B07CBC6F100D8982B = 6EB9058B07CBC6F100D8982B; - 6EB9058C07CBC6F100D8982B = 6EB9058C07CBC6F100D8982B; - 6EB9058D07CBC6F100D8982B = 6EB9058D07CBC6F100D8982B; - 6EB9058E07CBC6F100D8982B = 6EB9058E07CBC6F100D8982B; - 6EB9058F07CBC6F100D8982B = 6EB9058F07CBC6F100D8982B; - 6EB9059007CBC6F100D8982B = 6EB9059007CBC6F100D8982B; - 6EB9059107CBC6F100D8982B = 6EB9059107CBC6F100D8982B; - 6EB9059507CBC72D00D8982B = 6EB9059507CBC72D00D8982B; - 6EB9059907CBC7C400D8982B = 6EB9059907CBC7C400D8982B; - 6EB9059A07CBC7C400D8982B = 6EB9059A07CBC7C400D8982B; - 6EB9059B07CBC7C400D8982B = 6EB9059B07CBC7C400D8982B; - 6EB9059C07CBC7C400D8982B = 6EB9059C07CBC7C400D8982B; - 6EB9059E07CBC7C400D8982B = 6EB9059E07CBC7C400D8982B; - 6EC064A3078BA17E00591D61 = 6EC064A3078BA17E00591D61; - 6EC064A8078BA17E00591D61 = 6EC064A8078BA17E00591D61; - 6EC064D1078BC50500591D61 = 6EC064D1078BC50500591D61; - 6EC064D7078BC50500591D61 = 6EC064D7078BC50500591D61; - 6EC06501078BD61800591D61 = 6EC06501078BD61800591D61; - 6EC06522078BDC7B00591D61 = 6EC06522078BDC7B00591D61; - 6EC0655C078BEF7B00591D61 = 6EC0655C078BEF7B00591D61; - 6EC06565078BEF7B00591D61 = 6EC06565078BEF7B00591D61; - 6EC0656D078BEF7B00591D61 = 6EC0656D078BEF7B00591D61; - 6EC065CF078BF85100591D61 = 6EC065CF078BF85100591D61; - 6EC065D0078BF85100591D61 = 6EC065D0078BF85100591D61; - 6EC06606078BFBFB00591D61 = 6EC06606078BFBFB00591D61; - 6EDB006D06D5216D00DBD1D5 = 6EDB006D06D5216D00DBD1D5; - 6EDB009906D5286C00DBD1D5 = 6EDB009906D5286C00DBD1D5; - 6EDB021306D5AAD400DBD1D5 = 6EDB021306D5AAD400DBD1D5; - 6EDB05C806D96DA400DBD1D5 = 6EDB05C806D96DA400DBD1D5; - 6EDB06E406DA8A7900DBD1D5 = 6EDB06E406DA8A7900DBD1D5; - 6EDB070D06DA910700DBD1D5 = 6EDB070D06DA910700DBD1D5; - 6EDB072F06DA92D800DBD1D5 = 6EDB072F06DA92D800DBD1D5; - 6EDB073506DA950800DBD1D5 = 6EDB073506DA950800DBD1D5; - 6EDB079A06DA9CBB00DBD1D5 = 6EDB079A06DA9CBB00DBD1D5; - 6EDB079C06DA9CBB00DBD1D5 = 6EDB079C06DA9CBB00DBD1D5; - 6EDB07AD06DA9D9A00DBD1D5 = 6EDB07AD06DA9D9A00DBD1D5; - 6EDB07E106DAA3F700DBD1D5 = 6EDB07E106DAA3F700DBD1D5; - 6EEE8F0C06DE3A6600788128 = 6EEE8F0C06DE3A6600788128; - 6EEE8F0D06DE3A6600788128 = 6EEE8F0D06DE3A6600788128; - 6EEE972906E14E9600788128 = 6EEE972906E14E9600788128; - 6EEE972A06E14E9600788128 = 6EEE972A06E14E9600788128; - 6EEEB31D06E3FF3600788128 = 6EEEB31D06E3FF3600788128; - 6EF2EFB90777C11B00C8B55A = 6EF2EFB90777C11B00C8B55A; - 6EF2F0A5077B3C0C00C8B55A = 6EF2F0A5077B3C0C00C8B55A; - 6EF2F224077B955F00C8B55A = 6EF2F224077B955F00C8B55A; - 6EF2F227077B955F00C8B55A = 6EF2F227077B955F00C8B55A; - 6EF2F228077B955F00C8B55A = 6EF2F228077B955F00C8B55A; - 6EFBA94007BDDFCE0052D697 = 6EFBA94007BDDFCE0052D697; - 6EFBA94B07BDE4980052D697 = 6EFBA94B07BDE4980052D697; - 6EFBA94C07BDE4980052D697 = 6EFBA94C07BDE4980052D697; - 6EFBA94E07BDE4980052D697 = 6EFBA94E07BDE4980052D697; - 6EFBA95707BDE5370052D697 = 6EFBA95707BDE5370052D697; - 6EFBA95B07BDE5770052D697 = 6EFBA95B07BDE5770052D697; - 6EFBA95E07BDE5770052D697 = 6EFBA95E07BDE5770052D697; - 6EFBA96907BDEA150052D697 = 6EFBA96907BDEA150052D697; - 6EFBA97607BDEC830052D697 = 6EFBA97607BDEC830052D697; - 6EFBAB0507BEEDA90052D697 = 6EFBAB0507BEEDA90052D697; - 6EFBAB7C07BFC4200052D697 = 6EFBAB7C07BFC4200052D697; - 6EFBABE707C0693F0052D697 = 6EFBABE707C0693F0052D697; - 6EFBABEA07C0693F0052D697 = 6EFBABEA07C0693F0052D697; - 6EFBACAC07C082180052D697 = 6EFBACAC07C082180052D697; - 6EFBACBA07C082D90052D697 = 6EFBACBA07C082D90052D697; - 6EFBACF507C087650052D697 = 6EFBACF507C087650052D697; - 6EFBAD0D07C089110052D697 = 6EFBAD0D07C089110052D697; - 6EFBAD1C07C08A070052D697 = 6EFBAD1C07C08A070052D697; - 6EFBADB907C14A7D0052D697 = 6EFBADB907C14A7D0052D697; - 6EFBADE507C162350052D697 = 6EFBADE507C162350052D697; - 6EFBAE2907C16A5F0052D697 = 6EFBAE2907C16A5F0052D697; - 6EFBAEB307C1C79E0052D697 = 6EFBAEB307C1C79E0052D697; - 6EFBAEE707C1CBD40052D697 = 6EFBAEE707C1CBD40052D697; - 6EFBAF1007C1D0D90052D697 = 6EFBAF1007C1D0D90052D697; - 6EFBAF1207C1D0D90052D697 = 6EFBAF1207C1D0D90052D697; - 6EFBAF3A07C1D5950052D697 = 6EFBAF3A07C1D5950052D697; - 6EFBAF4907C1D6440052D697 = 6EFBAF4907C1D6440052D697; - 6EFBAF6E07C1D81C0052D697 = 6EFBAF6E07C1D81C0052D697; - 6EFBAF8007C1D8E80052D697 = 6EFBAF8007C1D8E80052D697; - 6EFBB01907C295BB0052D697 = 6EFBB01907C295BB0052D697; - 6EFBB03107C297D00052D697 = 6EFBB03107C297D00052D697; - 6EFBB04707C298530052D697 = 6EFBB04707C298530052D697; - 6EFBB1FC07C2D1A30052D697 = 6EFBB1FC07C2D1A30052D697; - 6EFBB1FF07C2D1A30052D697 = 6EFBB1FF07C2D1A30052D697; - 6EFBB20407C2D35A0052D697 = 6EFBB20407C2D35A0052D697; - 6EFBB20507C2D35A0052D697 = 6EFBB20507C2D35A0052D697; - 6EFBB20C07C2D35A0052D697 = 6EFBB20C07C2D35A0052D697; - 6EFBB20D07C2D35A0052D697 = 6EFBB20D07C2D35A0052D697; - 6EFBB24E07C2DBF90052D697 = 6EFBB24E07C2DBF90052D697; - 6EFBB27107C2DFA10052D697 = 6EFBB27107C2DFA10052D697; - 6EFBB28207C2E3940052D697 = 6EFBB28207C2E3940052D697; - 6EFBB2CC07C2EAE90052D697 = 6EFBB2CC07C2EAE90052D697; - 6EFBB3DB07C411B10052D697 = 6EFBB3DB07C411B10052D697; - 6EFBB40507C415970052D697 = 6EFBB40507C415970052D697; - 6EFBB46007C41FCA0052D697 = 6EFBB46007C41FCA0052D697; - 6EFBB46107C41FCA0052D697 = 6EFBB46107C41FCA0052D697; - 6EFE498707B7459800F67D2B = 6EFE498707B7459800F67D2B; - 6EFE49ED07B824F200F67D2B = 6EFE49ED07B824F200F67D2B; - 6EFE4B0307B8924D00F67D2B = 6EFE4B0307B8924D00F67D2B; - 6EFE4B0607B8924D00F67D2B = 6EFE4B0607B8924D00F67D2B; - 6EFE4B9107B9654300F67D2B = 6EFE4B9107B9654300F67D2B; - 6EFE4C0F07B9763800F67D2B = 6EFE4C0F07B9763800F67D2B; - 6EFE4C6D07B982E300F67D2B = 6EFE4C6D07B982E300F67D2B; - 6EFE4CC907B99A7C00F67D2B = 6EFE4CC907B99A7C00F67D2B; - 6EFE4CD407B99E0C00F67D2B = 6EFE4CD407B99E0C00F67D2B; - 6EFE4CD707B99E0C00F67D2B = 6EFE4CD707B99E0C00F67D2B; - 6EFE4DFF07B9D39B00F67D2B = 6EFE4DFF07B9D39B00F67D2B; - 6EFE4EAC07BABEBC00F67D2B = 6EFE4EAC07BABEBC00F67D2B; - 6EFE4EB407BABEBC00F67D2B = 6EFE4EB407BABEBC00F67D2B; - 6EFE4EC107BABF2500F67D2B = 6EFE4EC107BABF2500F67D2B; - 6EFE4F5807BB021400F67D2B = 6EFE4F5807BB021400F67D2B; - 6EFE4F6207BB021400F67D2B = 6EFE4F6207BB021400F67D2B; - 6EFE4F6C07BB021400F67D2B = 6EFE4F6C07BB021400F67D2B; - 6EFE4F7B07BB07E900F67D2B = 6EFE4F7B07BB07E900F67D2B; - 6EFE4F9D07BB2D7F00F67D2B = 6EFE4F9D07BB2D7F00F67D2B; - 6EFE4FD907BB33BA00F67D2B = 6EFE4FD907BB33BA00F67D2B; - 6EFE4FDA07BB33BA00F67D2B = 6EFE4FDA07BB33BA00F67D2B; - 6EFE4FDE07BB33BA00F67D2B = 6EFE4FDE07BB33BA00F67D2B; + 6E5B695B0828175900F7B919 = 6E5B695B0828175900F7B919; + 6E5B695C0828175900F7B919 = 6E5B695C0828175900F7B919; + 6E5B695E0828175900F7B919 = 6E5B695E0828175900F7B919; + 6E5B6A9F0828262700F7B919 = 6E5B6A9F0828262700F7B919; + 6E6A7B210822F12D00D88515 = 6E6A7B210822F12D00D88515; + 6E6A7B220822F12D00D88515 = 6E6A7B220822F12D00D88515; + 6E6A7B230822F12D00D88515 = 6E6A7B230822F12D00D88515; + 6E7D2F0E0869302500429AC8 = 6E7D2F0E0869302500429AC8; + 6E7D2F0F0869302500429AC8 = 6E7D2F0F0869302500429AC8; + 6E7D2F100869302500429AC8 = 6E7D2F100869302500429AC8; + 6E7D2F120869302500429AC8 = 6E7D2F120869302500429AC8; + 6E7D2F130869302500429AC8 = 6E7D2F130869302500429AC8; + 6E7D2F140869302500429AC8 = 6E7D2F140869302500429AC8; + 6E7D2F150869302500429AC8 = 6E7D2F150869302500429AC8; + 6E7D2F160869302500429AC8 = 6E7D2F160869302500429AC8; + 6E7D2F170869302500429AC8 = 6E7D2F170869302500429AC8; + 6E7D2F2408693D8A00429AC8 = 6E7D2F2408693D8A00429AC8; + 6E7D2F2508693D8A00429AC8 = 6E7D2F2508693D8A00429AC8; + 6E7D2F2608693D8A00429AC8 = 6E7D2F2608693D8A00429AC8; + 6E7D2F2708693D8A00429AC8 = 6E7D2F2708693D8A00429AC8; + 6E7D2F2808693D8A00429AC8 = 6E7D2F2808693D8A00429AC8; + 6E7D2F2908693D8A00429AC8 = 6E7D2F2908693D8A00429AC8; + 6E7D2F2A08693D8A00429AC8 = 6E7D2F2A08693D8A00429AC8; + 6E7D2F2B08693D8A00429AC8 = 6E7D2F2B08693D8A00429AC8; + 6E7D2F2C08693D8A00429AC8 = 6E7D2F2C08693D8A00429AC8; + 6E7D2F2D08693D8A00429AC8 = 6E7D2F2D08693D8A00429AC8; + 6E7D2F2E08693D8A00429AC8 = 6E7D2F2E08693D8A00429AC8; + 6E7D2F2F08693D8A00429AC8 = 6E7D2F2F08693D8A00429AC8; + 6E7D2F3008693D8A00429AC8 = 6E7D2F3008693D8A00429AC8; + 6E7D2F3108693D8A00429AC8 = 6E7D2F3108693D8A00429AC8; + 6E7D2F3208693D8A00429AC8 = 6E7D2F3208693D8A00429AC8; + 6E7D2F3308693D8A00429AC8 = 6E7D2F3308693D8A00429AC8; + 6E7D2F3408693D8A00429AC8 = 6E7D2F3408693D8A00429AC8; + 6E7D2F3508693D8A00429AC8 = 6E7D2F3508693D8A00429AC8; + 6E7D2F3608693D8A00429AC8 = 6E7D2F3608693D8A00429AC8; + 6E7D2F3708693D8A00429AC8 = 6E7D2F3708693D8A00429AC8; + 6E7D2F3808693D8A00429AC8 = 6E7D2F3808693D8A00429AC8; + 6E7D2F3908693D8A00429AC8 = 6E7D2F3908693D8A00429AC8; + 6E7D2F3A08693D8A00429AC8 = 6E7D2F3A08693D8A00429AC8; + 6E7D2F3B08693D8A00429AC8 = 6E7D2F3B08693D8A00429AC8; + 6E7D2F3C08693D8A00429AC8 = 6E7D2F3C08693D8A00429AC8; + 6E7D2F3D08693D8A00429AC8 = 6E7D2F3D08693D8A00429AC8; + 6E7D2F3E08693D8A00429AC8 = 6E7D2F3E08693D8A00429AC8; + 6E7D2F3F08693D8A00429AC8 = 6E7D2F3F08693D8A00429AC8; + 6E7D2F4008693D8A00429AC8 = 6E7D2F4008693D8A00429AC8; + 6E7D2F4108693D8A00429AC8 = 6E7D2F4108693D8A00429AC8; + 6E7D2F4208693D8A00429AC8 = 6E7D2F4208693D8A00429AC8; + 6E7D2F4308693D8A00429AC8 = 6E7D2F4308693D8A00429AC8; + 6E7D2F4408693D8A00429AC8 = 6E7D2F4408693D8A00429AC8; + 6E7D2F4508693D8A00429AC8 = 6E7D2F4508693D8A00429AC8; + 6E7D2F4608693D8A00429AC8 = 6E7D2F4608693D8A00429AC8; + 6E7D2F4708693D8A00429AC8 = 6E7D2F4708693D8A00429AC8; + 6E7D2F4808693D8A00429AC8 = 6E7D2F4808693D8A00429AC8; + 6E7D2F4908693D8A00429AC8 = 6E7D2F4908693D8A00429AC8; + 6E7D2F4A08693D8A00429AC8 = 6E7D2F4A08693D8A00429AC8; + 6E7D2F4B08693D8A00429AC8 = 6E7D2F4B08693D8A00429AC8; + 6E7D2F4C08693D8A00429AC8 = 6E7D2F4C08693D8A00429AC8; + 6E7D2F4D08693D8A00429AC8 = 6E7D2F4D08693D8A00429AC8; + 6E7D2F4E08693D8A00429AC8 = 6E7D2F4E08693D8A00429AC8; + 6E7D2F4F08693D8A00429AC8 = 6E7D2F4F08693D8A00429AC8; + 6E7D2F5008693D8A00429AC8 = 6E7D2F5008693D8A00429AC8; + 6E7D2F5108693D8A00429AC8 = 6E7D2F5108693D8A00429AC8; + 6E7D2F5208693D8A00429AC8 = 6E7D2F5208693D8A00429AC8; + 6E7D2F5308693D8A00429AC8 = 6E7D2F5308693D8A00429AC8; + 6E7D2F5408693D8A00429AC8 = 6E7D2F5408693D8A00429AC8; + 6E7D2F5508693D8A00429AC8 = 6E7D2F5508693D8A00429AC8; + 6E7D2F5608693D8A00429AC8 = 6E7D2F5608693D8A00429AC8; + 6E7D2F5708693D8A00429AC8 = 6E7D2F5708693D8A00429AC8; + 6E7D2F5808693D8A00429AC8 = 6E7D2F5808693D8A00429AC8; + 6E7D2F5908693D8A00429AC8 = 6E7D2F5908693D8A00429AC8; + 6E7D2F5A08693D8A00429AC8 = 6E7D2F5A08693D8A00429AC8; + 6E7D2F5B08693D8A00429AC8 = 6E7D2F5B08693D8A00429AC8; + 6E7D2F5C08693D8A00429AC8 = 6E7D2F5C08693D8A00429AC8; + 6E7D2F5D08693D8A00429AC8 = 6E7D2F5D08693D8A00429AC8; + 6E7D2F5E08693D8A00429AC8 = 6E7D2F5E08693D8A00429AC8; + 6E7D2F5F08693D8A00429AC8 = 6E7D2F5F08693D8A00429AC8; + 6E7D2F6008693D8A00429AC8 = 6E7D2F6008693D8A00429AC8; + 6E7D2F6108693D8A00429AC8 = 6E7D2F6108693D8A00429AC8; + 6E7D2F6208693D8A00429AC8 = 6E7D2F6208693D8A00429AC8; + 6E7D2F6308693D8A00429AC8 = 6E7D2F6308693D8A00429AC8; + 6E7D2F6408693D8A00429AC8 = 6E7D2F6408693D8A00429AC8; + 6E7D2F6508693D8A00429AC8 = 6E7D2F6508693D8A00429AC8; + 6E7D2F6608693D8A00429AC8 = 6E7D2F6608693D8A00429AC8; + 6E7D2F6708693D8A00429AC8 = 6E7D2F6708693D8A00429AC8; + 6E7D2F6808693D8A00429AC8 = 6E7D2F6808693D8A00429AC8; + 6E7D2F6908693D8A00429AC8 = 6E7D2F6908693D8A00429AC8; + 6E7D2F6A08693D8A00429AC8 = 6E7D2F6A08693D8A00429AC8; + 6E7D2F6B08693D8A00429AC8 = 6E7D2F6B08693D8A00429AC8; + 6E7D2F6C08693D8A00429AC8 = 6E7D2F6C08693D8A00429AC8; + 6E7D2F6D08693D8A00429AC8 = 6E7D2F6D08693D8A00429AC8; + 6E7D2F6E08693D8A00429AC8 = 6E7D2F6E08693D8A00429AC8; + 6E7D2F6F08693D8A00429AC8 = 6E7D2F6F08693D8A00429AC8; + 6E7D2F7008693D8A00429AC8 = 6E7D2F7008693D8A00429AC8; + 6E7D2F7108693D8A00429AC8 = 6E7D2F7108693D8A00429AC8; + 6E7D2F7208693D8A00429AC8 = 6E7D2F7208693D8A00429AC8; + 6E7D2F7308693D8A00429AC8 = 6E7D2F7308693D8A00429AC8; + 6E7D2F7408693D8A00429AC8 = 6E7D2F7408693D8A00429AC8; + 6E7D2F7508693D8A00429AC8 = 6E7D2F7508693D8A00429AC8; + 6E7D2F7608693D8A00429AC8 = 6E7D2F7608693D8A00429AC8; + 6E7D2F7708693D8A00429AC8 = 6E7D2F7708693D8A00429AC8; + 6E7D2F7808693D8A00429AC8 = 6E7D2F7808693D8A00429AC8; + 6E7D2F7908693D8A00429AC8 = 6E7D2F7908693D8A00429AC8; + 6E7D2F7A08693D8A00429AC8 = 6E7D2F7A08693D8A00429AC8; + 6E7D2F7B08693D8A00429AC8 = 6E7D2F7B08693D8A00429AC8; + 6E7D2F7C08693D8A00429AC8 = 6E7D2F7C08693D8A00429AC8; + 6E7D2F7D08693D8A00429AC8 = 6E7D2F7D08693D8A00429AC8; + 6E7D2F7E08693D8A00429AC8 = 6E7D2F7E08693D8A00429AC8; + 6E7D2F7F08693D8A00429AC8 = 6E7D2F7F08693D8A00429AC8; + 6E7D2F8008693D8A00429AC8 = 6E7D2F8008693D8A00429AC8; + 6E7D2F8108693D8A00429AC8 = 6E7D2F8108693D8A00429AC8; + 6E7D2F8208693D8A00429AC8 = 6E7D2F8208693D8A00429AC8; + 6E7D2F8308693D8A00429AC8 = 6E7D2F8308693D8A00429AC8; + 6E7D2F8408693D8A00429AC8 = 6E7D2F8408693D8A00429AC8; + 6E7D2F8508693D8A00429AC8 = 6E7D2F8508693D8A00429AC8; + 6E7D2F8608693D8A00429AC8 = 6E7D2F8608693D8A00429AC8; + 6E7D2F8708693D8A00429AC8 = 6E7D2F8708693D8A00429AC8; + 6E7D2F8808693D8A00429AC8 = 6E7D2F8808693D8A00429AC8; + 6E7D2F8908693D8A00429AC8 = 6E7D2F8908693D8A00429AC8; + 6E7D2F8A08693D8A00429AC8 = 6E7D2F8A08693D8A00429AC8; + 6E7D2F8B08693D8A00429AC8 = 6E7D2F8B08693D8A00429AC8; + 6E7D2F8C08693D8A00429AC8 = 6E7D2F8C08693D8A00429AC8; + 6E7D2F8D08693D8A00429AC8 = 6E7D2F8D08693D8A00429AC8; + 6E7D2F8E08693D8A00429AC8 = 6E7D2F8E08693D8A00429AC8; + 6E7D2F8F08693D8A00429AC8 = 6E7D2F8F08693D8A00429AC8; + 6E7D2F9008693D8A00429AC8 = 6E7D2F9008693D8A00429AC8; + 6E7D2F9108693D8A00429AC8 = 6E7D2F9108693D8A00429AC8; + 6E7D2F9208693D8A00429AC8 = 6E7D2F9208693D8A00429AC8; + 6E7D2F9308693D8A00429AC8 = 6E7D2F9308693D8A00429AC8; + 6E7D2F9408693D8A00429AC8 = 6E7D2F9408693D8A00429AC8; + 6E7D2F9508693D8A00429AC8 = 6E7D2F9508693D8A00429AC8; + 6E7D2F9608693D8A00429AC8 = 6E7D2F9608693D8A00429AC8; + 6E7D2F9708693D8A00429AC8 = 6E7D2F9708693D8A00429AC8; + 6E7D2F9808693D8A00429AC8 = 6E7D2F9808693D8A00429AC8; + 6E7D2F9908693D8A00429AC8 = 6E7D2F9908693D8A00429AC8; + 6E7D2F9A08693D8A00429AC8 = 6E7D2F9A08693D8A00429AC8; + 6E7D2F9B08693D8A00429AC8 = 6E7D2F9B08693D8A00429AC8; + 6E7D2F9C08693D8A00429AC8 = 6E7D2F9C08693D8A00429AC8; + 6E7D2F9D08693D8A00429AC8 = 6E7D2F9D08693D8A00429AC8; + 6E7D2F9E08693D8A00429AC8 = 6E7D2F9E08693D8A00429AC8; + 6E7D2F9F08693D8A00429AC8 = 6E7D2F9F08693D8A00429AC8; + 6E7D2FA008693D8A00429AC8 = 6E7D2FA008693D8A00429AC8; + 6E7D2FA108693D8A00429AC8 = 6E7D2FA108693D8A00429AC8; + 6E7D2FA208693D8A00429AC8 = 6E7D2FA208693D8A00429AC8; + 6E7D2FA308693D8A00429AC8 = 6E7D2FA308693D8A00429AC8; + 6E7D2FA408693D8A00429AC8 = 6E7D2FA408693D8A00429AC8; + 6E7D2FA508693D8A00429AC8 = 6E7D2FA508693D8A00429AC8; + 6E7D2FA608693D8A00429AC8 = 6E7D2FA608693D8A00429AC8; + 6E7D2FA708693D8A00429AC8 = 6E7D2FA708693D8A00429AC8; + 6E7D2FA808693D8A00429AC8 = 6E7D2FA808693D8A00429AC8; + 6E7D2FA908693D8A00429AC8 = 6E7D2FA908693D8A00429AC8; + 6E7D2FAA08693D8A00429AC8 = 6E7D2FAA08693D8A00429AC8; + 6E7D2FAB08693D8A00429AC8 = 6E7D2FAB08693D8A00429AC8; + 6E7D2FAC08693D8A00429AC8 = 6E7D2FAC08693D8A00429AC8; + 6E7D2FAD08693D8A00429AC8 = 6E7D2FAD08693D8A00429AC8; + 6E7D2FAE08693D8A00429AC8 = 6E7D2FAE08693D8A00429AC8; + 6E7D2FAF08693D8A00429AC8 = 6E7D2FAF08693D8A00429AC8; + 6E7D2FB008693D8A00429AC8 = 6E7D2FB008693D8A00429AC8; + 6E7D2FB108693D8A00429AC8 = 6E7D2FB108693D8A00429AC8; + 6E7D2FB208693D8A00429AC8 = 6E7D2FB208693D8A00429AC8; + 6E7D2FB308693D8A00429AC8 = 6E7D2FB308693D8A00429AC8; + 6E7D2FB408693D8A00429AC8 = 6E7D2FB408693D8A00429AC8; + 6E7D2FB508693D8A00429AC8 = 6E7D2FB508693D8A00429AC8; + 6E7D2FB608693D8A00429AC8 = 6E7D2FB608693D8A00429AC8; + 6E7D2FB708693D8A00429AC8 = 6E7D2FB708693D8A00429AC8; + 6E7D2FB808693D8A00429AC8 = 6E7D2FB808693D8A00429AC8; + 6E7D2FB908693D8A00429AC8 = 6E7D2FB908693D8A00429AC8; + 6E7D2FBA08693D8A00429AC8 = 6E7D2FBA08693D8A00429AC8; + 6E7D2FBB08693D8A00429AC8 = 6E7D2FBB08693D8A00429AC8; + 6E7D2FBC08693D8A00429AC8 = 6E7D2FBC08693D8A00429AC8; + 6ED22BEB083446FE005F7A7E = 6ED22BEB083446FE005F7A7E; + 6ED22BEC083446FE005F7A7E = 6ED22BEC083446FE005F7A7E; + 6ED22BED083446FE005F7A7E = 6ED22BED083446FE005F7A7E; + 6ED22BEE083446FE005F7A7E = 6ED22BEE083446FE005F7A7E; + 6ED22BEF083446FE005F7A7E = 6ED22BEF083446FE005F7A7E; + 6ED22BF0083446FE005F7A7E = 6ED22BF0083446FE005F7A7E; + 6ED22BF9083446FE005F7A7E = 6ED22BF9083446FE005F7A7E; }; sourceControlManager = 6ED806210641D21D002888F7; userBuildSettings = { @@ -1768,4332 +1633,2366 @@ }; 32CA4F630368D1EE00C91783 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1003, 649}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 511}}"; sepNavSelRange = "{149, 0}"; - sepNavVisRect = "{{0, 0}, {1003, 649}}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6E10940606D4125F00E343E0 = { - fRef = 6ED8067A0641D41B002888F7; - isa = PBXTextBookmark; - name = "cheat_global.m: TCListenPortPref"; - rLen = 0; - rLoc = 1753; - rType = 0; - vrLen = 1256; - vrLoc = 554; - }; - 6E10944406D4202100E343E0 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSProgressIndicator.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSProgressIndicator.h; - refType = 0; - sourceTree = ""; - }; - 6E10953F06D459A100E343E0 = { - fRef = 6E72B20E06AA5B0E00951D50; - isa = PBXTextBookmark; - name = "CheatData.m: 109"; - rLen = 0; - rLoc = 3127; - rType = 0; - vrLen = 474; - vrLoc = 1752; - }; - 6E1095D506D463BB00E343E0 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = vm_types.h; - path = /usr/include/mach/vm_types.h; - refType = 0; - sourceTree = ""; - }; - 6E10960A06D4673700E343E0 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = vm_map.h; - path = /usr/include/mach/vm_map.h; - refType = 0; - sourceTree = ""; - }; - 6E12D3B80767AE3C00A95DFE = { - fRef = 6EDB009806D5282200DBD1D5; - isa = PBXTextBookmark; - name = "#define KERN_SUCCESS\t\t\t0\n"; - rLen = 25; - rLoc = 2315; - rType = 0; - vrLen = 1146; - vrLoc = 4285; - }; - 6E12D4A0076A616E00A95DFE = { - fRef = 6E6FD69B0762B626004FD845; - isa = PBXTextBookmark; - name = "ThreadedTask.h: 130"; - rLen = 0; - rLoc = 6520; - rType = 0; - vrLen = 1811; - vrLoc = 4296; - }; - 6E12D56F076A7C9500A95DFE = { - fRef = 6EAB44EB06CB378F00A4ABF0; - isa = PBXTextBookmark; - name = "= "; - rLen = 2; - rLoc = 981; - rType = 0; - vrLen = 1237; - vrLoc = 669; - }; - 6E12D5D7076ABBA600A95DFE = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSGeometry.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSGeometry.h; - refType = 0; - sourceTree = ""; - }; - 6E12D5D8076ABBB000A95DFE = { - fRef = 6E12D5D7076ABBA600A95DFE; - isa = PBXTextBookmark; - name = "FOUNDATION_STATIC_INLINE NSRect NSMakeRect(float x, float y, float w, float h) {\n"; - rLen = 81; - rLoc = 1125; - rType = 0; - vrLen = 918; - vrLoc = 726; - }; - 6E12D5FD076AC55100A95DFE = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = stdio.h; - path = /usr/include/stdio.h; - refType = 0; - sourceTree = ""; - }; - 6E12D607076AC68300A95DFE = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = Sound.h; - path = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/Headers/Sound.h; - refType = 0; - sourceTree = ""; - }; - 6E12D609076AC69000A95DFE = { - fRef = 6E12D607076AC68300A95DFE; - isa = PBXTextBookmark; - name = "Sound.h: 996"; - rLen = 0; - rLoc = 46804; - rType = 0; - vrLen = 2818; - vrLoc = 45363; - }; - 6E12D651076ACBFA00A95DFE = { - fRef = 6E6FDCDB076592B8004FD845; - isa = PBXTextBookmark; - name = "- (BOOL)writeToFile:(NSString *)path;\t\n"; - rLen = 39; - rLoc = 3397; - rType = 0; - vrLen = 1369; - vrLoc = 2445; - }; - 6E12D6B4076AFD5900A95DFE = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSTimer.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSTimer.h; - refType = 0; - sourceTree = ""; - }; 6E138BF606C18765001C688F = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 756}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 658}}"; sepNavSelRange = "{1435, 0}"; - sepNavVisRect = "{{0, 0}, {1018, 756}}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; 6E138BF706C18765001C688F = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 3119}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 2730}}"; sepNavSelRange = "{2767, 29}"; - sepNavVisRect = "{{0, 1310}, {1018, 756}}"; + sepNavVisRect = "{{0, 1239}, {987, 511}}"; }; }; 6E138C3006C1C140001C688F = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1017, 655}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 574}}"; sepNavSelRange = "{865, 0}"; - sepNavVisRect = "{{0, 0}, {1017, 617}}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; 6E138C3106C1C140001C688F = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 2127}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 1862}}"; sepNavSelRange = "{1865, 47}"; - sepNavVisRect = "{{0, 964}, {1018, 649}}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6E138D3C06C22416001C688F = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSCoder.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSCoder.h; - refType = 0; - sourceTree = ""; - }; - 6E138D8906C308C0001C688F = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSObject.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSObject.h; - refType = 0; - sourceTree = ""; - }; 6E31A14306B71EBA00E40AB3 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 1072}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 938}}"; sepNavSelRange = "{1097, 0}"; - sepNavVisRect = "{{0, 272}, {1018, 649}}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; 6E31A14406B71EBA00E40AB3 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1014, 7551}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 6608}}"; sepNavSelRange = "{3683, 0}"; - sepNavVisRect = "{{0, 1763}, {991, 678}}"; + sepNavVisRect = "{{0, 1561}, {987, 511}}"; }; }; 6E31A16B06B723CB00E40AB3 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 1103}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 966}}"; sepNavSelRange = "{1065, 10}"; - sepNavVisRect = "{{0, 310}, {1018, 756}}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; 6E31A16C06B723CB00E40AB3 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 12063}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 10556}}"; sepNavSelRange = "{17666, 0}"; - sepNavVisRect = "{{0, 9996}, {1018, 756}}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; 6E31A1B806B7286300E40AB3 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 671}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 588}}"; sepNavSelRange = "{1113, 0}"; - sepNavVisRect = "{{0, 12}, {1018, 649}}"; + sepNavVisRect = "{{0, 67}, {987, 511}}"; sepNavWindowFrame = "{{38, 354}, {750, 558}}"; }; }; 6E31A1B906B7286300E40AB3 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 6031}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 5278}}"; sepNavSelRange = "{2035, 0}"; - sepNavVisRect = "{{0, 801}, {1018, 756}}"; + sepNavVisRect = "{{0, 872}, {987, 511}}"; }; }; - 6E38D32F06C99E71003BA9B4 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSRange.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSRange.h; - refType = 0; - sourceTree = ""; - }; - 6E38D3BD06C9B16B003BA9B4 = { - fRef = 6E98A54C06A740EE006A576D; - isa = PBXBookmark; - }; 6E38D3FD06C9B71F003BA9B4 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 911}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 798}}"; sepNavSelRange = "{1676, 60}"; - sepNavVisRect = "{{0, 217}, {991, 678}}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; 6E38D3FE06C9B71F003BA9B4 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 3967}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 3472}}"; sepNavSelRange = "{4844, 0}"; - sepNavVisRect = "{{0, 2154}, {991, 678}}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6E38D41106C9BA2D003BA9B4 = { - fRef = 6E38D3FD06C9B71F003BA9B4; - isa = PBXTextBookmark; - name = "DeleteTableView.h: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 217; - vrLoc = 0; - }; - 6E38D41206C9BA2D003BA9B4 = { - fRef = 6E138C3106C1C140001C688F; - isa = PBXTextBookmark; - name = "StatusTextField.m: 83"; - rLen = 0; - rLoc = 2278; - rType = 0; - vrLen = 959; - vrLoc = 1028; - }; - 6E38D41406C9BA2D003BA9B4 = { - fRef = 6ED806710641D3CC002888F7; - isa = PBXTextBookmark; - name = "@interface NSMenu (MenuExtras)"; - rLen = 32; - rLoc = 893; - rType = 0; - vrLen = 631; - vrLoc = 0; - }; - 6E38D41706C9BA2D003BA9B4 = { - fRef = 6ED806720641D3CC002888F7; - isa = PBXTextBookmark; - name = removeItemWithRepresentedObject; - rLen = 31; - rLoc = 1617; - rType = 0; - vrLen = 799; - vrLoc = 0; - }; - 6E38D41F06C9BB6A003BA9B4 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSXMLParser.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSXMLParser.h; - refType = 0; - sourceTree = ""; - }; - 6E38D42406C9BBA9003BA9B4 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSTableView.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSTableView.h; - refType = 0; - sourceTree = ""; - }; - 6E38D42606C9BC4D003BA9B4 = { - fRef = 6E38D41F06C9BB6A003BA9B4; - isa = PBXTextBookmark; - name = " id _delegate;\n"; - rLen = 18; - rLoc = 291; - rType = 0; - vrLen = 1322; - vrLoc = 0; - }; - 6E38D42C06C9BC4D003BA9B4 = { - fRef = 6E38D42406C9BBA9003BA9B4; - isa = PBXTextBookmark; - name = "@interface NSObject(NSTableViewDelegate)\n\n- (void)tableView:(NSTableView *)tableView willDisplayCell:(id)cell forTableColumn:(NSTableColumn *)tableColumn row:(int)row;\n- (BOOL)tableView:(NSTableView *)tableView shouldEditTableColumn:(NSTableColumn *)tableColumn row:(int)row;\n- (BOOL)selectionShouldChangeInTableView:(NSTableView *)aTableView;\n- (BOOL)tableView:(NSTableView *)tableView shouldSelectRow:(int)row;\n- (BOOL)tableView:(NSTableView *)tableView shouldSelectTableColumn:(NSTableColumn *)tableColumn;\n\n- (void) tableView:(NSTableView*)tableView mouseDownInHeaderOfTableColumn:(NSTableColumn *)tableColumn;\n- (void) tableView:(NSTableView*)tableView didClickTableColumn:(NSTableColumn *)tableColumn;\n- (void) tableView:(NSTableView*)tableView didDragTableColumn:(NSTableColumn *)tableColumn;\n\n@end"; - rLen = 805; - rLoc = 11641; - rType = 0; - vrLen = 1524; - vrLoc = 11112; - }; - 6E38D4E506C9D6F7003BA9B4 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSArray.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSArray.h; - refType = 0; - sourceTree = ""; - }; - 6E38D56B06C9E302003BA9B4 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSScanner.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSScanner.h; - refType = 0; - sourceTree = ""; - }; 6E38D61706C9F7A8003BA9B4 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 2367}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 2072}}"; sepNavSelRange = "{2375, 0}"; - sepNavVisRect = "{{0, 979}, {1018, 756}}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; sepNavWindowFrame = "{{15, 375}, {750, 558}}"; }; }; 6E38D61806C9F7A8003BA9B4 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 3727}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 3262}}"; sepNavSelRange = "{1647, 0}"; - sepNavVisRect = "{{0, 1822}, {1018, 756}}"; + sepNavVisRect = "{{0, 595}, {987, 511}}"; }; }; - 6E38D62906C9F7CD003BA9B4 = { - fRef = 6E138D3C06C22416001C688F; - isa = PBXTextBookmark; - name = "@interface NSCoder : NSObject\n"; - rLen = 30; - rLoc = 135; - rType = 0; - vrLen = 1243; - vrLoc = 0; - }; - 6E38D68906C9FA18003BA9B4 = { - fRef = 6E31A1B806B7286300E40AB3; - isa = PBXTextBookmark; - name = "RemoteCheater.h: 11"; - rLen = 0; - rLoc = 922; - rType = 0; - vrLen = 245; - vrLoc = 0; - }; - 6E3D7D1906C445A000A73B29 = { - fRef = 6E72B20D06AA5B0E00951D50; - isa = PBXTextBookmark; - name = "CheatData.h: initWithCoder:"; - rLen = 0; - rLoc = 1341; - rType = 0; - vrLen = 1081; - vrLoc = 36; - }; - 6E3D7D3506C4498500A73B29 = { - fRef = 6ED806790641D41B002888F7; - isa = PBXTextBookmark; - name = "cheat_global.h: 42"; - rLen = 0; - rLoc = 1965; - rType = 0; - vrLen = 734; - vrLoc = 558; - }; 6E3D7D3C06C44CFE00A73B29 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 1503}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 1316}}"; sepNavSelRange = "{2534, 11}"; - sepNavVisRect = "{{0, 826}, {1018, 677}}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; 6E3D7D3D06C44CFE00A73B29 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {990, 5743}}"; - sepNavSelRange = "{7413, 0}"; - sepNavVisRect = "{{0, 2929}, {990, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 5026}}"; + sepNavSelRange = "{6630, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6E3DC5E3077CE2B7004C82C0 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = types.h; - path = /usr/include/sys/types.h; - refType = 0; - sourceTree = ""; - }; - 6E3DC5E4077CE2C1004C82C0 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = vm_types.h; - path = /usr/include/mach/ppc/vm_types.h; - refType = 0; - sourceTree = ""; - }; - 6E3DC5E6077CE2CA004C82C0 = { - fRef = 6E3DC5E4077CE2C1004C82C0; - isa = PBXTextBookmark; - name = "typedef unsigned int\tnatural_t;\n"; - rLen = 32; - rLoc = 2600; - rType = 0; - vrLen = 927; - vrLoc = 2361; - }; - 6E3DC5F3077CE552004C82C0 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSDictionary.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSDictionary.h; - refType = 0; - sourceTree = ""; - }; - 6E63977106434C0800BD3765 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSObjCRuntime.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSObjCRuntime.h; - refType = 0; - sourceTree = ""; - }; - 6E63977506434C0800BD3765 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = MacTypes.h; - path = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/Headers/MacTypes.h; - refType = 0; - sourceTree = ""; - }; - 6E6B645507120022002B77D9 = { - fRef = 6ED806310641D2E9002888F7; - isa = PBXTextBookmark; - name = "AppController.h: newBlankCheatWindow:"; - rLen = 0; - rLoc = 1340; - rType = 0; - vrLen = 905; - vrLoc = 106; - }; - 6E6B64AA071202FF002B77D9 = { - fRef = 6ED8062F0641D2E9002888F7; - isa = PBXTextBookmark; - name = "AboutBoxController.h: 19"; - rLen = 0; - rLoc = 865; - rType = 0; - vrLen = 1253; - vrLoc = 0; - }; - 6E6B64AE071202FF002B77D9 = { - fRef = 6ED806350641D2E9002888F7; - isa = PBXTextBookmark; - name = "PreferenceController.h: 19"; - rLen = 0; - rLoc = 865; - rType = 0; - vrLen = 1285; - vrLoc = 0; - }; - 6E6B64AF071202FF002B77D9 = { - fRef = 6ED806360641D2E9002888F7; + 6E5B695B0828175900F7B919 = { + fRef = 6ED806D00641D5F2002888F7; isa = PBXTextBookmark; - name = "PreferenceController.m: 19"; + name = "Info.plist: 39"; rLen = 0; - rLoc = 865; + rLoc = 994; rType = 0; - vrLen = 1296; - vrLoc = 0; + vrLen = 1074; + vrLoc = 700; }; - 6E6B64B0071202FF002B77D9 = { - fRef = 6ED8072006421B05002888F7; + 6E5B695C0828175900F7B919 = { + fRef = 6ED806940641D498002888F7; isa = PBXTextBookmark; - name = "GeneralPrefs.h: 19"; + name = "English: 5"; rLen = 0; - rLoc = 865; + rLoc = 130; rType = 0; - vrLen = 1182; + vrLen = 130; vrLoc = 0; }; - 6E6B64B4071202FF002B77D9 = { - fRef = 6ED8072606421B10002888F7; + 6E5B695E0828175900F7B919 = { + fRef = 6EC06600078BFBE900591D61; isa = PBXTextBookmark; - name = "ServerPrefs.h: 19"; + name = "Help.html: 112"; rLen = 0; - rLoc = 865; + rLoc = 3102; rType = 0; - vrLen = 1255; - vrLoc = 0; + vrLen = 2366; + vrLoc = 1242; }; - 6E6B64C6071202FF002B77D9 = { - fRef = 6ED97B9D0645E85700CBF037; + 6E5B6A9F0828262700F7B919 = { + fRef = 6E7614A306A47A790051C301; isa = PBXTextBookmark; - name = "CheatServer.h: 19"; - rLen = 0; - rLoc = 865; + name = unarchiveObjectWithData; + rLen = 23; + rLoc = 5924; rType = 0; - vrLen = 1158; - vrLoc = 0; + vrLen = 1228; + vrLoc = 5210; }; - 6E6B64C8071202FF002B77D9 = { - fRef = 6E31A14306B71EBA00E40AB3; + 6E6A7B210822F12D00D88515 = { + fRef = 6E3D7D3D06C44CFE00A73B29; isa = PBXTextBookmark; - name = "ServerChild.h: 19"; + name = "Variable.m: 272"; rLen = 0; - rLoc = 865; + rLoc = 6630; rType = 0; - vrLen = 1010; - vrLoc = 0; + vrLen = 790; + vrLoc = 6223; }; - 6E6B64E3071202FF002B77D9 = { - fRef = 32CA4F630368D1EE00C91783; + 6E6A7B220822F12D00D88515 = { + fRef = 6E6FD69C0762B626004FD845; isa = PBXTextBookmark; - name = "The_Cheat_Prefix.pch: 8"; + name = "ThreadedTask.m: 183"; rLen = 0; - rLoc = 149; + rLoc = 4939; rType = 0; - vrLen = 149; - vrLoc = 0; + vrLen = 572; + vrLoc = 4655; }; - 6E6B652A07120A52002B77D9 = { - fRef = 6E38D61706C9F7A8003BA9B4; + 6E6A7B230822F12D00D88515 = { + fRef = 6E6FD69B0762B626004FD845; isa = PBXTextBookmark; - name = "Cheater.h: TCLessThanOrEqual"; + name = "ThreadedTask.h: initWithFunction:delegate:"; rLen = 0; - rLoc = 1266; + rLoc = 2709; rType = 0; - vrLen = 701; - vrLoc = 867; + vrLen = 1776; + vrLoc = 4037; }; 6E6FD69B0762B626004FD845 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 3983}}"; - sepNavSelRange = "{2045, 0}"; - sepNavVisRect = "{{0, 503}, {1018, 649}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 3486}}"; + sepNavSelRange = "{2709, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; 6E6FD69C0762B626004FD845 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1021, 6351}}"; - sepNavSelRange = "{4939, 0}"; - sepNavVisRect = "{{0, 2533}, {850, 743}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 5558}}"; + sepNavSelRange = "{3530, 108}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; 6E6FD6B10762B965004FD845 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {990, 1439}}"; - sepNavSelRange = "{806, 0}"; - sepNavVisRect = "{{0, 139}, {990, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 1442}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; 6E6FD6B20762B965004FD845 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {990, 4735}}"; - sepNavSelRange = "{2723, 0}"; - sepNavVisRect = "{{0, 1245}, {990, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 4326}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6E6FD6CC0762C1BB004FD845 = { - fRef = 32CA4F630368D1EE00C91783; - isa = PBXTextBookmark; - name = "The_Cheat_Prefix.pch: 8"; - rLen = 0; - rLoc = 149; - rType = 0; - vrLen = 149; - vrLoc = 0; + 6E6FD9FE0764EDE4004FD845 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 826}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6E6FD7750762D0B4004FD845 = { - fRef = 6E6FD7760762D0B4004FD845; - isa = PBXTextBookmark; - name = "(null): 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 979; - vrLoc = 1879; + 6E6FD9FF0764EDE4004FD845 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 2226}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6E6FD7760762D0B4004FD845 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = mach_traps.h; - path = /usr/include/mach/mach_traps.h; - refType = 0; - sourceTree = ""; - }; - 6E6FD7840762D0F3004FD845 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = signal.h; - path = /usr/include/signal.h; - refType = 0; - sourceTree = ""; - }; - 6E6FD78C0762D118004FD845 = { - fRef = 6E6FD7840762D0F3004FD845; - isa = PBXTextBookmark; - name = "signal.h: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 1365; - vrLoc = 3026; - }; - 6E6FD78E0762D118004FD845 = { - fRef = 6E6FD7840762D0F3004FD845; - isa = PBXTextBookmark; - name = "signal.h: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 1365; - vrLoc = 3026; - }; - 6E6FD79C0762D15B004FD845 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = vm_region.h; - path = /usr/include/mach/vm_region.h; - refType = 0; - sourceTree = ""; - }; - 6E6FD7AB0762D38D004FD845 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = vm_prot.h; - path = /usr/include/mach/vm_prot.h; - refType = 0; - sourceTree = ""; - }; - 6E6FD7AF0762D466004FD845 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = unistd.h; - path = /usr/include/unistd.h; - refType = 0; - sourceTree = ""; - }; - 6E6FD7B30762D466004FD845 = { - fRef = 6E6FD7AB0762D38D004FD845; - isa = PBXTextBookmark; - name = "typedef int\t\tvm_prot_t;\n"; - rLen = 24; - rLoc = 2256; - rType = 0; - vrLen = 1330; - vrLoc = 2655; - }; - 6E6FD7BA0762D466004FD845 = { - fRef = 6E6FD7AB0762D38D004FD845; - isa = PBXTextBookmark; - name = "typedef int\t\tvm_prot_t;\n"; - rLen = 24; - rLoc = 2256; - rType = 0; - vrLen = 1330; - vrLoc = 2655; - }; - 6E6FD7C60762D7FC004FD845 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSData.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSData.h; - refType = 0; - sourceTree = ""; + 6E6FDC240765858A004FD845 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 630}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6E6FD9750764E3A3004FD845 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSView.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSView.h; - refType = 0; - sourceTree = ""; + 6E6FDC250765858A004FD845 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 658}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6E6FD9BA0764E7BC004FD845 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSBitmapImageRep.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSBitmapImageRep.h; - refType = 0; - sourceTree = ""; + 6E72B20D06AA5B0E00951D50 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 1232}}"; + sepNavSelRange = "{574, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6E6FD9BB0764E81F004FD845 = { - fRef = 6E6FD9BA0764E7BC004FD845; - isa = PBXTextBookmark; - name = "@interface NSBitmapImageRep : NSImageRep {\n"; - rLen = 43; - rLoc = 2569; - rType = 0; - vrLen = 2002; - vrLoc = 3192; + 6E72B20E06AA5B0E00951D50 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 3500}}"; + sepNavSelRange = "{668, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6E6FD9FE0764EDE4004FD845 = { + 6E7614A206A47A790051C301 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {988, 736}}"; - sepNavSelRange = "{424, 15}"; - sepNavVisRect = "{{0, 32}, {988, 649}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 3528}}"; + sepNavSelRange = "{2977, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6E6FD9FF0764EDE4004FD845 = { + 6E7614A306A47A790051C301 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1070, 2335}}"; - sepNavSelRange = "{1061, 48}"; - sepNavVisRect = "{{0, 996}, {1017, 617}}"; + sepNavIntBoundsRect = "{{0, 0}, {1172, 18032}}"; + sepNavSelRange = "{22649, 49}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6E6FDA050764F415004FD845 = { - fRef = 6E6FD9750764E3A3004FD845; + 6E7D2F0E0869302500429AC8 = { + fRef = 6ED806940641D498002888F7; isa = PBXTextBookmark; - name = "- (void)removeFromSuperview;\n"; - rLen = 29; - rLoc = 4435; + name = "English: 5"; + rLen = 0; + rLoc = 130; rType = 0; - vrLen = 1507; - vrLoc = 3424; + vrLen = 130; + vrLoc = 0; }; - 6E6FDA0A0764F415004FD845 = { - fRef = 6E6FD9FF0764EDE4004FD845; + 6E7D2F0F0869302500429AC8 = { + fRef = 6ED806D00641D5F2002888F7; isa = PBXTextBookmark; - name = "FadeView.m: 1"; + name = "Info.plist: 21"; rLen = 0; - rLoc = 0; + rLoc = 599; rType = 0; - vrLen = 405; + vrLen = 1043; vrLoc = 0; }; - 6E6FDAAD0764F8DD004FD845 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSDate.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSDate.h; - refType = 0; - sourceTree = ""; - }; - 6E6FDAB70764F9FB004FD845 = { - fRef = 6E6FD9FE0764EDE4004FD845; + 6E7D2F100869302500429AC8 = { + fRef = 6EC06600078BFBE900591D61; isa = PBXTextBookmark; - name = "FadeView.h: fadeDuration"; + name = "Help.html: 66"; rLen = 0; - rLoc = 377; + rLoc = 845; rType = 0; - vrLen = 761; - vrLoc = 18; + vrLen = 614; + vrLoc = 491; }; - 6E6FDAFD0764FD0D004FD845 = { - fRef = 6EDB02FE06D8156400DBD1D5; + 6E7D2F120869302500429AC8 = { + fRef = 6ED806320641D2E9002888F7; isa = PBXTextBookmark; - name = "- (void)addTimer:(NSTimer *)timer forMode:(NSString *)mode;\n"; - rLen = 60; - rLoc = 531; + name = "AppController.m: 128"; + rLen = 0; + rLoc = 4932; rType = 0; - vrLen = 1324; - vrLoc = 650; + vrLen = 1634; + vrLoc = 4047; }; - 6E6FDB1A0764FFD9004FD845 = { - fRef = 6E6FD9FE0764EDE4004FD845; + 6E7D2F130869302500429AC8 = { + fRef = 6E7614A206A47A790051C301; isa = PBXTextBookmark; - name = "- (double)alpha"; - rLen = 15; - rLoc = 424; + name = "CheatDocument.h: ibNewValueField"; + rLen = 0; + rLoc = 2977; rType = 0; - vrLen = 714; - vrLoc = 18; - }; - 6E6FDC240765858A004FD845 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1017, 649}}"; - sepNavSelRange = "{342, 0}"; - sepNavVisRect = "{{0, 0}, {1017, 649}}"; - }; + vrLen = 1471; + vrLoc = 5891; }; - 6E6FDC250765858A004FD845 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 678}}"; - sepNavSelRange = "{420, 0}"; - sepNavVisRect = "{{0, 0}, {991, 678}}"; - }; + 6E7D2F140869302500429AC8 = { + fRef = 6EA39693077F4025002B0E69; + isa = PBXTextBookmark; + name = "DocInterfaceActions.m: 438"; + rLen = 0; + rLoc = 12438; + rType = 0; + vrLen = 1284; + vrLoc = 11100; }; - 6E6FDC4E07658970004FD845 = { - fRef = 6E6FDC240765858A004FD845; + 6E7D2F150869302500429AC8 = { + fRef = 6ED806940641D498002888F7; isa = PBXTextBookmark; - name = "DumpContext.h: 1"; + name = "English: 5"; rLen = 0; - rLoc = 0; + rLoc = 130; rType = 0; - vrLen = 209; + vrLen = 130; vrLoc = 0; }; - 6E6FDC5307658970004FD845 = { - fRef = 6E6FDC250765858A004FD845; + 6E7D2F160869302500429AC8 = { + fRef = 6ED806D00641D5F2002888F7; isa = PBXTextBookmark; - name = "- (id)initWithPID:(pid_t)pid"; - rLen = 28; - rLoc = 194; + name = "Info.plist: 21"; + rLen = 0; + rLoc = 599; rType = 0; - vrLen = 490; + vrLen = 1043; vrLoc = 0; }; - 6E6FDCDB076592B8004FD845 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSColorList.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSColorList.h; - refType = 0; - sourceTree = ""; - }; - 6E6FDDB50766A1F4004FD845 = { - fRef = 6E6FD79C0762D15B004FD845; + 6E7D2F170869302500429AC8 = { + fRef = 6EC06600078BFBE900591D61; isa = PBXTextBookmark; - name = "vm_region.h: 133"; + name = "Help.html: 66"; rLen = 0; - rLoc = 3880; + rLoc = 845; rType = 0; - vrLen = 1648; - vrLoc = 3548; - }; - 6E72B20D06AA5B0E00951D50 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 1407}}"; - sepNavSelRange = "{2617, 32}"; - sepNavVisRect = "{{0, 707}, {1018, 678}}"; - }; - }; - 6E72B20E06AA5B0E00951D50 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 3999}}"; - sepNavSelRange = "{668, 0}"; - sepNavVisRect = "{{0, 95}, {1018, 678}}"; - }; - }; - 6E7614A206A47A790051C301 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 4047}}"; - sepNavSelRange = "{1327, 17}"; - sepNavVisRect = "{{0, 405}, {991, 678}}"; - }; - }; - 6E7614A306A47A790051C301 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1364, 20607}}"; - sepNavSelRange = "{24195, 0}"; - sepNavVisRect = "{{0, 13286}, {991, 678}}"; - }; - }; - 6E818179076E3D1000A5FBEB = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSScriptWhoseTests.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSScriptWhoseTests.h; - refType = 0; - sourceTree = ""; + vrLen = 614; + vrLoc = 491; }; - 6E81817A076E3D6800A5FBEB = { - fRef = 6E818179076E3D1000A5FBEB; + 6E7D2F2408693D8A00429AC8 = { + fRef = 6ED806310641D2E9002888F7; isa = PBXTextBookmark; - name = "- (BOOL)isEqualTo:(id)object;\n"; - rLen = 30; - rLoc = 1513; + name = _preferenceController; + rLen = 21; + rLoc = 1235; rType = 0; - vrLen = 1739; - vrLoc = 799; + vrLen = 1135; + vrLoc = 0; }; - 6E818184076E3F8C00A5FBEB = { - fRef = 6E138BF706C18765001C688F; + 6E7D2F2508693D8A00429AC8 = { + fRef = 6ED806320641D2E9002888F7; isa = PBXTextBookmark; - name = "Process.m: 99"; + name = "AppController.m: 128"; rLen = 0; - rLoc = 3106; + rLoc = 4932; rType = 0; - vrLen = 847; - vrLoc = 1833; - }; - 6E8181D1076E475200A5FBEB = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 1231}}"; - sepNavSelRange = "{910, 15}"; - sepNavVisRect = "{{0, 494}, {1018, 678}}"; - }; - }; - 6E8181D2076E475200A5FBEB = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 3903}}"; - sepNavSelRange = "{3536, 22}"; - sepNavVisRect = "{{0, 3045}, {1018, 678}}"; - }; + vrLen = 1340; + vrLoc = 0; }; - 6E83F2AF07B0059D00D9DACB = { - fRef = 6EAB446406CAEFE900A4ABF0; + 6E7D2F2608693D8A00429AC8 = { + fRef = 6ED8062F0641D2E9002888F7; isa = PBXTextBookmark; - name = "- (void)removeObserver:(id)observer;\n"; - rLen = 37; - rLoc = 1120; + name = "AboutBoxController.h: 25"; + rLen = 0; + rLoc = 935; rType = 0; - vrLen = 1128; - vrLoc = 116; + vrLen = 1209; + vrLoc = 0; }; - 6E83F2ED07B00A5100D9DACB = { - fRef = 6EA2533707861AC000C839D1; + 6E7D2F2708693D8A00429AC8 = { + fRef = 6ED806300641D2E9002888F7; isa = PBXTextBookmark; - name = "- (void)setInteger:(int)value forKey:(NSString *)defaultName;\n"; - rLen = 62; - rLoc = 1220; + name = "AboutBoxController.m: 1"; + rLen = 866; + rLoc = 0; rType = 0; - vrLen = 1325; - vrLoc = 79; + vrLen = 1113; + vrLoc = 0; }; - 6E83F2F607B00A5100D9DACB = { - fRef = 6EA2533707861AC000C839D1; + 6E7D2F2808693D8A00429AC8 = { + fRef = 6ED806430641D305002888F7; isa = PBXTextBookmark; - name = "- (void)setInteger:(int)value forKey:(NSString *)defaultName;\n"; - rLen = 62; - rLoc = 1220; + name = "HelpController.h: 19"; + rLen = 0; + rLoc = 865; rType = 0; - vrLen = 1325; - vrLoc = 79; + vrLen = 1058; + vrLoc = 0; }; - 6E83F3E107B0358C00D9DACB = { - fRef = 6ED806710641D3CC002888F7; + 6E7D2F2908693D8A00429AC8 = { + fRef = 6ED806440641D305002888F7; isa = PBXTextBookmark; - name = removeAllItems; - rLen = 14; - rLoc = 1122; + name = "HelpController.m: 57"; + rLen = 0; + rLoc = 1808; rType = 0; - vrLen = 1193; + vrLen = 1141; vrLoc = 0; }; - 6E83F3F107B0398700D9DACB = { - fRef = 6EA399A1077FB486002B0E69; + 6E7D2F2A08693D8A00429AC8 = { + fRef = 6EB3579A07C83C60000347B9; isa = PBXTextBookmark; - name = "- (int)indexOfItemWithRepresentedObject:(id)obj;\n"; - rLen = 49; - rLoc = 1633; + name = "CheatURLCommand.h: 20"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 1165; - vrLoc = 1137; + vrLen = 997; + vrLoc = 0; }; - 6E83F3F207B0398700D9DACB = { - fRef = 6EDB002B06D518FB00DBD1D5; + 6E7D2F2B08693D8A00429AC8 = { + fRef = 6EB3579B07C83C60000347B9; isa = PBXTextBookmark; - name = "APPKIT_EXTERN void NSBeginInformationalAlertSheet(NSString *title, NSString *defaultButton, NSString *alternateButton, NSString *otherButton, NSWindow *docWindow, id modalDelegate, SEL didEndSelector, SEL didDismissSelector, void *contextInfo, NSString *msg, ...);\n"; - rLen = 265; - rLoc = 2369; + name = "CheatURLCommand.m: 20"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 2895; + vrLen = 1302; vrLoc = 0; }; - 6E83F53007B048BD00D9DACB = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 2032}}"; - sepNavSelRange = "{3281, 0}"; - sepNavVisRect = "{{0, 1383}, {1018, 649}}"; - }; - }; - 6E83F53107B048BD00D9DACB = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {993, 17711}}"; - sepNavSelRange = "{3311, 0}"; - sepNavVisRect = "{{0, 2351}, {846, 595}}"; - }; - }; - 6E83F5BB07B376DB00D9DACB = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = time_value.h; - path = /usr/include/mach/time_value.h; - refType = 0; - sourceTree = ""; - }; - 6E83F5BC07B3771F00D9DACB = { - fRef = 6E83F5BB07B376DB00D9DACB; + 6E7D2F2C08693D8A00429AC8 = { + fRef = 6ED806350641D2E9002888F7; isa = PBXTextBookmark; - name = "\tinteger_t seconds;\n"; - rLen = 20; - rLoc = 3254; + name = "PreferenceController.h: chooseUpdate:"; + rLen = 0; + rLoc = 1237; rType = 0; - vrLen = 964; - vrLoc = 2447; + vrLen = 1002; + vrLoc = 322; }; - 6E83F62507B548C400D9DACB = { - fRef = 6ED806320641D2E9002888F7; + 6E7D2F2D08693D8A00429AC8 = { + fRef = 6ED806360641D2E9002888F7; isa = PBXTextBookmark; - name = "AppController.m: 60"; + name = "PreferenceController.m: 138"; rLen = 0; - rLoc = 2837; + rLoc = 3607; rType = 0; - vrLen = 1474; - vrLoc = 1624; + vrLen = 1121; + vrLoc = 0; }; - 6E8B669307A2E6D7002A6BAF = { - fRef = 6EC06557078BE68300591D61; + 6E7D2F2E08693D8A00429AC8 = { + fRef = 6ED8072006421B05002888F7; isa = PBXTextBookmark; - name = "ChazUpdate.m: 219"; + name = "GeneralPrefs.h: ibFadeSmoothlyButton"; rLen = 0; - rLoc = 5491; + rLoc = 1078; rType = 0; - vrLen = 986; - vrLoc = 5023; + vrLen = 1351; + vrLoc = 0; }; - 6E8B6D0E07A74D66002A6BAF = { - fRef = 6EAB490C06CC4FEA00A4ABF0; + 6E7D2F2F08693D8A00429AC8 = { + fRef = 6ED8072106421B05002888F7; isa = PBXTextBookmark; - name = "#pragma mark -\n#pragma mark VMRegion Functions\n/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/"; - rLen = 91; - rLoc = 2386; + name = "GeneralPrefs.m: 43"; + rLen = 224; + rLoc = 1761; rType = 0; - vrLen = 989; - vrLoc = 2114; - }; - 6E9BF25307812D58008F0139 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = stdlib.h; - path = /usr/include/stdlib.h; - refType = 0; - sourceTree = ""; - }; - 6E9BF31F0781EEC3008F0139 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1017, 617}}"; - sepNavSelRange = "{336, 124}"; - sepNavVisRect = "{{0, 0}, {1017, 617}}"; - }; - }; - 6E9BF3200781EEC3008F0139 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {888, 649}}"; - sepNavSelRange = "{632, 0}"; - sepNavVisRect = "{{0, 0}, {888, 649}}"; - }; - }; - 6E9BF3230781F113008F0139 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSScrollView.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSScrollView.h; - refType = 0; - sourceTree = ""; + vrLen = 1367; + vrLoc = 0; }; - 6E9BF3290781F17A008F0139 = { - fRef = 6E9BF3230781F113008F0139; + 6E7D2F3008693D8A00429AC8 = { + fRef = 6EB35B3607CA6BCC000347B9; isa = PBXTextBookmark; - name = "- (NSScroller *)verticalScroller;\n"; - rLen = 34; - rLoc = 3099; + name = "UpdatePrefs.m: 20"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 1423; - vrLoc = 2419; + vrLen = 1225; + vrLoc = 0; }; - 6E9BF32F0781F17A008F0139 = { - fRef = 6E9BF31F0781EEC3008F0139; + 6E7D2F3108693D8A00429AC8 = { + fRef = 6EB35B3507CA6BCC000347B9; isa = PBXTextBookmark; - name = "VarTableScroller.h: 12"; + name = "UpdatePrefs.h: ibAutoCheckButton:"; rLen = 0; - rLoc = 210; + rLoc = 866; rType = 0; - vrLen = 222; + vrLen = 1110; vrLoc = 0; }; - 6E9BF3300781F17A008F0139 = { - fRef = 6E9BF3200781EEC3008F0139; + 6E7D2F3208693D8A00429AC8 = { + fRef = 6ED8072606421B10002888F7; isa = PBXTextBookmark; - name = "VarTableScroller.m: 18"; + name = "ServerPrefs.h: ibStatusField"; rLen = 0; - rLoc = 306; + rLoc = 1031; rType = 0; - vrLen = 344; + vrLen = 1237; vrLoc = 0; }; - 6E9BF3BA07820415008F0139 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {990, 678}}"; - sepNavSelRange = "{387, 0}"; - sepNavVisRect = "{{0, 0}, {990, 678}}"; - }; - }; - 6E9BF3BB07820415008F0139 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 2127}}"; - sepNavSelRange = "{1404, 0}"; - sepNavVisRect = "{{0, 210}, {1018, 677}}"; - }; - }; - 6E9BF3C60782053A008F0139 = { - fRef = 6E9BF3BA07820415008F0139; + 6E7D2F3308693D8A00429AC8 = { + fRef = 6ED8072706421B10002888F7; isa = PBXTextBookmark; - name = "VariableTable.h: 1"; + name = "ServerPrefs.m: 181"; rLen = 0; - rLoc = 0; + rLoc = 5065; rType = 0; - vrLen = 214; - vrLoc = 0; - }; - 6E9BF4B0078287DF008F0139 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 1391}}"; - sepNavSelRange = "{359, 0}"; - sepNavVisRect = "{{0, 0}, {1018, 756}}"; - }; - }; - 6E9BF4B1078287DF008F0139 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1091, 11535}}"; - sepNavSelRange = "{16483, 0}"; - sepNavVisRect = "{{0, 7946}, {990, 678}}"; - }; + vrLen = 1086; + vrLoc = 128; }; - 6E9BF4CB07828C86008F0139 = { - fRef = 6E9BF4B0078287DF008F0139; + 6E7D2F3408693D8A00429AC8 = { + fRef = 6E7614A206A47A790051C301; isa = PBXTextBookmark; - name = "Searching.h: 1"; + name = "CheatDocument.h: ibNewValueField"; rLen = 0; - rLoc = 0; + rLoc = 2977; rType = 0; - vrLen = 206; + vrLen = 1182; vrLoc = 0; }; - 6E9BF5030782926E008F0139 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 1167}}"; - sepNavSelRange = "{521, 75}"; - sepNavVisRect = "{{0, 0}, {1018, 677}}"; - }; - }; - 6E9BF5E607836C01008F0139 = { - fRef = 6E1095D506D463BB00E343E0; + 6E7D2F3508693D8A00429AC8 = { + fRef = 6E7614A306A47A790051C301; isa = PBXTextBookmark; - name = "typedef vm_offset_t \tvm_address_t;\n"; - rLen = 39; - rLoc = 1166; + name = "CheatDocument.m: displayName"; + rLen = 49; + rLoc = 22649; rType = 0; - vrLen = 1377; + vrLen = 1282; vrLoc = 0; }; - 6E9BF63407836C01008F0139 = { - fRef = 6EAB490B06CC4FEA00A4ABF0; + 6E7D2F3608693D8A00429AC8 = { + fRef = 6EA39693077F4025002B0E69; isa = PBXTextBookmark; - name = "VMRegion.h: 121"; + name = "DocInterfaceActions.m: 20"; rLen = 0; - rLoc = 4902; + rLoc = 866; rType = 0; - vrLen = 811; - vrLoc = 3095; + vrLen = 1193; + vrLoc = 0; }; - 6E9BF6CB07838C56008F0139 = { - fRef = 6E6FD6B10762B965004FD845; + 6E7D2F3708693D8A00429AC8 = { + fRef = 6EA3969B077F419A002B0E69; isa = PBXTextBookmark; - name = "SearchContext.h: _value"; + name = "DocCheaterDelegate.m: 20"; rLen = 0; - rLoc = 669; + rLoc = 866; rType = 0; - vrLen = 1199; - vrLoc = 258; + vrLen = 1197; + vrLoc = 0; }; - 6E9BF6FD078394E7008F0139 = { - fRef = 6E10960A06D4673700E343E0; + 6E7D2F3808693D8A00429AC8 = { + fRef = 6E72B20D06AA5B0E00951D50; isa = PBXTextBookmark; - name = "kern_return_t vm_read_overwrite\n"; - rLen = 32; - rLoc = 3143; + name = "CheatData.h: 13"; + rLen = 0; + rLoc = 574; rType = 0; - vrLen = 669; - vrLoc = 2820; + vrLen = 1140; + vrLoc = 0; }; - 6E9BF708078394E7008F0139 = { - fRef = 6EAB490C06CC4FEA00A4ABF0; + 6E7D2F3908693D8A00429AC8 = { + fRef = 6E72B20E06AA5B0E00951D50; isa = PBXTextBookmark; - name = "VMRegion.m: 232"; + name = "CheatData.m: 15"; rLen = 0; - rLoc = 6276; + rLoc = 668; rType = 0; - vrLen = 1043; - vrLoc = 5615; - }; - 6E9BF84D0783CE0C008F0139 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = types.h; - path = /usr/include/ppc/types.h; - refType = 0; - sourceTree = ""; + vrLen = 1228; + vrLoc = 0; }; - 6E9BF84E0783CE4E008F0139 = { - fRef = 6E9BF84D0783CE0C008F0139; + 6E7D2F3A08693D8A00429AC8 = { + fRef = 6E8181D1076E475200A5FBEB; isa = PBXTextBookmark; - name = "typedef\tint\t\t\tint32_t;\n"; - rLen = 23; - rLoc = 3197; + name = "SearchData.h: _integerSign"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 2236; - vrLoc = 597; - }; - 6E9BFAF90784CA06008F0139 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSMatrix.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSMatrix.h; - refType = 0; - sourceTree = ""; + vrLen = 1137; + vrLoc = 0; }; - 6E9BFAFC0784CAF5008F0139 = { - fRef = 6E9BFAF90784CA06008F0139; + 6E7D2F3B08693D8A00429AC8 = { + fRef = 6E8181D2076E475200A5FBEB; isa = PBXTextBookmark; - name = "- (id)cellWithTag:(int)anInt;\n"; - rLen = 30; - rLoc = 5968; + name = "SearchData.m: 20"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 1591; - vrLoc = 5077; - }; - 6E9BFC330784D9EC008F0139 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSColor.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSColor.h; - refType = 0; - sourceTree = ""; + vrLen = 1139; + vrLoc = 0; }; - 6E9BFC340784DA01008F0139 = { - fRef = 6E9BFC330784D9EC008F0139; + 6E7D2F3C08693D8A00429AC8 = { + fRef = 6EF2F0BF077B424000C8B55A; isa = PBXTextBookmark; - name = colorWithCalibratedRed; - rLen = 22; - rLoc = 2942; + name = "CheaterTypes.h: 20"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 1682; - vrLoc = 2380; + vrLen = 1131; + vrLoc = 0; }; - 6E9BFC4C0784DDCF008F0139 = { - fRef = 6EA3969B077F419A002B0E69; + 6E7D2F3D08693D8A00429AC8 = { + fRef = 6E9BF5030782926E008F0139; isa = PBXTextBookmark; - name = "[ibSearchVariableTable setToolTip:[NSString stringWithFormat:@\"Displaying %i of %i results.\", TCArrayElementCount( variables ), count]];"; + name = "CheaterTypes.m: 20"; rLen = 0; - rLoc = 4762; + rLoc = 866; rType = 0; - vrLen = 1502; - vrLoc = 3901; + vrLen = 1190; + vrLoc = 0; }; - 6EA251D80785EEBB00C839D1 = { - fRef = 6EAB490B06CC4FEA00A4ABF0; + 6E7D2F3E08693D8A00429AC8 = { + fRef = 6E31A16B06B723CB00E40AB3; isa = PBXTextBookmark; - name = "VMREGION_STATIC_INLINE BOOL VMRegionBytes( VMRegion region, void *bytes, vm_size_t *size )\n"; - rLen = 91; - rLoc = 5383; + name = _processes; + rLen = 10; + rLoc = 1065; rType = 0; - vrLen = 1049; - vrLoc = 4889; + vrLen = 1121; + vrLoc = 0; }; - 6EA252220785FE0700C839D1 = { - fRef = 6E6FDC240765858A004FD845; + 6E7D2F3F08693D8A00429AC8 = { + fRef = 6E31A16C06B723CB00E40AB3; isa = PBXTextBookmark; - name = "DumpContext.h: lastRegion"; + name = "LocalCheater.m: 662"; rLen = 0; - rLoc = 342; + rLoc = 17666; rType = 0; - vrLen = 437; + vrLen = 1319; vrLoc = 0; }; - 6EA252AC078606DA00C839D1 = { - fRef = 6E9BF3BB07820415008F0139; + 6E7D2F4008693D8A00429AC8 = { + fRef = 6E31A1B806B7286300E40AB3; isa = PBXTextBookmark; - name = "VariableTable.m: 64"; + name = "RemoteCheater.h: connectToHostWithData:"; rLen = 0; - rLoc = 1436; + rLoc = 1113; rType = 0; - vrLen = 1066; - vrLoc = 1145; - }; - 6EA2533707861AC000C839D1 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSUserDefaults.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSUserDefaults.h; - refType = 0; - sourceTree = ""; - }; - 6EA253F60786249800C839D1 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1017, 816}}"; - sepNavSelRange = "{998, 0}"; - sepNavVisRect = "{{0, 199}, {1017, 617}}"; - }; - }; - 6EA253F70786249800C839D1 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 2495}}"; - sepNavSelRange = "{522, 22}"; - sepNavVisRect = "{{0, 212}, {1018, 649}}"; - }; + vrLen = 1026; + vrLoc = 174; }; - 6EA254210786265900C839D1 = { - fRef = 6EA253F60786249800C839D1; + 6E7D2F4108693D8A00429AC8 = { + fRef = 6E31A1B906B7286300E40AB3; isa = PBXTextBookmark; - name = "ChazLog.h: 43"; + name = "RemoteCheater.m: 81"; rLen = 0; - rLoc = 998; + rLoc = 2035; rType = 0; - vrLen = 909; - vrLoc = 167; + vrLen = 1106; + vrLoc = 1442; }; - 6EA254220786265900C839D1 = { - fRef = 6EA253F70786249800C839D1; + 6E7D2F4208693D8A00429AC8 = { + fRef = 6E38D61706C9F7A8003BA9B4; isa = PBXTextBookmark; - name = "ChazLog.m: 142"; + name = "Cheater.h: limitReturnedResults:"; rLen = 0; - rLoc = 2338; + rLoc = 2375; rType = 0; - vrLen = 862; - vrLoc = 1825; + vrLen = 1294; + vrLoc = 0; }; - 6EA2560007876BD300C839D1 = { - fRef = 6E31A16B06B723CB00E40AB3; + 6E7D2F4308693D8A00429AC8 = { + fRef = 6E38D61806C9F7A8003BA9B4; isa = PBXTextBookmark; - name = "LocalCheater.h: _savedResults"; + name = "Cheater.m: 60"; rLen = 0; - rLoc = 1243; + rLoc = 1647; rType = 0; - vrLen = 704; - vrLoc = 665; + vrLen = 493; + vrLoc = 1308; }; - 6EA2573B0787D3B000C839D1 = { - fRef = 6E6FD9FF0764EDE4004FD845; + 6E7D2F4408693D8A00429AC8 = { + fRef = 6E6FD6B10762B965004FD845; isa = PBXTextBookmark; - name = "- (void)setFadeDuration:(NSTimeInterval)seconds\n"; - rLen = 48; - rLoc = 1061; + name = "SearchContext.h: 20"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 500; - vrLoc = 859; + vrLen = 1248; + vrLoc = 0; }; - 6EA257F60787E57B00C839D1 = { - fRef = 6E9BF31F0781EEC3008F0139; + 6E7D2F4508693D8A00429AC8 = { + fRef = 6E6FD6B20762B965004FD845; isa = PBXTextBookmark; - name = "- (void)scrollerDidStartScrolling:(TrackerScroller *)scroller;\n- (void)scrollerDidStopScrolling:(TrackerScroller *)scroller;"; - rLen = 124; - rLoc = 336; + name = "SearchContext.m: 20"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 466; + vrLen = 1196; vrLoc = 0; }; - 6EA258560787F09200C839D1 = { - fRef = 6E138BF606C18765001C688F; + 6E7D2F4608693D8A00429AC8 = { + fRef = 6E9BF4B0078287DF008F0139; isa = PBXTextBookmark; - name = "Process.h: 24"; + name = "Searching.h: 20"; rLen = 0; - rLoc = 946; + rLoc = 866; rType = 0; - vrLen = 1025; - vrLoc = 552; + vrLen = 1192; + vrLoc = 0; }; - 6EA258D50787FA1400C839D1 = { - fRef = 6ED806D00641D5F2002888F7; + 6E7D2F4708693D8A00429AC8 = { + fRef = 6E9BF4B1078287DF008F0139; isa = PBXTextBookmark; - name = "Info-The_Cheat.plist: 43"; + name = "Searching.m: 20"; rLen = 0; - rLoc = 1494; + rLoc = 866; rType = 0; - vrLen = 1123; + vrLen = 1252; vrLoc = 0; }; - 6EA258D80787FA1400C839D1 = { - fRef = 6ECDE0990643984400B1DD8A; - isa = PBXBookmark; - }; - 6EA258E20787FA3000C839D1 = { - fRef = 6E6FD8FA0764D1B0004FD845; - isa = PBXBookmark; - }; - 6EA25928078820C200C839D1 = { - fRef = 6E6FDAAD0764F8DD004FD845; + 6E7D2F4808693D8A00429AC8 = { + fRef = 6E6FDC240765858A004FD845; isa = PBXTextBookmark; - name = "- (NSDate *)laterDate:(NSDate *)anotherDate;\n"; - rLen = 45; - rLoc = 589; + name = "DumpContext.h: regionCount"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 850; + vrLen = 1110; vrLoc = 0; }; - 6EA39693077F4025002B0E69 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {993, 9791}}"; - sepNavSelRange = "{14657, 0}"; - sepNavVisRect = "{{0, 8741}, {991, 678}}"; - }; - }; - 6EA3969B077F419A002B0E69 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {990, 7119}}"; - sepNavSelRange = "{10554, 0}"; - sepNavVisRect = "{{0, 6096}, {990, 678}}"; - sepNavWindowFrame = "{{15, 375}, {750, 558}}"; - }; - }; - 6EA396C8077F4934002B0E69 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSApplication.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSApplication.h; - refType = 0; - sourceTree = ""; + 6E7D2F4908693D8A00429AC8 = { + fRef = 6E6FDC250765858A004FD845; + isa = PBXTextBookmark; + name = "DumpContext.m: 20"; + rLen = 0; + rLoc = 866; + rType = 0; + vrLen = 1133; + vrLoc = 0; }; - 6EA396C9077F4C2F002B0E69 = { - fRef = 6EDB024D06D5B74700DBD1D5; + 6E7D2F4A08693D8A00429AC8 = { + fRef = 6E138BF606C18765001C688F; isa = PBXTextBookmark; - name = "typedef struct objc_selector \t*SEL; \n"; - rLen = 40; - rLoc = 1275; + name = "Process.h: pid"; + rLen = 0; + rLoc = 1435; rType = 0; - vrLen = 1385; - vrLoc = 102; + vrLen = 1306; + vrLoc = 0; }; - 6EA396CA077F4C2F002B0E69 = { - fRef = 6EA396C8077F4934002B0E69; + 6E7D2F4B08693D8A00429AC8 = { + fRef = 6E138BF706C18765001C688F; isa = PBXTextBookmark; - name = SEL; - rLen = 3; - rLoc = 4967; + name = "- (BOOL)isEqual:(id)anObject"; + rLen = 29; + rLoc = 2767; rType = 0; - vrLen = 1946; - vrLoc = 4005; + vrLen = 804; + vrLoc = 2422; }; - 6EA3971B077F7648002B0E69 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSCell.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSCell.h; - refType = 0; - sourceTree = ""; + 6E7D2F4C08693D8A00429AC8 = { + fRef = 6E3D7D3C06C44CFE00A73B29; + isa = PBXTextBookmark; + name = stringValue; + rLen = 11; + rLoc = 2534; + rType = 0; + vrLen = 1089; + vrLoc = 0; }; - 6EA398C1077FA115002B0E69 = { - fRef = 6ED806720641D3CC002888F7; + 6E7D2F4D08693D8A00429AC8 = { + fRef = 6E3D7D3D06C44CFE00A73B29; isa = PBXTextBookmark; - name = "MenuExtras.m: 89"; + name = "Variable.m: 272"; rLen = 0; - rLoc = 1961; + rLoc = 6630; rType = 0; - vrLen = 480; - vrLoc = 1801; - }; - 6EA39931077FAB48002B0E69 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = socket.h; - path = /usr/include/sys/socket.h; - refType = 0; - sourceTree = ""; - }; - 6EA39943077FAC55002B0E69 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = in.h; - path = /usr/include/netinet/in.h; - refType = 0; - sourceTree = ""; - }; - 6EA399A1077FB486002B0E69 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSPopUpButton.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSPopUpButton.h; - refType = 0; - sourceTree = ""; - }; - 6EA39A24077FCC3D002B0E69 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSMenuItem.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSMenuItem.h; - refType = 0; - sourceTree = ""; - }; - 6EA39A25077FCC63002B0E69 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSEvent.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSEvent.h; - refType = 0; - sourceTree = ""; + vrLen = 1116; + vrLoc = 0; }; - 6EA39A27077FCC6D002B0E69 = { - fRef = 6EA39A24077FCC3D002B0E69; + 6E7D2F4E08693D8A00429AC8 = { + fRef = 6ED97B9D0645E85700CBF037; isa = PBXTextBookmark; - name = setKeyEquivalent; - rLen = 16; - rLoc = 3922; + name = isListening; + rLen = 11; + rLoc = 1794; rType = 0; - vrLen = 1250; - vrLoc = 3667; + vrLen = 1278; + vrLoc = 0; }; - 6EA39A28077FCC6D002B0E69 = { - fRef = 6EA39A25077FCC63002B0E69; + 6E7D2F4F08693D8A00429AC8 = { + fRef = 6ED97B9E0645E85700CBF037; isa = PBXTextBookmark; - name = NSCommandKeyMask; - rLen = 16; - rLoc = 2124; + name = "CheatServer.m: 233"; + rLen = 0; + rLoc = 6294; rType = 0; - vrLen = 1258; - vrLoc = 1384; - }; - 6EAB446406CAEFE900A4ABF0 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSNotification.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSNotification.h; - refType = 0; - sourceTree = ""; - }; - 6EAB446506CAF05D00A4ABF0 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = OpenTransportProtocol.h; - path = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/Headers/OpenTransportProtocol.h; - refType = 0; - sourceTree = ""; + vrLen = 653; + vrLoc = 5815; }; - 6EAB446A06CAF1B700A4ABF0 = { - fRef = 6EAB446506CAF05D00A4ABF0; + 6E7D2F5008693D8A00429AC8 = { + fRef = 6E31A14306B71EBA00E40AB3; isa = PBXTextBookmark; - name = " SInt32 ic_cmd; /* downstream command */\n"; - rLen = 71; - rLoc = 34759; + name = "ServerChild.h: _client"; + rLen = 0; + rLoc = 1097; rType = 0; - vrLen = 1289; - vrLoc = 34143; + vrLen = 1125; + vrLoc = 0; }; - 6EAB447106CAF1B700A4ABF0 = { - fRef = 6E38D61806C9F7A8003BA9B4; + 6E7D2F5108693D8A00429AC8 = { + fRef = 6E31A14406B71EBA00E40AB3; isa = PBXTextBookmark; - name = "Cheater.m: 72"; + name = "ServerChild.m: 129"; rLen = 0; - rLoc = 2609; + rLoc = 3683; rType = 0; - vrLen = 1024; - vrLoc = 1296; - }; - 6EAB44EB06CB378F00A4ABF0 = { - fileEncoding = 4; - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.objc; - name = Conversions.m; - path = "/Users/chaz/The Cheat/The Cheat/Conversions.m"; - refType = 0; - sourceTree = ""; - }; - 6EAB44F706CB39CD00A4ABF0 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = string.h; - path = /usr/include/string.h; - refType = 0; - sourceTree = ""; + vrLen = 937; + vrLoc = 3147; }; - 6EAB451006CB3DFC00A4ABF0 = { - fRef = 6EAB44EB06CB378F00A4ABF0; + 6E7D2F5208693D8A00429AC8 = { + fRef = 6E83F53107B048BD00D9DACB; isa = PBXTextBookmark; - name = "Conversions.m: 56"; + name = "MySocket.m: kMySocketIsListener"; rLen = 0; - rLoc = 2204; + rLoc = 866; rType = 0; - vrLen = 809; - vrLoc = 455; + vrLen = 1100; + vrLoc = 0; }; - 6EAB457C06CB467900A4ABF0 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSWindow.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSWindow.h; - refType = 0; - sourceTree = ""; - }; - 6EAB465806CC01EA00A4ABF0 = { - fRef = 6E138C3006C1C140001C688F; + 6E7D2F5308693D8A00429AC8 = { + fRef = 6E83F53007B048BD00D9DACB; isa = PBXTextBookmark; - name = "- (void)setTemporaryStatus:(NSString *)message duration:(NSTimeInterval)duration"; - rLen = 80; - rLoc = 1316; + name = "MySocket.h: 39"; + rLen = 0; + rLoc = 1823; rType = 0; - vrLen = 796; - vrLoc = 0; - }; - 6EAB490B06CC4FEA00A4ABF0 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {867, 3119}}"; - sepNavSelRange = "{4691, 0}"; - sepNavVisRect = "{{0, 1861}, {850, 743}}"; - }; - }; - 6EAB490C06CC4FEA00A4ABF0 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1017, 4479}}"; - sepNavSelRange = "{2386, 91}"; - sepNavVisRect = "{{0, 868}, {1017, 617}}"; - }; - }; - 6EB3527907C561AC000347B9 = { - isa = PBXFileReference; - lastKnownFileType = image.tiff; - name = docicon128.tiff; - path = "/Users/chaz/The Cheat/icons/docicon128.tiff"; - refType = 0; - sourceTree = ""; - }; - 6EB3527F07C56742000347B9 = { - fRef = 6EB3527907C561AC000347B9; - isa = PBXBookmark; - }; - 6EB3528007C56742000347B9 = { - fRef = 6EB3527907C561AC000347B9; - isa = PBXBookmark; - }; - 6EB3529007C56783000347B9 = { - fRef = 6EB3528707C56771000347B9; - isa = PBXBookmark; - }; - 6EB3529107C56783000347B9 = { - fRef = 6EB3528807C56771000347B9; - isa = PBXBookmark; - }; - 6EB352A707C56E94000347B9 = { - fRef = 6ED806900641D498002888F7; - isa = PBXBookmark; - }; - 6EB352A807C56E94000347B9 = { - fRef = 6ED806900641D498002888F7; - isa = PBXBookmark; + vrLen = 1271; + vrLoc = 801; }; - 6EB352C207C574C9000347B9 = { - fRef = 6ED806300641D2E9002888F7; + 6E7D2F5408693D8A00429AC8 = { + fRef = 6E6FD69B0762B626004FD845; isa = PBXTextBookmark; - name = "AboutBoxController.m: 15"; + name = "ThreadedTask.h: initWithFunction:context:delegate:"; rLen = 0; - rLoc = 668; + rLoc = 2709; rType = 0; - vrLen = 1028; + vrLen = 1731; vrLoc = 0; }; - 6EB352CF07C594F7000347B9 = { - fRef = 6ED8062F0641D2E9002888F7; + 6E7D2F5508693D8A00429AC8 = { + fRef = 6E6FD69C0762B626004FD845; isa = PBXTextBookmark; - name = "AboutBoxController.h: 25"; - rLen = 0; - rLoc = 935; + name = "- (id)initWithFunction:(int (*)(ThreadedTask *, unsigned))function context:(id)context delegate:(id)delegate"; + rLen = 108; + rLoc = 3530; rType = 0; - vrLen = 931; - vrLoc = 322; + vrLen = 1731; + vrLoc = 0; }; - 6EB3531907C5AA1C000347B9 = { - fRef = 6E138BF606C18765001C688F; + 6E7D2F5608693D8A00429AC8 = { + fRef = 6EAB490B06CC4FEA00A4ABF0; isa = PBXTextBookmark; - name = "Process.h: pid"; + name = "VMRegion.h: VMRegionAddress"; rLen = 0; - rLoc = 1435; + rLoc = 4691; rType = 0; - vrLen = 1442; + vrLen = 1691; vrLoc = 0; }; - 6EB3532B07C5AAB8000347B9 = { - fRef = 6E138BF706C18765001C688F; + 6E7D2F5708693D8A00429AC8 = { + fRef = 6EAB490C06CC4FEA00A4ABF0; isa = PBXTextBookmark; - name = "- (BOOL)isEqual:(id)anObject\n"; - rLen = 29; - rLoc = 2767; + name = "VMRegion.m: 70"; + rLen = 91; + rLoc = 2386; rType = 0; - vrLen = 1086; - vrLoc = 2268; + vrLen = 813; + vrLoc = 6745; }; - 6EB3532C07C5AAB8000347B9 = { - fRef = 6E31A16B06B723CB00E40AB3; + 6E7D2F5808693D8A00429AC8 = { + fRef = 6E38D3FD06C9B71F003BA9B4; isa = PBXTextBookmark; - name = _processes; - rLen = 10; - rLoc = 1065; + name = "- (BOOL)tableViewDidReceiveSpaceKey:(NSTableView *)tableView"; + rLen = 60; + rLoc = 1676; rType = 0; - vrLen = 842; - vrLoc = 866; + vrLen = 1152; + vrLoc = 0; }; - 6EB3539807C5C71B000347B9 = { - fRef = 6E31A16C06B723CB00E40AB3; + 6E7D2F5908693D8A00429AC8 = { + fRef = 6E38D3FE06C9B71F003BA9B4; isa = PBXTextBookmark; - name = "LocalCheater.m: 662"; + name = "BetterTableView.m: 172"; rLen = 0; - rLoc = 17666; + rLoc = 4844; rType = 0; - vrLen = 1347; - vrLoc = 16667; + vrLen = 1127; + vrLoc = 0; }; - 6EB353AA07C5C84D000347B9 = { - fRef = 6E63977106434C0800BD3765; + 6E7D2F5A08693D8A00429AC8 = { + fRef = 6E9BF3BA07820415008F0139; isa = PBXTextBookmark; - name = "FOUNDATION_EXPORT NSString *NSStringFromClass(Class aClass);\n"; - rLen = 61; - rLoc = 1561; + name = "VariableTable.h: 20"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 1322; - vrLoc = 880; + vrLen = 1181; + vrLoc = 0; }; - 6EB3549607C7DE47000347B9 = { + 6E7D2F5B08693D8A00429AC8 = { fRef = 6E9BF3BB07820415008F0139; isa = PBXTextBookmark; - name = "VariableTable.m: 68"; + name = "VariableTable.m: 20"; rLen = 0; - rLoc = 1404; + rLoc = 866; rType = 0; - vrLen = 999; - vrLoc = 210; - }; - 6EB354E907C7F3FF000347B9 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSBrowser.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSBrowser.h; - refType = 0; - sourceTree = ""; + vrLen = 1127; + vrLoc = 0; }; - 6EB354EA07C7F537000347B9 = { - fRef = 6EB354E907C7F3FF000347B9; + 6E7D2F5C08693D8A00429AC8 = { + fRef = 6E9BF31F0781EEC3008F0139; isa = PBXTextBookmark; - name = "- (void)setMaxVisibleColumns:(int)columnCount;\n"; - rLen = 47; - rLoc = 4777; + name = "TrackerScroller.h: 20"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 1469; - vrLoc = 4178; + vrLen = 1061; + vrLoc = 0; }; - 6EB354F007C7F637000347B9 = { - fRef = 6E138D8906C308C0001C688F; + 6E7D2F5D08693D8A00429AC8 = { + fRef = 6E9BF3200781EEC3008F0139; isa = PBXTextBookmark; - name = "- (BOOL)isMemberOfClass:(Class)aClass;\n"; - rLen = 39; - rLoc = 661; + name = "TrackerScroller.m: delegate"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 912; + vrLen = 1032; vrLoc = 0; }; - 6EB354F107C7F637000347B9 = { - fRef = 6EEA099A06BF83F200770544; + 6E7D2F5E08693D8A00429AC8 = { + fRef = 6E6FD9FE0764EDE4004FD845; isa = PBXTextBookmark; - name = "- (void)appendString:(NSString *)aString;\n"; - rLen = 42; - rLoc = 9868; + name = "FadeView.h: 20"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 2003; - vrLoc = 8968; + vrLen = 1093; + vrLoc = 0; }; - 6EB3551A07C7FBBD000347B9 = { - fRef = 6E9BF5030782926E008F0139; + 6E7D2F5F08693D8A00429AC8 = { + fRef = 6E6FD9FF0764EDE4004FD845; isa = PBXTextBookmark; - name = "TCArray TCMakeArrayWithBytes( unsigned count, unsigned size, void *bytes )\n"; - rLen = 75; - rLoc = 521; + name = "FadeView.m: 20"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 778; + vrLen = 1042; vrLoc = 0; }; - 6EB3552007C7FBBD000347B9 = { - fRef = 6E38D3FE06C9B71F003BA9B4; + 6E7D2F6008693D8A00429AC8 = { + fRef = 6E138C3006C1C140001C688F; isa = PBXTextBookmark; - name = "DeleteTableView.m: 210"; + name = "StatusTextField.h: 19"; rLen = 0; - rLoc = 6072; + rLoc = 865; rType = 0; - vrLen = 1064; - vrLoc = 4520; + vrLen = 1398; + vrLoc = 0; }; - 6EB3554B07C8029A000347B9 = { - fRef = 6E3D7D3C06C44CFE00A73B29; + 6E7D2F6108693D8A00429AC8 = { + fRef = 6E138C3106C1C140001C688F; isa = PBXTextBookmark; - name = stringValue; - rLen = 11; - rLoc = 2534; + name = "- (void)setTemporaryStatus:(NSString *)message"; + rLen = 47; + rLoc = 1865; rType = 0; - vrLen = 1227; - vrLoc = 1506; + vrLen = 1073; + vrLoc = 0; }; - 6EB355B907C80BEB000347B9 = { - fRef = 6E7614A206A47A790051C301; + 6E7D2F6208693D8A00429AC8 = { + fRef = 6ED806710641D3CC002888F7; isa = PBXTextBookmark; - name = _lastResponder; - rLen = 14; - rLoc = 3034; + name = "MenuExtras.h: 23"; + rLen = 0; + rLoc = 892; rType = 0; - vrLen = 1418; - vrLoc = 2300; + vrLen = 1193; + vrLoc = 0; }; - 6EB355D807C80DED000347B9 = { - fRef = 6EAB457C06CB467900A4ABF0; + 6E7D2F6308693D8A00429AC8 = { + fRef = 6ED806720641D3CC002888F7; isa = PBXTextBookmark; - name = "- (NSResponder *)firstResponder;\n"; - rLen = 33; - rLoc = 9260; + name = "MenuExtras.m: 89"; + rLen = 0; + rLoc = 1961; rType = 0; - vrLen = 1307; - vrLoc = 8674; + vrLen = 1162; + vrLoc = 0; }; - 6EB3569207C8208E000347B9 = { - fRef = 6E38D42406C9BBA9003BA9B4; + 6E7D2F6408693D8A00429AC8 = { + fRef = 6ED806830641D434002888F7; isa = PBXTextBookmark; - name = "NSTableView.h: clickedColumn"; + name = "main.m: 29"; rLen = 0; - rLoc = 5889; + rLoc = 1038; rType = 0; - vrLen = 3044; - vrLoc = 7403; + vrLen = 1165; + vrLoc = 0; }; - 6EB3572707C83197000347B9 = { - fRef = 6E8181D1076E475200A5FBEB; + 6E7D2F6508693D8A00429AC8 = { + fRef = 6EA253F60786249800C839D1; isa = PBXTextBookmark; - name = numberOfResults; - rLen = 15; - rLoc = 910; + name = "ChazLog.h: ChazLogEnable"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 951; - vrLoc = 472; + vrLen = 1152; + vrLoc = 0; }; - 6EB3572807C83197000347B9 = { - fRef = 6E8181D2076E475200A5FBEB; + 6E7D2F6608693D8A00429AC8 = { + fRef = 6EA253F70786249800C839D1; isa = PBXTextBookmark; - name = "- (void)didAddResults\n"; - rLen = 22; - rLoc = 3536; + name = "ChazLog.m: _gLogEnabled"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 363; - vrLoc = 3374; + vrLen = 1136; + vrLoc = 0; }; - 6EB3573E07C832B4000347B9 = { - fRef = 6E72B20D06AA5B0E00951D50; + 6E7D2F6708693D8A00429AC8 = { + fRef = 6EC06556078BE68300591D61; isa = PBXTextBookmark; - name = "- (unsigned)enabledVariableCount"; - rLen = 32; - rLoc = 2617; + name = "ChazUpdate.h: 20"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 1252; - vrLoc = 1406; + vrLen = 1654; + vrLoc = 0; }; - 6EB3575307C837D6000347B9 = { - fRef = 6E72B20E06AA5B0E00951D50; + 6E7D2F6808693D8A00429AC8 = { + fRef = 6EC06557078BE68300591D61; isa = PBXTextBookmark; - name = "CheatData.m: 15"; + name = "ChazUpdate.m: localizedDescription"; rLen = 0; - rLoc = 668; + rLoc = 866; rType = 0; - vrLen = 1298; - vrLoc = 178; + vrLen = 1266; + vrLoc = 0; }; - 6EB3575E07C838EC000347B9 = { - fRef = 6E38D56B06C9E302003BA9B4; + 6E7D2F6908693D8A00429AC8 = { + fRef = 32CA4F630368D1EE00C91783; isa = PBXTextBookmark; - name = "- (BOOL)scanLongLong:(long long *)value;\n"; - rLen = 41; - rLoc = 679; + name = "The_Cheat_Prefix.pch: 8"; + rLen = 0; + rLoc = 149; rType = 0; - vrLen = 1252; - vrLoc = 15; + vrLen = 149; + vrLoc = 0; }; - 6EB3576E07C83A91000347B9 = { - fRef = 6E3D7D3D06C44CFE00A73B29; + 6E7D2F6A08693D8A00429AC8 = { + fRef = 6E6FD8FA0764D1B0004FD845; + isa = PBXBookmark; + }; + 6E7D2F6B08693D8A00429AC8 = { + fRef = 6ED8067A0641D41B002888F7; isa = PBXTextBookmark; - name = "Variable.m: 295"; + name = "cheat_global.m: TCAutoStartEditingVarsPref"; rLen = 0; - rLoc = 7012; + rLoc = 1709; rType = 0; - vrLen = 697; - vrLoc = 6719; - }; - 6EB3578E07C83B99000347B9 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {990, 678}}"; - sepNavSelRange = "{100, 0}"; - sepNavVisRect = "{{0, 0}, {990, 678}}"; - }; - }; - 6EB3578F07C83B99000347B9 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {990, 678}}"; - sepNavSelRange = "{116, 0}"; - sepNavVisRect = "{{0, 0}, {990, 678}}"; - }; - }; - 6EB3579A07C83C60000347B9 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {990, 678}}"; - sepNavSelRange = "{211, 0}"; - sepNavVisRect = "{{0, 0}, {990, 678}}"; - }; - }; - 6EB3579B07C83C60000347B9 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {990, 678}}"; - sepNavSelRange = "{424, 0}"; - sepNavVisRect = "{{0, 0}, {990, 678}}"; - }; + vrLen = 1452; + vrLoc = 920; }; - 6EB357A807C83CE3000347B9 = { - fRef = 6EB3578E07C83B99000347B9; + 6E7D2F6C08693D8A00429AC8 = { + fRef = 6ED806300641D2E9002888F7; isa = PBXTextBookmark; - name = "CheatURLHandler.scriptTerminology: 1"; - rLen = 0; + name = "AboutBoxController.m: 1"; + rLen = 866; rLoc = 0; rType = 0; - vrLen = 517; + vrLen = 1113; vrLoc = 0; }; - 6EB357AA07C83CE3000347B9 = { - fRef = 6EB3579A07C83C60000347B9; + 6E7D2F6D08693D8A00429AC8 = { + fRef = 6ED806310641D2E9002888F7; isa = PBXTextBookmark; - name = "CheatURLCommand.h: 12"; - rLen = 0; - rLoc = 247; + name = _preferenceController; + rLen = 21; + rLoc = 1235; rType = 0; - vrLen = 224; + vrLen = 1135; vrLoc = 0; }; - 6EB357CC07C83ECA000347B9 = { - fRef = 6EB3578E07C83B99000347B9; + 6E7D2F6E08693D8A00429AC8 = { + fRef = 6ED806320641D2E9002888F7; isa = PBXTextBookmark; - name = "CheatURLHandler.scriptTerminology: 6"; + name = "AppController.m: 128"; rLen = 0; - rLoc = 100; + rLoc = 4932; rType = 0; - vrLen = 241; + vrLen = 1340; vrLoc = 0; }; - 6EB357CD07C83ECA000347B9 = { - fRef = 6EB3578F07C83B99000347B9; + 6E7D2F6F08693D8A00429AC8 = { + fRef = 6ED8062F0641D2E9002888F7; isa = PBXTextBookmark; - name = "CheatURLHandler.scriptSuite: 9"; + name = "AboutBoxController.h: 25"; rLen = 0; - rLoc = 116; + rLoc = 935; rType = 0; - vrLen = 219; + vrLen = 1209; vrLoc = 0; }; - 6EB357D007C83ECA000347B9 = { - fRef = 6EB3579B07C83C60000347B9; + 6E7D2F7008693D8A00429AC8 = { + fRef = 6ED806300641D2E9002888F7; isa = PBXTextBookmark; - name = "CheatURLCommand.m: 26"; + name = "AboutBoxController.m: 1"; + rLen = 866; + rLoc = 0; + rType = 0; + vrLen = 1113; + vrLoc = 0; + }; + 6E7D2F7108693D8A00429AC8 = { + fRef = 6ED806430641D305002888F7; + isa = PBXTextBookmark; + name = "HelpController.h: 19"; rLen = 0; - rLoc = 654; + rLoc = 865; rType = 0; - vrLen = 612; + vrLen = 1058; vrLoc = 0; }; - 6EB357D207C83ECA000347B9 = { - fRef = 6EB3578F07C83B99000347B9; + 6E7D2F7208693D8A00429AC8 = { + fRef = 6ED806440641D305002888F7; isa = PBXTextBookmark; - name = "CheatURLHandler.scriptSuite: 1"; + name = "HelpController.m: 57"; rLen = 0; - rLoc = 0; + rLoc = 1808; rType = 0; - vrLen = 551; + vrLen = 1141; vrLoc = 0; }; - 6EB3582F07C84168000347B9 = { + 6E7D2F7308693D8A00429AC8 = { fRef = 6EB3579A07C83C60000347B9; isa = PBXTextBookmark; - name = "CheatURLCommand.h: 12"; + name = "CheatURLCommand.h: 20"; rLen = 0; - rLoc = 211; + rLoc = 866; rType = 0; - vrLen = 271; + vrLen = 997; vrLoc = 0; }; - 6EB3584707C84621000347B9 = { + 6E7D2F7408693D8A00429AC8 = { fRef = 6EB3579B07C83C60000347B9; isa = PBXTextBookmark; - name = "CheatURLCommand.m: 18"; + name = "CheatURLCommand.m: 20"; rLen = 0; - rLoc = 424; + rLoc = 866; rType = 0; - vrLen = 663; + vrLen = 1302; vrLoc = 0; }; - 6EB3585807C84621000347B9 = { - fRef = 6EA39693077F4025002B0E69; + 6E7D2F7508693D8A00429AC8 = { + fRef = 6E7614A206A47A790051C301; isa = PBXTextBookmark; - name = "DocInterfaceActions.m: 402"; + name = "CheatDocument.h: ibNewValueField"; rLen = 0; - rLoc = 11024; + rLoc = 2977; rType = 0; - vrLen = 1215; - vrLoc = 10063; + vrLen = 1078; + vrLoc = 5891; }; - 6EB358B107C873F2000347B9 = { - fRef = 6ED806430641D305002888F7; + 6E7D2F7608693D8A00429AC8 = { + fRef = 6ED806350641D2E9002888F7; isa = PBXTextBookmark; - name = "HelpController.h: 19"; + name = "PreferenceController.h: chooseUpdate:"; rLen = 0; - rLoc = 865; + rLoc = 1237; rType = 0; - vrLen = 1058; - vrLoc = 0; + vrLen = 1002; + vrLoc = 322; }; - 6EB358FD07C87DD5000347B9 = { - fRef = 6ED806440641D305002888F7; + 6E7D2F7708693D8A00429AC8 = { + fRef = 6ED806360641D2E9002888F7; isa = PBXTextBookmark; - name = "HelpController.m: 51"; + name = "PreferenceController.m: 138"; rLen = 0; - rLoc = 1549; + rLoc = 3607; rType = 0; - vrLen = 946; - vrLoc = 894; - }; - 6EB3598507C96786000347B9 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSText.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSText.h; - refType = 0; - sourceTree = ""; + vrLen = 1121; + vrLoc = 0; }; - 6EB3598807C967BE000347B9 = { - fRef = 6EB3598507C96786000347B9; + 6E7D2F7808693D8A00429AC8 = { + fRef = 6ED8072006421B05002888F7; isa = PBXTextBookmark; - name = "@interface NSText : NSView {\n"; - rLen = 73; - rLoc = 1772; + name = "GeneralPrefs.h: ibFadeSmoothlyButton"; + rLen = 0; + rLoc = 1078; rType = 0; - vrLen = 1572; - vrLoc = 894; + vrLen = 1351; + vrLoc = 0; }; - 6EB3599C07C96968000347B9 = { - fRef = 6E7614A306A47A790051C301; + 6E7D2F7908693D8A00429AC8 = { + fRef = 6ED8072106421B05002888F7; isa = PBXTextBookmark; - name = "CheatDocument.m: 386"; - rLen = 0; - rLoc = 11118; + name = "GeneralPrefs.m: 43"; + rLen = 224; + rLoc = 1761; rType = 0; - vrLen = 1061; - vrLoc = 10419; + vrLen = 1367; + vrLoc = 0; }; - 6EB359AE07C96AD6000347B9 = { - fRef = 6E9BF3BA07820415008F0139; + 6E7D2F7A08693D8A00429AC8 = { + fRef = 6EB35B3607CA6BCC000347B9; isa = PBXTextBookmark; - name = "VariableTable.h: 19"; + name = "UpdatePrefs.m: 20"; rLen = 0; - rLoc = 387; + rLoc = 866; rType = 0; - vrLen = 670; + vrLen = 1225; vrLoc = 0; }; - 6EB359AF07C96AD6000347B9 = { - fRef = 6E6FD69C0762B626004FD845; + 6E7D2F7B08693D8A00429AC8 = { + fRef = 6EB35B3507CA6BCC000347B9; isa = PBXTextBookmark; - name = "ThreadedTask.m: 289"; + name = "UpdatePrefs.h: ibAutoCheckButton:"; rLen = 0; - rLoc = 7314; + rLoc = 866; rType = 0; - vrLen = 1180; - vrLoc = 6692; + vrLen = 1110; + vrLoc = 0; }; - 6EB359CD07C99112000347B9 = { - fRef = 6EA3969B077F419A002B0E69; + 6E7D2F7C08693D8A00429AC8 = { + fRef = 6ED8072606421B10002888F7; isa = PBXTextBookmark; - name = "DocCheaterDelegate.m: 397"; + name = "ServerPrefs.h: ibStatusField"; rLen = 0; - rLoc = 10554; + rLoc = 1031; rType = 0; - vrLen = 1040; - vrLoc = 10116; - }; - 6EB35A0A07C9BEB0000347B9 = { - fileReference = 6E9BF4B1078287DF008F0139; - functionName = "SearchStringIterationLastValue()"; - isa = PBXFileBreakpoint; - lineNumber = 526; - state = 1; + vrLen = 1237; + vrLoc = 0; }; - 6EB35A1107C9C033000347B9 = { - fRef = 6E9BF4B1078287DF008F0139; + 6E7D2F7D08693D8A00429AC8 = { + fRef = 6ED8072706421B10002888F7; isa = PBXTextBookmark; - name = "Searching.m: 519"; + name = "ServerPrefs.m: 181"; rLen = 0; - rLoc = 16483; + rLoc = 5065; rType = 0; - vrLen = 1767; - vrLoc = 15766; + vrLen = 1086; + vrLoc = 128; }; - 6EB35A1207C9C033000347B9 = { - fRef = 6E6FD6B10762B965004FD845; + 6E7D2F7E08693D8A00429AC8 = { + fRef = 6E7614A206A47A790051C301; isa = PBXTextBookmark; - name = "SearchContext.h: _searchType"; + name = "CheatDocument.h: ibNewValueField"; rLen = 0; - rLoc = 806; + rLoc = 2977; rType = 0; - vrLen = 1409; - vrLoc = 140; + vrLen = 1182; + vrLoc = 0; }; - 6EB35A1B07C9C141000347B9 = { - fRef = 6E6FD6B20762B965004FD845; + 6E7D2F7F08693D8A00429AC8 = { + fRef = 6E7614A306A47A790051C301; isa = PBXTextBookmark; - name = "SearchContext.m: 91"; - rLen = 0; - rLoc = 2723; + name = "CheatDocument.m: displayName"; + rLen = 49; + rLoc = 22649; rType = 0; - vrLen = 1683; - vrLoc = 2254; + vrLen = 1282; + vrLoc = 0; }; - 6EB35A1C07C9C141000347B9 = { - fRef = 6E3D7D3D06C44CFE00A73B29; + 6E7D2F8008693D8A00429AC8 = { + fRef = 6EA39693077F4025002B0E69; isa = PBXTextBookmark; - name = "Variable.m: 320"; + name = "DocInterfaceActions.m: 20"; rLen = 0; - rLoc = 7413; + rLoc = 866; rType = 0; - vrLen = 762; - vrLoc = 4378; + vrLen = 1193; + vrLoc = 0; }; - 6EB35A1E07C9C141000347B9 = { - fRef = 6E6FD6B20762B965004FD845; + 6E7D2F8108693D8A00429AC8 = { + fRef = 6EA3969B077F419A002B0E69; isa = PBXTextBookmark; - name = "SearchContext.m: 91"; + name = "DocCheaterDelegate.m: 20"; rLen = 0; - rLoc = 2723; + rLoc = 866; rType = 0; - vrLen = 1683; - vrLoc = 2254; - }; - 6EB35AAC07CA6027000347B9 = { - fRef = 6EB35AA107CA5FE0000347B9; - isa = PBXBookmark; + vrLen = 1197; + vrLoc = 0; }; - 6EB35ABB07CA624E000347B9 = { - fRef = 6ED806350641D2E9002888F7; + 6E7D2F8208693D8A00429AC8 = { + fRef = 6E72B20E06AA5B0E00951D50; isa = PBXTextBookmark; - name = "PreferenceController.h: chooseUpdate:"; + name = "CheatData.m: 15"; rLen = 0; - rLoc = 1237; + rLoc = 668; rType = 0; - vrLen = 1323; - vrLoc = 1; - }; - 6EB35B3507CA6BCC000347B9 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 678}}"; - sepNavSelRange = "{287, 0}"; - sepNavVisRect = "{{0, 0}, {991, 678}}"; - }; - }; - 6EB35B3607CA6BCC000347B9 = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 678}}"; - sepNavSelRange = "{236, 0}"; - sepNavVisRect = "{{0, 0}, {991, 678}}"; - }; + vrLen = 1228; + vrLoc = 0; }; - 6EB35B3907CA6C8C000347B9 = { - fRef = 6ED97B9E0645E85700CBF037; + 6E7D2F8308693D8A00429AC8 = { + fRef = 6E72B20D06AA5B0E00951D50; isa = PBXTextBookmark; - name = "CheatServer.m: 233"; + name = "CheatData.h: 13"; rLen = 0; - rLoc = 6294; + rLoc = 574; rType = 0; - vrLen = 786; - vrLoc = 5682; + vrLen = 1140; + vrLoc = 0; }; - 6EB35B3E07CA6C8C000347B9 = { - fRef = 6ED8072606421B10002888F7; + 6E7D2F8408693D8A00429AC8 = { + fRef = 6E72B20E06AA5B0E00951D50; isa = PBXTextBookmark; - name = "ServerPrefs.h: ibStatusField"; + name = "CheatData.m: 15"; rLen = 0; - rLoc = 1031; - rType = 0; - vrLen = 1380; - vrLoc = 1; - }; - 6EB35B4107CA6C8C000347B9 = { - fRef = 6EB35B3507CA6BCC000347B9; - isa = PBXTextBookmark; - name = "- (IBAction)ibAutoCheckButton:(id)sender;\n- (IBAction)ibCheckNowButton:(id)sender;"; - rLen = 82; - rLoc = 280; + rLoc = 668; rType = 0; - vrLen = 369; + vrLen = 1228; vrLoc = 0; }; - 6EB35B4207CA6C8C000347B9 = { - fRef = 6EB35B3607CA6BCC000347B9; + 6E7D2F8508693D8A00429AC8 = { + fRef = 6E8181D1076E475200A5FBEB; isa = PBXTextBookmark; - name = "UpdatePrefs.m: 16"; + name = "SearchData.h: _integerSign"; rLen = 0; - rLoc = 543; + rLoc = 866; rType = 0; - vrLen = 284; + vrLen = 1137; vrLoc = 0; }; - 6EB35B9807CA7141000347B9 = { - fRef = 6ED8072006421B05002888F7; + 6E7D2F8608693D8A00429AC8 = { + fRef = 6E8181D2076E475200A5FBEB; isa = PBXTextBookmark; - name = "GeneralPrefs.h: ibFadeSmoothlyButton"; + name = "SearchData.m: 20"; rLen = 0; - rLoc = 1078; - rType = 0; - vrLen = 1594; - vrLoc = 75; - }; - 6EB35BAF07CA7311000347B9 = { - fRef = 6ED8072106421B05002888F7; - isa = PBXTextBookmark; - name = "[ibSwitchVariablesButton setState:[[NSUserDefaults standardUserDefaults] boolForKey:TCSwitchVariablesPref]];\n\t[ibStartEditingVarsButton setState:[[NSUserDefaults standardUserDefaults] boolForKey:TCAutoStartEditingVarsPref]];"; - rLen = 224; - rLoc = 1761; + rLoc = 866; rType = 0; - vrLen = 1807; - vrLoc = 738; + vrLen = 1139; + vrLoc = 0; }; - 6EB35BF507CABCBB000347B9 = { - fRef = 6EB35B3507CA6BCC000347B9; + 6E7D2F8708693D8A00429AC8 = { + fRef = 6EF2F0BF077B424000C8B55A; isa = PBXTextBookmark; - name = "UpdatePrefs.h: ibAutoCheckButton"; + name = "CheaterTypes.h: 20"; rLen = 0; - rLoc = 287; + rLoc = 866; rType = 0; - vrLen = 380; + vrLen = 1131; vrLoc = 0; }; - 6EB35C0107CABE47000347B9 = { - fRef = 6EB35B3607CA6BCC000347B9; + 6E7D2F8808693D8A00429AC8 = { + fRef = 6E9BF5030782926E008F0139; isa = PBXTextBookmark; - name = "UpdatePrefs.m: 17"; + name = "CheaterTypes.m: 20"; rLen = 0; - rLoc = 236; + rLoc = 866; rType = 0; - vrLen = 595; + vrLen = 1190; vrLoc = 0; }; - 6EB35C2207CAC0C8000347B9 = { - fRef = 6ED806310641D2E9002888F7; + 6E7D2F8908693D8A00429AC8 = { + fRef = 6E31A16B06B723CB00E40AB3; isa = PBXTextBookmark; - name = _preferenceController; - rLen = 21; - rLoc = 1235; + name = _processes; + rLen = 10; + rLoc = 1065; rType = 0; - vrLen = 914; - vrLoc = 801; + vrLen = 1121; + vrLoc = 0; }; - 6EB35C7507CAC91F000347B9 = { - fRef = 6ED8072706421B10002888F7; + 6E7D2F8A08693D8A00429AC8 = { + fRef = 6E31A16C06B723CB00E40AB3; isa = PBXTextBookmark; - name = "ServerPrefs.m: 181"; + name = "LocalCheater.m: 662"; rLen = 0; - rLoc = 5065; + rLoc = 17666; rType = 0; - vrLen = 1115; - vrLoc = 4569; + vrLen = 1511; + vrLoc = 16980; }; - 6EB35C9D07CB8C2B000347B9 = { - fRef = 6ED806320641D2E9002888F7; + 6E7D2F8B08693D8A00429AC8 = { + fRef = 6E31A1B806B7286300E40AB3; isa = PBXTextBookmark; - name = "AppController.m: 57"; + name = "RemoteCheater.h: connectToHostWithData:"; rLen = 0; - rLoc = 2685; + rLoc = 1113; rType = 0; - vrLen = 1956; - vrLoc = 978; + vrLen = 1022; + vrLoc = 178; }; - 6EB35C9E07CB8C2B000347B9 = { - fRef = 6ED806790641D41B002888F7; + 6E7D2F8C08693D8A00429AC8 = { + fRef = 6E31A16C06B723CB00E40AB3; isa = PBXTextBookmark; - name = "cheat_global.h: TCAutoStartEditingVarsPref"; + name = "LocalCheater.m: 662"; rLen = 0; - rLoc = 1645; + rLoc = 17666; rType = 0; - vrLen = 1271; - vrLoc = 738; + vrLen = 1319; + vrLoc = 0; }; - 6EB35CA607CB94A2000347B9 = { - fRef = 6ED8067A0641D41B002888F7; + 6E7D2F8D08693D8A00429AC8 = { + fRef = 6E31A1B806B7286300E40AB3; isa = PBXTextBookmark; - name = "cheat_global.m: TCAutoStartEditingVarsPref"; + name = "RemoteCheater.h: connectToHostWithData:"; rLen = 0; - rLoc = 1709; + rLoc = 1113; rType = 0; - vrLen = 1763; - vrLoc = 486; + vrLen = 1026; + vrLoc = 174; }; - 6EB35CAE07CBA6CC000347B9 = { - fRef = 6E31A14406B71EBA00E40AB3; + 6E7D2F8E08693D8A00429AC8 = { + fRef = 6E31A1B906B7286300E40AB3; isa = PBXTextBookmark; - name = "ServerChild.m: 140"; + name = "RemoteCheater.m: 81"; rLen = 0; - rLoc = 4040; + rLoc = 2035; rType = 0; - vrLen = 1001; - vrLoc = 3144; - }; - 6EB35CAF07CBA6CC000347B9 = { - fRef = 6ECDE09D0643985000B1DD8A; - isa = PBXBookmark; - }; - 6EB35CB007CBA6CC000347B9 = { - fRef = 6ECDE0990643984400B1DD8A; - isa = PBXBookmark; - }; - 6EB35CB107CBA6CC000347B9 = { - fRef = 6EB35AA107CA5FE0000347B9; - isa = PBXBookmark; - }; - 6EB35CB207CBA6CC000347B9 = { - fRef = 6E6FD8FA0764D1B0004FD845; - isa = PBXBookmark; - }; - 6EB35CB307CBA6CC000347B9 = { - fRef = 6EB3528707C56771000347B9; - isa = PBXBookmark; - }; - 6EB35CB407CBA6CC000347B9 = { - fRef = 6EB3528807C56771000347B9; - isa = PBXBookmark; + vrLen = 1106; + vrLoc = 1442; }; - 6EB35CB507CBA6CC000347B9 = { - fRef = 6EC06600078BFBE900591D61; + 6E7D2F8F08693D8A00429AC8 = { + fRef = 6E38D61706C9F7A8003BA9B4; isa = PBXTextBookmark; - name = "Help.html: 91"; + name = "Cheater.h: limitReturnedResults:"; rLen = 0; - rLoc = 1890; + rLoc = 2375; rType = 0; - vrLen = 523; + vrLen = 1294; vrLoc = 0; }; - 6EB35CD407CBAC0F000347B9 = { - fRef = 6ED806830641D434002888F7; + 6E7D2F9008693D8A00429AC8 = { + fRef = 6E38D61806C9F7A8003BA9B4; isa = PBXTextBookmark; - name = "main.m: 29"; + name = "Cheater.m: 60"; rLen = 0; - rLoc = 1038; + rLoc = 1647; rType = 0; - vrLen = 1187; - vrLoc = 0; + vrLen = 493; + vrLoc = 1308; }; - 6EB35CDD07CBAD23000347B9 = { - fRef = 6E38D3FE06C9B71F003BA9B4; + 6E7D2F9108693D8A00429AC8 = { + fRef = 6E6FD6B10762B965004FD845; isa = PBXTextBookmark; - name = "BetterTableView.m: 172"; + name = "SearchContext.h: 20"; rLen = 0; - rLoc = 4844; - rType = 0; - vrLen = 1142; - vrLoc = 3764; - }; - 6EB35CDE07CBAD23000347B9 = { - fRef = 6E38D3FD06C9B71F003BA9B4; - isa = PBXTextBookmark; - name = "- (BOOL)tableViewDidReceiveSpaceKey:(NSTableView *)tableView"; - rLen = 60; - rLoc = 1676; + rLoc = 866; rType = 0; - vrLen = 1127; - vrLoc = 617; + vrLen = 1248; + vrLoc = 0; }; - 6EB9054707CBC34300D8982B = { - fRef = 6E6FDC250765858A004FD845; + 6E7D2F9208693D8A00429AC8 = { + fRef = 6E6FD6B20762B965004FD845; isa = PBXTextBookmark; - name = "DumpContext.m: 26"; + name = "SearchContext.m: 20"; rLen = 0; - rLoc = 420; + rLoc = 866; rType = 0; - vrLen = 490; + vrLen = 1196; vrLoc = 0; }; - 6EB9054807CBC34300D8982B = { - fRef = 6ED806360641D2E9002888F7; + 6E7D2F9308693D8A00429AC8 = { + fRef = 6E9BF4B0078287DF008F0139; isa = PBXTextBookmark; - name = "PreferenceController.m: 138"; + name = "Searching.h: 20"; rLen = 0; - rLoc = 3607; + rLoc = 866; rType = 0; - vrLen = 1217; - vrLoc = 2573; + vrLen = 1192; + vrLoc = 0; }; - 6EB9054907CBC34300D8982B = { - fRef = 6EF2F0BF077B424000C8B55A; + 6E7D2F9408693D8A00429AC8 = { + fRef = 6E9BF4B1078287DF008F0139; isa = PBXTextBookmark; - name = "CHEAT_STATIC_INLINE unsigned TCArrayElementSize( TCArray array )\n"; - rLen = 65; - rLoc = 2229; + name = "Searching.m: 20"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 1031; - vrLoc = 1820; + vrLen = 1252; + vrLoc = 0; }; - 6EB9054A07CBC34300D8982B = { - fRef = 6E7614A206A47A790051C301; + 6E7D2F9508693D8A00429AC8 = { + fRef = 6E6FDC240765858A004FD845; isa = PBXTextBookmark; - name = TCSearchingStatus; - rLen = 17; - rLoc = 1327; + name = "DumpContext.h: regionCount"; + rLen = 0; + rLoc = 866; rType = 0; - vrLen = 834; - vrLoc = 964; + vrLen = 1110; + vrLoc = 0; }; - 6EB9054B07CBC34300D8982B = { - fRef = 6EA39693077F4025002B0E69; + 6E7D2F9608693D8A00429AC8 = { + fRef = 6E138BF606C18765001C688F; isa = PBXTextBookmark; - name = "DocInterfaceActions.m: 568"; + name = "Process.h: pid"; rLen = 0; - rLoc = 14657; + rLoc = 1435; rType = 0; - vrLen = 1138; - vrLoc = 14052; + vrLen = 1027; + vrLoc = 415; }; - 6EB9054D07CBC34300D8982B = { + 6E7D2F9708693D8A00429AC8 = { fRef = 6E6FDC250765858A004FD845; isa = PBXTextBookmark; - name = "DumpContext.m: 26"; + name = "DumpContext.m: 20"; rLen = 0; - rLoc = 420; + rLoc = 866; rType = 0; - vrLen = 490; + vrLen = 1133; vrLoc = 0; }; - 6EB9054E07CBC34300D8982B = { - fRef = 6ED806360641D2E9002888F7; + 6E7D2F9808693D8A00429AC8 = { + fRef = 6E138BF606C18765001C688F; isa = PBXTextBookmark; - name = "PreferenceController.m: 138"; + name = "Process.h: pid"; rLen = 0; - rLoc = 3607; + rLoc = 1435; rType = 0; - vrLen = 1217; - vrLoc = 2573; + vrLen = 1306; + vrLoc = 0; }; - 6EB9054F07CBC34300D8982B = { - fRef = 6E7614A306A47A790051C301; + 6E7D2F9908693D8A00429AC8 = { + fRef = 6E138BF706C18765001C688F; isa = PBXTextBookmark; - name = "CheatDocument.m: 866"; - rLen = 0; - rLoc = 25014; + name = "- (BOOL)isEqual:(id)anObject"; + rLen = 29; + rLoc = 2767; rType = 0; - vrLen = 970; - vrLoc = 23806; + vrLen = 804; + vrLoc = 2422; }; - 6EB9055007CBC34300D8982B = { - fRef = 6E7614A206A47A790051C301; + 6E7D2F9A08693D8A00429AC8 = { + fRef = 6E3D7D3C06C44CFE00A73B29; isa = PBXTextBookmark; - name = "typedef unsigned TCDocumentStatus;\n"; - rLen = 35; - rLoc = 1265; + name = stringValue; + rLen = 11; + rLoc = 2534; rType = 0; - vrLen = 834; - vrLoc = 964; + vrLen = 1089; + vrLoc = 0; }; - 6EB9055107CBC34300D8982B = { - fRef = 6EA39693077F4025002B0E69; + 6E7D2F9B08693D8A00429AC8 = { + fRef = 6E3D7D3D06C44CFE00A73B29; isa = PBXTextBookmark; - name = "DocInterfaceActions.m: 568"; + name = "Variable.m: 272"; rLen = 0; - rLoc = 14657; + rLoc = 6630; rType = 0; - vrLen = 1138; - vrLoc = 14052; + vrLen = 1116; + vrLoc = 0; }; - 6EB9055207CBC34300D8982B = { - fRef = 6EF2F0BF077B424000C8B55A; + 6E7D2F9C08693D8A00429AC8 = { + fRef = 6ED97B9D0645E85700CBF037; isa = PBXTextBookmark; - name = "CHEAT_STATIC_INLINE unsigned TCArrayElementSize( TCArray array )\n"; - rLen = 65; - rLoc = 2229; + name = isListening; + rLen = 11; + rLoc = 1794; rType = 0; - vrLen = 1031; - vrLoc = 1820; + vrLen = 1278; + vrLoc = 0; }; - 6EB9055307CBC34300D8982B = { - fRef = 6E7614A206A47A790051C301; + 6E7D2F9D08693D8A00429AC8 = { + fRef = 6ED97B9E0645E85700CBF037; isa = PBXTextBookmark; - name = TCSearchingStatus; - rLen = 17; - rLoc = 1327; + name = "CheatServer.m: 233"; + rLen = 0; + rLoc = 6294; rType = 0; - vrLen = 834; - vrLoc = 964; + vrLen = 653; + vrLoc = 5815; }; - 6EB9055407CBC34300D8982B = { - fRef = 6E7614A306A47A790051C301; + 6E7D2F9E08693D8A00429AC8 = { + fRef = 6E31A14306B71EBA00E40AB3; isa = PBXTextBookmark; - name = "CheatDocument.m: 869"; + name = "ServerChild.h: _client"; rLen = 0; - rLoc = 24811; + rLoc = 1097; rType = 0; - vrLen = 1092; - vrLoc = 23806; + vrLen = 1125; + vrLoc = 0; }; - 6EB9055507CBC34300D8982B = { - fRef = 6EA39693077F4025002B0E69; + 6E7D2F9F08693D8A00429AC8 = { + fRef = 6E31A14406B71EBA00E40AB3; isa = PBXTextBookmark; - name = "DocInterfaceActions.m: 568"; + name = "ServerChild.m: 129"; rLen = 0; - rLoc = 14657; + rLoc = 3683; rType = 0; - vrLen = 1138; - vrLoc = 14052; + vrLen = 937; + vrLoc = 3147; }; - 6EB9056407CBC5E600D8982B = { - fRef = 6E7614A306A47A790051C301; + 6E7D2FA008693D8A00429AC8 = { + fRef = 6E83F53007B048BD00D9DACB; isa = PBXTextBookmark; - name = "CheatDocument.m: 845"; + name = "MySocket.h: 20"; rLen = 0; - rLoc = 24195; + rLoc = 866; rType = 0; - vrLen = 1096; - vrLoc = 23768; - }; - 6EB9056607CBC5E600D8982B = { - isa = PBXFileReference; - lastKnownFileType = text.plist.strings; - name = InfoPlist.strings; - path = "/Users/chaz/Desktop/The Cheat/The Cheat.app/Contents/Resources/English.lproj/InfoPlist.strings"; - refType = 0; - sourceTree = ""; - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 678}}"; - sepNavSelRange = "{65, 0}"; - sepNavVisRect = "{{0, 0}, {991, 678}}"; - }; + vrLen = 1594; + vrLoc = 0; }; - 6EB9056907CBC5E600D8982B = { - fRef = 6E7614A306A47A790051C301; + 6E7D2FA108693D8A00429AC8 = { + fRef = 6E83F53107B048BD00D9DACB; isa = PBXTextBookmark; - name = "CheatDocument.m: 845"; + name = "MySocket.m: kMySocketIsListener"; rLen = 0; - rLoc = 24195; + rLoc = 866; rType = 0; - vrLen = 1096; - vrLoc = 23768; + vrLen = 1100; + vrLoc = 0; }; - 6EB9056A07CBC5E600D8982B = { - fRef = 6EB9056B07CBC5E600D8982B; + 6E7D2FA208693D8A00429AC8 = { + fRef = 6E83F53007B048BD00D9DACB; isa = PBXTextBookmark; - name = "(null): 6"; + name = "MySocket.h: 39"; rLen = 0; - rLoc = 204; + rLoc = 1823; rType = 0; - vrLen = 204; - vrLoc = 0; - }; - 6EB9056B07CBC5E600D8982B = { - isa = PBXFileReference; - name = InfoPlist.strings; - path = "/Users/chaz/Desktop/The Cheat/The Cheat.app/Contents/Resources/English.lproj/InfoPlist.strings"; - refType = 0; - sourceTree = ""; + vrLen = 1271; + vrLoc = 801; }; - 6EB9056C07CBC5E600D8982B = { - fRef = 6ED806940641D498002888F7; + 6E7D2FA308693D8A00429AC8 = { + fRef = 6E6FD69B0762B626004FD845; isa = PBXTextBookmark; - name = "English: 7"; + name = "ThreadedTask.h: initWithFunction:context:delegate:"; rLen = 0; - rLoc = 130; + rLoc = 2709; rType = 0; - vrLen = 411; + vrLen = 1731; vrLoc = 0; }; - 6EB9056D07CBC5E600D8982B = { - fRef = 6ED806D00641D5F2002888F7; + 6E7D2FA408693D8A00429AC8 = { + fRef = 6E6FD69C0762B626004FD845; isa = PBXTextBookmark; - name = "Info.plist: 51"; - rLen = 0; - rLoc = 1404; + name = "- (id)initWithFunction:(int (*)(ThreadedTask *, unsigned))function context:(id)context delegate:(id)delegate"; + rLen = 108; + rLoc = 3530; rType = 0; - vrLen = 1074; - vrLoc = 700; + vrLen = 1731; + vrLoc = 0; }; - 6EB9057407CBC67800D8982B = { - fRef = 6ED806940641D498002888F7; + 6E7D2FA508693D8A00429AC8 = { + fRef = 6EAB490B06CC4FEA00A4ABF0; isa = PBXTextBookmark; - name = "English: 7"; + name = "VMRegion.h: VMRegionAddress"; rLen = 0; - rLoc = 130; + rLoc = 4691; rType = 0; - vrLen = 411; + vrLen = 1691; vrLoc = 0; }; - 6EB9057507CBC67800D8982B = { - fRef = 6ED806D00641D5F2002888F7; + 6E7D2FA608693D8A00429AC8 = { + fRef = 6EAB490C06CC4FEA00A4ABF0; isa = PBXTextBookmark; - name = "Info.plist: 51"; - rLen = 0; - rLoc = 1404; - rType = 0; - vrLen = 1074; - vrLoc = 700; + name = "VMRegion.m: 70"; + rLen = 91; + rLoc = 2386; + rType = 0; + vrLen = 813; + vrLoc = 6745; }; - 6EB9057607CBC67800D8982B = { - fRef = 6ED806940641D498002888F7; + 6E7D2FA708693D8A00429AC8 = { + fRef = 6E38D3FD06C9B71F003BA9B4; isa = PBXTextBookmark; - name = "English: 7"; - rLen = 0; - rLoc = 130; + name = "- (BOOL)tableViewDidReceiveSpaceKey:(NSTableView *)tableView"; + rLen = 60; + rLoc = 1676; rType = 0; - vrLen = 261; + vrLen = 1152; vrLoc = 0; }; - 6EB9057707CBC67800D8982B = { - fRef = 6ED806D00641D5F2002888F7; + 6E7D2FA808693D8A00429AC8 = { + fRef = 6E38D3FE06C9B71F003BA9B4; isa = PBXTextBookmark; - name = "Info.plist: 51"; + name = "BetterTableView.m: 172"; rLen = 0; - rLoc = 1404; + rLoc = 4844; rType = 0; - vrLen = 1074; - vrLoc = 700; + vrLen = 1127; + vrLoc = 0; }; - 6EB9058407CBC6F100D8982B = { - fRef = 6EB9058507CBC6F100D8982B; + 6E7D2FA908693D8A00429AC8 = { + fRef = 6E9BF3BA07820415008F0139; isa = PBXTextBookmark; - name = "(null): 1"; + name = "VariableTable.h: 20"; rLen = 0; - rLoc = 0; + rLoc = 866; rType = 0; - vrLen = 1124; + vrLen = 1181; vrLoc = 0; }; - 6EB9058507CBC6F100D8982B = { - isa = PBXFileReference; - name = InfoPlist.strings; - path = /Applications/iTunes.app/Contents/Resources/English.lproj/InfoPlist.strings; - refType = 0; - sourceTree = ""; - }; - 6EB9058607CBC6F100D8982B = { - fRef = 6ED806940641D498002888F7; + 6E7D2FAA08693D8A00429AC8 = { + fRef = 6E9BF3BB07820415008F0139; isa = PBXTextBookmark; - name = "English: 5"; + name = "VariableTable.m: 20"; rLen = 0; - rLoc = 130; + rLoc = 866; rType = 0; - vrLen = 130; + vrLen = 1127; vrLoc = 0; }; - 6EB9058807CBC6F100D8982B = { - fRef = 6ED806940641D498002888F7; + 6E7D2FAB08693D8A00429AC8 = { + fRef = 6E9BF31F0781EEC3008F0139; isa = PBXTextBookmark; - name = "English: 7"; + name = "TrackerScroller.h: 20"; rLen = 0; - rLoc = 130; + rLoc = 866; rType = 0; - vrLen = 261; + vrLen = 1061; vrLoc = 0; }; - 6EB9058907CBC6F100D8982B = { - fRef = 6EB9058A07CBC6F100D8982B; + 6E7D2FAC08693D8A00429AC8 = { + fRef = 6E9BF3200781EEC3008F0139; isa = PBXTextBookmark; - name = "(null): 1"; + name = "TrackerScroller.m: delegate"; rLen = 0; - rLoc = 0; + rLoc = 866; rType = 0; - vrLen = 1124; + vrLen = 1032; vrLoc = 0; }; - 6EB9058A07CBC6F100D8982B = { - isa = PBXFileReference; - name = InfoPlist.strings; - path = /Applications/iTunes.app/Contents/Resources/English.lproj/InfoPlist.strings; - refType = 0; - sourceTree = ""; - }; - 6EB9058B07CBC6F100D8982B = { - fRef = 6ED806940641D498002888F7; + 6E7D2FAD08693D8A00429AC8 = { + fRef = 6E6FD9FE0764EDE4004FD845; isa = PBXTextBookmark; - name = "English: 7"; + name = "FadeView.h: 20"; rLen = 0; - rLoc = 130; + rLoc = 866; rType = 0; - vrLen = 261; + vrLen = 1093; vrLoc = 0; }; - 6EB9058C07CBC6F100D8982B = { - fRef = 6ED806D00641D5F2002888F7; + 6E7D2FAE08693D8A00429AC8 = { + fRef = 6E6FD9FF0764EDE4004FD845; isa = PBXTextBookmark; - name = "Info.plist: 51"; + name = "FadeView.m: 20"; rLen = 0; - rLoc = 1404; + rLoc = 866; rType = 0; - vrLen = 1213; + vrLen = 1042; vrLoc = 0; }; - 6EB9058D07CBC6F100D8982B = { - fRef = 6ED806940641D498002888F7; + 6E7D2FAF08693D8A00429AC8 = { + fRef = 6E138C3006C1C140001C688F; isa = PBXTextBookmark; - name = "English: 7"; + name = "StatusTextField.h: 19"; rLen = 0; - rLoc = 130; + rLoc = 865; rType = 0; - vrLen = 261; + vrLen = 1398; vrLoc = 0; }; - 6EB9058E07CBC6F100D8982B = { - fRef = 6ED806D00641D5F2002888F7; + 6E7D2FB008693D8A00429AC8 = { + fRef = 6E138C3106C1C140001C688F; isa = PBXTextBookmark; - name = "Info.plist: 51"; - rLen = 0; - rLoc = 1404; + name = "- (void)setTemporaryStatus:(NSString *)message"; + rLen = 47; + rLoc = 1865; rType = 0; - vrLen = 1213; + vrLen = 1073; vrLoc = 0; }; - 6EB9058F07CBC6F100D8982B = { - fRef = 6ED806940641D498002888F7; + 6E7D2FB108693D8A00429AC8 = { + fRef = 6ED806710641D3CC002888F7; isa = PBXTextBookmark; - name = "English: 7"; + name = "MenuExtras.h: 23"; rLen = 0; - rLoc = 130; + rLoc = 892; rType = 0; - vrLen = 261; + vrLen = 1193; vrLoc = 0; }; - 6EB9059007CBC6F100D8982B = { - fRef = 6ED806D00641D5F2002888F7; + 6E7D2FB208693D8A00429AC8 = { + fRef = 6ED806720641D3CC002888F7; isa = PBXTextBookmark; - name = "Info.plist: 51"; + name = "MenuExtras.m: 89"; rLen = 0; - rLoc = 1404; + rLoc = 1961; rType = 0; - vrLen = 1135; - vrLoc = 383; + vrLen = 1162; + vrLoc = 0; }; - 6EB9059107CBC6F100D8982B = { - fRef = 6ED806940641D498002888F7; + 6E7D2FB308693D8A00429AC8 = { + fRef = 6ED806830641D434002888F7; isa = PBXTextBookmark; - name = "English: 5"; + name = "main.m: 29"; rLen = 0; - rLoc = 130; + rLoc = 1038; rType = 0; - vrLen = 130; + vrLen = 1165; vrLoc = 0; }; - 6EB9059507CBC72D00D8982B = { - fRef = 6ED806D00641D5F2002888F7; + 6E7D2FB408693D8A00429AC8 = { + fRef = 6EA253F60786249800C839D1; isa = PBXTextBookmark; - name = "Info.plist: 51"; + name = "ChazLog.h: ChazLogEnable"; rLen = 0; - rLoc = 1404; + rLoc = 866; rType = 0; - vrLen = 1044; - vrLoc = 730; + vrLen = 1152; + vrLoc = 0; }; - 6EB9059907CBC7C400D8982B = { - fRef = 6EB9056607CBC5E600D8982B; + 6E7D2FB508693D8A00429AC8 = { + fRef = 6EA253F70786249800C839D1; isa = PBXTextBookmark; - name = "InfoPlist.strings: 1"; + name = "ChazLog.m: _gLogEnabled"; rLen = 0; - rLoc = 65; + rLoc = 866; rType = 0; - vrLen = 65; + vrLen = 1136; vrLoc = 0; }; - 6EB9059A07CBC7C400D8982B = { - fRef = 6ED806D00641D5F2002888F7; + 6E7D2FB608693D8A00429AC8 = { + fRef = 6EC06556078BE68300591D61; isa = PBXTextBookmark; - name = "Info.plist: 51"; + name = "ChazUpdate.h: 20"; rLen = 0; - rLoc = 1404; + rLoc = 866; rType = 0; - vrLen = 1074; - vrLoc = 700; + vrLen = 1654; + vrLoc = 0; }; - 6EB9059B07CBC7C400D8982B = { - fRef = 6EB9056607CBC5E600D8982B; + 6E7D2FB708693D8A00429AC8 = { + fRef = 32CA4F630368D1EE00C91783; isa = PBXTextBookmark; - name = "InfoPlist.strings: 1"; + name = "The_Cheat_Prefix.pch: 8"; rLen = 0; - rLoc = 65; + rLoc = 149; rType = 0; - vrLen = 65; + vrLen = 149; vrLoc = 0; }; - 6EB9059C07CBC7C400D8982B = { - fRef = 6ED806D00641D5F2002888F7; + 6E7D2FB808693D8A00429AC8 = { + fRef = 6EC06557078BE68300591D61; isa = PBXTextBookmark; - name = "Info.plist: 51"; + name = "ChazUpdate.m: localizedDescription"; rLen = 0; - rLoc = 1404; + rLoc = 866; rType = 0; - vrLen = 1074; - vrLoc = 700; + vrLen = 1266; + vrLoc = 0; }; - 6EB9059E07CBC7C400D8982B = { - fRef = 6ED806940641D498002888F7; + 6E7D2FB908693D8A00429AC8 = { + fRef = 32CA4F630368D1EE00C91783; isa = PBXTextBookmark; - name = "English: 5"; + name = "The_Cheat_Prefix.pch: 8"; rLen = 0; - rLoc = 130; + rLoc = 149; rType = 0; - vrLen = 130; + vrLen = 149; vrLoc = 0; }; - 6EC064A3078BA17E00591D61 = { - fRef = 6E138D3C06C22416001C688F; - isa = PBXTextBookmark; - name = "- (void)encodeBytes:(const void *)byteaddr length:(unsigned)length;\n"; - rLen = 68; - rLoc = 877; - rType = 0; - vrLen = 1473; - vrLoc = 135; + 6E7D2FBA08693D8A00429AC8 = { + fRef = 6E6FD8FA0764D1B0004FD845; + isa = PBXBookmark; }; - 6EC064A8078BA17E00591D61 = { - fRef = 6E3D7D3C06C44CFE00A73B29; + 6E7D2FBB08693D8A00429AC8 = { + fRef = 6ED8067A0641D41B002888F7; isa = PBXTextBookmark; - name = "Variable.h: 40"; + name = "cheat_global.m: LaunchEmail"; rLen = 0; - rLoc = 1310; + rLoc = 2390; rType = 0; - vrLen = 1080; - vrLoc = 669; - }; - 6EC064D1078BC50500591D61 = { - fRef = 6EA3971B077F7648002B0E69; - isa = PBXTextBookmark; - name = " NSOnState = 1 \n"; - rLen = 26; - rLoc = 1481; - rType = 0; - vrLen = 957; - vrLoc = 1022; + vrLen = 1241; + vrLoc = 1640; }; - 6EC064D7078BC50500591D61 = { - fRef = 6ED8072106421B05002888F7; + 6E7D2FBC08693D8A00429AC8 = { + fRef = 6E7D2FBD08693D8A00429AC8; isa = PBXTextBookmark; - name = "GeneralPrefs.m: 47"; - rLen = 0; - rLoc = 2409; + name = "@interface NSDocumentController : NSObject {"; + rLen = 55; + rLoc = 326; rType = 0; - vrLen = 1125; - vrLoc = 893; + vrLen = 1477; + vrLoc = 18664; }; - 6EC06500078BD5F000591D61 = { + 6E7D2FBD08693D8A00429AC8 = { isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSFont.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSFont.h; + name = NSDocumentController.h; + path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSDocumentController.h; refType = 0; sourceTree = ""; }; - 6EC06501078BD61800591D61 = { - fRef = 6EC06500078BD5F000591D61; - isa = PBXTextBookmark; - name = "+ (NSFont *)systemFontOfSize:(float)fontSize;\t// Aqua System font\n"; - rLen = 66; - rLoc = 2141; - rType = 0; - vrLen = 1606; - vrLoc = 1456; - }; - 6EC06522078BDC7B00591D61 = { - fRef = 6ED806300641D2E9002888F7; - isa = PBXTextBookmark; - name = "AboutBoxController.m: 44"; - rLen = 0; - rLoc = 1297; - rType = 0; - vrLen = 1752; - vrLoc = 1005; - }; - 6EC06556078BE68300591D61 = { + 6E8181D1076E475200A5FBEB = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 649}}"; - sepNavSelRange = "{839, 0}"; - sepNavVisRect = "{{0, 0}, {1018, 649}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 1260}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6EC06557078BE68300591D61 = { + 6E8181D2076E475200A5FBEB = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1238, 5183}}"; - sepNavSelRange = "{5856, 0}"; - sepNavVisRect = "{{0, 3511}, {1234, 579}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 3598}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6EC0655C078BEF7B00591D61 = { - fRef = 6EA253F60786249800C839D1; - isa = PBXTextBookmark; - name = "ChazLog.h: ChazOpenDebugLog"; - rLen = 0; - rLoc = 998; - rType = 0; - vrLen = 883; - vrLoc = 193; - }; - 6EC06565078BEF7B00591D61 = { - fRef = 6EC06556078BE68300591D61; - isa = PBXTextBookmark; - name = "ChazUpdate.h: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 206; - vrLoc = 0; - }; - 6EC0656D078BEF7B00591D61 = { - fRef = 6EC06557078BE68300591D61; - isa = PBXTextBookmark; - name = "ChazUpdate.m: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 194; - vrLoc = 0; - }; - 6EC065CF078BF85100591D61 = { - fRef = 6E138C3006C1C140001C688F; - isa = PBXTextBookmark; - name = "StatusTextField.h: 19"; - rLen = 0; - rLoc = 865; - rType = 0; - vrLen = 1504; - vrLoc = 0; - }; - 6EC065D0078BF85100591D61 = { - fRef = 6E9BF3200781EEC3008F0139; - isa = PBXTextBookmark; - name = "TrackerScroller.m: 35"; - rLen = 0; - rLoc = 632; - rType = 0; - vrLen = 640; - vrLoc = 0; - }; - 6EC06600078BFBE900591D61 = { + 6E83F53007B048BD00D9DACB = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {5592, 6576}}"; - sepNavSelRange = "{1890, 0}"; - sepNavVisRect = "{{0, 0}, {991, 678}}"; - }; - }; - 6EC06606078BFBFB00591D61 = { - fRef = 6EC06600078BFBE900591D61; - isa = PBXTextBookmark; - name = "Help.html: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 87; - vrLoc = 0; - }; - 6ED806180641D21A002888F7 = { - activeArgIndex = 2147483647; - activeArgIndices = ( - ); - argumentStrings = ( - ); - configStateDict = { - }; - cppStopOnCatchEnabled = 0; - cppStopOnThrowEnabled = 0; - customDataFormattersEnabled = 1; - debuggerPlugin = GDBDebugging; - disassemblyDisplayState = 0; - dylibVariantSuffix = ""; - enableDebugStr = 1; - environmentEntries = ( - ); - isa = PBXExecutable; - libgmallocEnabled = 0; - name = "The Cheat"; - savedGlobals = { - }; - shlibInfoDictList = ( - ); - sourceDirectories = ( - ); - }; - 6ED806210641D21D002888F7 = { - fallbackIsa = XCSourceControlManager; - isSCMEnabled = 0; - isa = PBXSourceControlManager; - scmConfiguration = { + sepNavIntBoundsRect = "{{0, 0}, {987, 2072}}"; + sepNavSelRange = "{1823, 0}"; + sepNavVisRect = "{{0, 249}, {987, 511}}"; }; - scmType = scm.cvs; - }; - 6ED806220641D21D002888F7 = { - indexTemplatePath = ""; - isa = PBXCodeSenseManager; - usesDefaults = 1; - wantsCodeCompletion = 0; - wantsCodeCompletionAutoSuggestions = 1; - wantsCodeCompletionCaseSensitivity = 1; - wantsCodeCompletionListAlways = 0; - wantsCodeCompletionOnlyMatchingItems = 1; - wantsCodeCompletionParametersIncluded = 0; - wantsCodeCompletionPlaceholdersInserted = 0; - wantsCodeCompletionTabCompletes = 1; - wantsIndex = 1; }; - 6ED8062F0641D2E9002888F7 = { + 6E83F53107B048BD00D9DACB = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 655}}"; - sepNavSelRange = "{935, 0}"; - sepNavVisRect = "{{0, 120}, {1018, 520}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 15680}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6ED806300641D2E9002888F7 = { + 6E9BF31F0781EEC3008F0139 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 1295}}"; - sepNavSelRange = "{668, 0}"; - sepNavVisRect = "{{0, 0}, {1018, 520}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 574}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6ED806310641D2E9002888F7 = { + 6E9BF3200781EEC3008F0139 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 1039}}"; - sepNavSelRange = "{1235, 21}"; - sepNavVisRect = "{{0, 272}, {991, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 728}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6ED806320641D2E9002888F7 = { + 6E9BF3BA07820415008F0139 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1385, 4111}}"; - sepNavSelRange = "{2685, 0}"; - sepNavVisRect = "{{0, 408}, {991, 678}}"; - sepNavWindowFrame = "{{15, 375}, {750, 558}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 714}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6ED806350641D2E9002888F7 = { + 6E9BF3BB07820415008F0139 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 704}}"; - sepNavSelRange = "{1237, 0}"; - sepNavVisRect = "{{0, 16}, {991, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 2044}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6ED806360641D2E9002888F7 = { + 6E9BF4B0078287DF008F0139 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 2352}}"; - sepNavSelRange = "{3607, 0}"; - sepNavVisRect = "{{0, 1674}, {991, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 1400}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6ED806430641D305002888F7 = { + 6E9BF4B1078287DF008F0139 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {990, 678}}"; - sepNavSelRange = "{865, 0}"; - sepNavVisRect = "{{0, 0}, {990, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 10276}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6ED806440641D305002888F7 = { + 6E9BF5030782926E008F0139 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1504, 1023}}"; - sepNavSelRange = "{1808, 0}"; - sepNavVisRect = "{{0, 416}, {1234, 469}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 1204}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6ED806710641D3CC002888F7 = { + 6EA253F60786249800C839D1 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 649}}"; - sepNavSelRange = "{1122, 14}"; - sepNavVisRect = "{{0, 0}, {1018, 649}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 896}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6ED806720641D3CC002888F7 = { + 6EA253F70786249800C839D1 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {989, 1840}}"; - sepNavSelRange = "{1961, 0}"; - sepNavVisRect = "{{0, 1188}, {989, 649}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 2366}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6ED806790641D41B002888F7 = { + 6EA39693077F4025002B0E69 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 1104}}"; - sepNavSelRange = "{1645, 0}"; - sepNavVisRect = "{{0, 269}, {991, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 8722}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6ED8067A0641D41B002888F7 = { + 6EA3969B077F419A002B0E69 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1189, 2175}}"; - sepNavSelRange = "{1709, 0}"; - sepNavVisRect = "{{0, 189}, {991, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 6412}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; sepNavWindowFrame = "{{15, 375}, {750, 558}}"; }; }; - 6ED806830641D434002888F7 = { + 6EAB490B06CC4FEA00A4ABF0 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 678}}"; - sepNavSelRange = "{1038, 0}"; - sepNavVisRect = "{{0, 0}, {991, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 2730}}"; + sepNavSelRange = "{4691, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6ED806940641D498002888F7 = { + 6EAB490C06CC4FEA00A4ABF0 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 678}}"; - sepNavSelRange = "{130, 0}"; - sepNavVisRect = "{{0, 0}, {991, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 3920}}"; + sepNavSelRange = "{2386, 91}"; + sepNavVisRect = "{{0, 3409}, {987, 511}}"; }; }; - 6ED806D00641D5F2002888F7 = { + 6EB3578E07C83B99000347B9 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 1103}}"; - sepNavSelRange = "{1404, 0}"; - sepNavVisRect = "{{0, 413}, {991, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {990, 678}}"; + sepNavSelRange = "{100, 0}"; + sepNavVisRect = "{{0, 0}, {990, 678}}"; }; }; - 6ED8072006421B05002888F7 = { + 6EB3578F07C83B99000347B9 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 751}}"; - sepNavSelRange = "{1078, 0}"; - sepNavVisRect = "{{0, 45}, {991, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {990, 678}}"; + sepNavSelRange = "{116, 0}"; + sepNavVisRect = "{{0, 0}, {990, 678}}"; }; }; - 6ED8072106421B05002888F7 = { + 6EB3579A07C83C60000347B9 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 2223}}"; - sepNavSelRange = "{1761, 224}"; - sepNavVisRect = "{{0, 268}, {991, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 511}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6ED8072606421B10002888F7 = { + 6EB3579B07C83C60000347B9 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 751}}"; - sepNavSelRange = "{1031, 0}"; - sepNavVisRect = "{{0, 26}, {991, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 616}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6ED8072706421B10002888F7 = { + 6EB35A0A07C9BEB0000347B9 = { + fileReference = 6E9BF4B1078287DF008F0139; + functionName = "SearchStringIterationLastValue()"; + isa = PBXFileBreakpoint; + lineNumber = 539; + state = 1; + }; + 6EB35B3507CA6BCC000347B9 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 3343}}"; - sepNavSelRange = "{5065, 0}"; - sepNavVisRect = "{{0, 2665}, {991, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 518}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6ED97B9D0645E85700CBF037 = { + 6EB35B3607CA6BCC000347B9 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1018, 1327}}"; - sepNavSelRange = "{1794, 11}"; - sepNavVisRect = "{{0, 165}, {1018, 756}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 658}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6ED97B9E0645E85700CBF037 = { + 6EC06556078BE68300591D61 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 4127}}"; - sepNavSelRange = "{6294, 0}"; - sepNavVisRect = "{{0, 3354}, {991, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 644}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; }; }; - 6EDB002B06D518FB00DBD1D5 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSPanel.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSPanel.h; - refType = 0; - sourceTree = ""; + 6EC06557078BE68300591D61 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1064, 4718}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; + }; + 6EC06600078BFBE900591D61 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {4796, 5754}}"; + sepNavSelRange = "{3105, 0}"; + sepNavVisRect = "{{0, 1083}, {1042, 601}}"; + }; }; - 6EDB006906D5213D00DBD1D5 = { + 6ED229330830611B005F7A7E = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; - name = mach_init.h; - path = /usr/include/mach/mach_init.h; + name = NSDocumentController.h; + path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSDocumentController.h; refType = 0; sourceTree = ""; + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {5150, 3822}}"; + sepNavSelRange = "{326, 55}"; + sepNavVisRect = "{{0, 3388}, {883, 409}}"; + sepNavWindowFrame = "{{416, 400}, {928, 538}}"; + }; }; - 6EDB006D06D5216D00DBD1D5 = { - fRef = 6EDB006906D5213D00DBD1D5; + 6ED22BEB083446FE005F7A7E = { + fRef = 6E83F53007B048BD00D9DACB; isa = PBXTextBookmark; - name = "mach_init.h: mach_thread_self"; + name = "MySocket.h: addressWithHost:port:"; rLen = 0; - rLoc = 2438; + rLoc = 4316; rType = 0; - vrLen = 1045; - vrLoc = 1526; - }; - 6EDB008F06D525CE00DBD1D5 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = kern_return.h; - path = /usr/include/mach/ppc/kern_return.h; - refType = 0; - sourceTree = ""; - }; - 6EDB009806D5282200DBD1D5 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = kern_return.h; - path = /usr/include/mach/kern_return.h; - refType = 0; - sourceTree = ""; + vrLen = 1324; + vrLoc = 2434; }; - 6EDB009906D5286C00DBD1D5 = { - fRef = 6EDB008F06D525CE00DBD1D5; + 6ED22BEC083446FE005F7A7E = { + fRef = 6E83F53107B048BD00D9DACB; isa = PBXTextBookmark; - name = "kern_return.h: 138"; + name = "MySocket.m: 30"; rLen = 0; - rLoc = 4188; + rLoc = 1243; rType = 0; - vrLen = 1280; - vrLoc = 2908; - }; - 6EDB014606D53E8400DBD1D5 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSThread.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSThread.h; - refType = 0; - sourceTree = ""; + vrLen = 759; + vrLoc = 653; }; - 6EDB01ED06D58C1100DBD1D5 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSNull.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSNull.h; - refType = 0; - sourceTree = ""; + 6ED22BED083446FE005F7A7E = { + fRef = 6EC06557078BE68300591D61; + isa = PBXTextBookmark; + name = ChazAppVersion; + rLen = 14; + rLoc = 8403; + rType = 0; + vrLen = 1297; + vrLoc = 5711; }; - 6EDB021306D5AAD400DBD1D5 = { - fRef = 6EDB01ED06D58C1100DBD1D5; + 6ED22BEE083446FE005F7A7E = { + fRef = 6EA253F70786249800C839D1; isa = PBXTextBookmark; - name = "@interface NSNull : NSObject \n"; - rLen = 51; - rLoc = 108; + name = "void ChazLogDisable()"; + rLen = 22; + rLoc = 1263; rType = 0; - vrLen = 185; + vrLen = 633; vrLoc = 0; }; - 6EDB024D06D5B74700DBD1D5 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = objc.h; - path = /usr/include/objc/objc.h; - refType = 0; - sourceTree = ""; - }; - 6EDB02FE06D8156400DBD1D5 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSRunLoop.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSRunLoop.h; - refType = 0; - sourceTree = ""; - }; - 6EDB04F706D86E6400DBD1D5 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSConnection.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSConnection.h; - refType = 0; - sourceTree = ""; - }; - 6EDB05C806D96DA400DBD1D5 = { - fRef = 6EDB014606D53E8400DBD1D5; + 6ED22BEF083446FE005F7A7E = { + fRef = 6EC06556078BE68300591D61; isa = PBXTextBookmark; - name = "+ (NSThread *)currentThread;\n"; - rLen = 29; - rLoc = 508; + name = "ChazUpdate.h: 23"; + rLen = 0; + rLoc = 1571; rType = 0; - vrLen = 1139; - vrLoc = 373; - }; - 6EDB06E306DA7CC700DBD1D5 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = mig.h; - path = /usr/include/mach/mig.h; - refType = 0; - sourceTree = ""; + vrLen = 1290; + vrLoc = 0; }; - 6EDB06E406DA8A7900DBD1D5 = { - fRef = 6EDB06E306DA7CC700DBD1D5; + 6ED22BF0083446FE005F7A7E = { + fRef = 6EA253F60786249800C839D1; isa = PBXTextBookmark; - name = "\tmach_msg_id_t\t\t start;\t\t\t/* Min routine number\t */\n"; - rLen = 55; - rLoc = 2977; + name = "ChazLog.h: 19"; + rLen = 286; + rLoc = 981; rType = 0; - vrLen = 1538; - vrLoc = 2145; + vrLen = 1015; + vrLoc = 0; }; - 6EDB070D06DA910700DBD1D5 = { - fRef = 6EDB04F706D86E6400DBD1D5; + 6ED22BF9083446FE005F7A7E = { + fRef = 6ED229330830611B005F7A7E; isa = PBXTextBookmark; - name = "- (NSDistantObject *)rootProxy;\n"; - rLen = 32; - rLoc = 1820; + name = "@interface NSDocumentController : NSObject {"; + rLen = 55; + rLoc = 326; rType = 0; - vrLen = 1349; - vrLoc = 1027; + vrLen = 1477; + vrLoc = 18664; }; - 6EDB072A06DA921700DBD1D5 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSInvocation.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSInvocation.h; - refType = 0; - sourceTree = ""; + 6ED806180641D21A002888F7 = { + activeArgIndex = 2147483647; + activeArgIndices = ( + ); + argumentStrings = ( + ); + configStateDict = { + }; + cppStopOnCatchEnabled = 0; + cppStopOnThrowEnabled = 0; + customDataFormattersEnabled = 1; + debuggerPlugin = GDBDebugging; + disassemblyDisplayState = 0; + dylibVariantSuffix = ""; + enableDebugStr = 1; + environmentEntries = ( + ); + executableSystemSymbolLevel = 0; + executableUserSymbolLevel = 0; + isa = PBXExecutable; + libgmallocEnabled = 0; + name = "The Cheat"; + savedGlobals = { + }; + shlibInfoDictList = ( + ); + shlibInfoDictList_v2 = ( + ); + sourceDirectories = ( + ); }; - 6EDB072B06DA926900DBD1D5 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSAppleEventDescriptor.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSAppleEventDescriptor.h; - refType = 0; - sourceTree = ""; + 6ED806210641D21D002888F7 = { + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + isa = PBXSourceControlManager; + scmConfiguration = { + }; + scmType = scm.cvs; }; - 6EDB072F06DA92D800DBD1D5 = { - fRef = 6EDB072B06DA926900DBD1D5; - isa = PBXTextBookmark; - name = "- (Boolean)booleanValue;\n"; - rLen = 25; - rLoc = 3403; - rType = 0; - vrLen = 1756; - vrLoc = 2413; + 6ED806220641D21D002888F7 = { + indexTemplatePath = ""; + isa = PBXCodeSenseManager; }; - 6EDB073506DA950800DBD1D5 = { - fRef = 6EDB072A06DA921700DBD1D5; - isa = PBXTextBookmark; - name = "- (void)getReturnValue:(void *)retLoc;\n"; - rLen = 39; - rLoc = 1757; - rType = 0; - vrLen = 937; - vrLoc = 1131; + 6ED8062F0641D2E9002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 574}}"; + sepNavSelRange = "{935, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6EDB078E06DA9BAA00DBD1D5 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = "objc-api.h"; - path = "/usr/include/objc/objc-api.h"; - refType = 0; - sourceTree = ""; + 6ED806300641D2E9002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 1134}}"; + sepNavSelRange = "{0, 866}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6EDB079A06DA9CBB00DBD1D5 = { - fRef = 6EDB079B06DA9CBB00DBD1D5; - isa = PBXTextBookmark; - name = objc_msgSend; - rLen = 12; - rLoc = 1972; - rType = 0; - vrLen = 1538; - vrLoc = 3137; + 6ED806310641D2E9002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 910}}"; + sepNavSelRange = "{1235, 21}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6EDB079B06DA9CBB00DBD1D5 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = "objc-runtime.h"; - path = "/usr/include/objc/objc-runtime.h"; - refType = 0; - sourceTree = ""; + 6ED806320641D2E9002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1190, 3598}}"; + sepNavSelRange = "{4932, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + sepNavWindowFrame = "{{15, 375}, {750, 558}}"; + }; }; - 6EDB079C06DA9CBB00DBD1D5 = { - fRef = 6EDB078E06DA9BAA00DBD1D5; - isa = PBXTextBookmark; - name = "objc-api.h: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 1284; - vrLoc = 0; + 6ED806350641D2E9002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 616}}"; + sepNavSelRange = "{1237, 0}"; + sepNavVisRect = "{{0, 105}, {987, 511}}"; + }; }; - 6EDB07AC06DA9D7D00DBD1D5 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSAutoreleasePool.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSAutoreleasePool.h; - refType = 0; - sourceTree = ""; + 6ED806360641D2E9002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 2058}}"; + sepNavSelRange = "{3607, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6EDB07AD06DA9D9A00DBD1D5 = { - fRef = 6EDB07AC06DA9D7D00DBD1D5; - isa = PBXTextBookmark; - name = "@interface NSAutoreleasePool : NSObject {\n"; - rLen = 42; - rLoc = 119; - rType = 0; - vrLen = 328; - vrLoc = 0; + 6ED806430641D305002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 511}}"; + sepNavSelRange = "{865, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6EDB07E006DAA3D200DBD1D5 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = kmod.h; - path = /usr/include/mach/kmod.h; - refType = 0; - sourceTree = ""; + 6ED806440641D305002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1292, 896}}"; + sepNavSelRange = "{1808, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6EDB07E106DAA3F700DBD1D5 = { - fRef = 6EDB07E006DAA3D200DBD1D5; - isa = PBXTextBookmark; - name = "\tint\t\t\tid;\n"; - rLen = 11; - rLoc = 2599; - rType = 0; - vrLen = 1245; - vrLoc = 1892; + 6ED806710641D3CC002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 511}}"; + sepNavSelRange = "{892, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6EEA099A06BF83F200770544 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSString.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSString.h; - refType = 0; - sourceTree = ""; + 6ED806720641D3CC002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 1610}}"; + sepNavSelRange = "{1961, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6EEE8F0206DD23AA00788128 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSButton.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSButton.h; - refType = 0; - sourceTree = ""; + 6ED806790641D41B002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {991, 1104}}"; + sepNavSelRange = "{1645, 0}"; + sepNavVisRect = "{{0, 269}, {991, 678}}"; + }; }; - 6EEE8F0C06DE3A6600788128 = { - fRef = 6EEE8F0206DD23AA00788128; - isa = PBXTextBookmark; - name = "NSButton.h: setBezelStyle:"; - rLen = 0; - rLoc = 1609; - rType = 0; - vrLen = 1310; - vrLoc = 519; + 6ED8067A0641D41B002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1022, 1932}}"; + sepNavSelRange = "{2390, 0}"; + sepNavVisRect = "{{0, 588}, {987, 511}}"; + sepNavWindowFrame = "{{15, 375}, {750, 558}}"; + }; }; - 6EEE8F0D06DE3A6600788128 = { - fRef = 6EEE8F0206DD23AA00788128; - isa = PBXTextBookmark; - name = "NSButton.h: setBezelStyle:"; - rLen = 0; - rLoc = 1609; - rType = 0; - vrLen = 1310; - vrLoc = 519; + 6ED806830641D434002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 546}}"; + sepNavSelRange = "{1038, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6EEE972906E14E9600788128 = { - fRef = 6ED806440641D305002888F7; - isa = PBXTextBookmark; - name = "HelpController.m: 20"; - rLen = 0; - rLoc = 990; - rType = 0; - vrLen = 792; - vrLoc = 0; - }; - 6EEE972A06E14E9600788128 = { - fRef = 6ED806430641D305002888F7; - isa = PBXTextBookmark; - name = "HelpController.h: 13"; - rLen = 0; - rLoc = 933; - rType = 0; - vrLen = 500; - vrLoc = 0; - }; - 6EEEB31A06E3FE1700788128 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSWindowController.h; - path = /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSWindowController.h; - refType = 0; - sourceTree = ""; - }; - 6EEEB31D06E3FF3600788128 = { - fRef = 6EEEB31A06E3FE1700788128; - isa = PBXTextBookmark; - name = "- (id)initWithWindowNibName:(NSString *)windowNibName;\t// self is the owner\n"; - rLen = 76; - rLoc = 861; - rType = 0; - vrLen = 1553; - vrLoc = 0; - }; - 6EF2EFB90777C11B00C8B55A = { - fRef = 6E8181D1076E475200A5FBEB; - isa = PBXTextBookmark; - name = IntegerSign; - rLen = 0; - rLoc = 352; - rType = 0; - vrLen = 315; - vrLoc = 0; - }; - 6EF2F0A5077B3C0C00C8B55A = { - fRef = 6ECDE09D0643985000B1DD8A; - isa = PBXBookmark; - }; - 6EF2F0BF077B424000C8B55A = { + 6ED806940641D498002888F7 = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {991, 2735}}"; - sepNavSelRange = "{2229, 65}"; - sepNavVisRect = "{{0, 1597}, {991, 678}}"; + sepNavIntBoundsRect = "{{0, 0}, {987, 743}}"; + sepNavSelRange = "{130, 0}"; + sepNavVisRect = "{{0, 0}, {987, 743}}"; }; }; - 6EF2F224077B955F00C8B55A = { - fRef = 6ED806960641D498002888F7; - isa = PBXBookmark; - }; - 6EF2F227077B955F00C8B55A = { - fRef = 6ED806940641D498002888F7; - isa = PBXTextBookmark; - name = "English: 5"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 410; - vrLoc = 0; - }; - 6EF2F228077B955F00C8B55A = { - fRef = 6ED806960641D498002888F7; - isa = PBXBookmark; - }; - 6EFBA94007BDDFCE0052D697 = { - fRef = 6E6FD7C60762D7FC004FD845; - isa = PBXTextBookmark; - name = "- (void)increaseLengthBy:(unsigned)extraLength;\n"; - rLen = 48; - rLoc = 2132; - rType = 0; - vrLen = 1384; - vrLoc = 1186; - }; - 6EFBA94A07BDE4170052D697 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = cdefs.h; - path = /usr/include/sys/cdefs.h; - refType = 0; - sourceTree = ""; - }; - 6EFBA94B07BDE4980052D697 = { - fRef = 6E9BF25307812D58008F0139; - isa = PBXTextBookmark; - name = "stdlib.h: calloc"; - rLen = 0; - rLoc = 4400; - rType = 0; - vrLen = 1128; - vrLoc = 5304; - }; - 6EFBA94C07BDE4980052D697 = { - fRef = 6EFBA94A07BDE4170052D697; - isa = PBXTextBookmark; - name = "cdefs.h: __BEGIN_DECLS"; - rLen = 0; - rLoc = 3116; - rType = 0; - vrLen = 869; - vrLoc = 5762; - }; - 6EFBA94E07BDE4980052D697 = { - fRef = 6E9BF25307812D58008F0139; - isa = PBXTextBookmark; - name = "stdlib.h: calloc"; - rLen = 0; - rLoc = 4400; - rType = 0; - vrLen = 1128; - vrLoc = 5304; - }; - 6EFBA95607BDE5370052D697 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = fcntl.h; - path = /usr/include/fcntl.h; - refType = 0; - sourceTree = ""; - }; - 6EFBA95707BDE5370052D697 = { - fRef = 6E12D5FD076AC55100A95DFE; - isa = PBXTextBookmark; - name = "stdio.h: fopen"; - rLen = 0; - rLoc = 8892; - rType = 0; - vrLen = 1713; - vrLoc = 4448; - }; - 6EFBA95B07BDE5770052D697 = { - fRef = 6EFBA95607BDE5370052D697; - isa = PBXTextBookmark; - name = "fcntl.h: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 1002; - vrLoc = 0; - }; - 6EFBA95D07BDE5770052D697 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = fcntl.h; - path = /usr/include/sys/fcntl.h; - refType = 0; - sourceTree = ""; - }; - 6EFBA95E07BDE5770052D697 = { - fRef = 6EFBA95607BDE5370052D697; - isa = PBXTextBookmark; - name = "fcntl.h: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 1002; - vrLoc = 0; - }; - 6EFBA96907BDEA150052D697 = { - fRef = 6EFBA95D07BDE5770052D697; - isa = PBXTextBookmark; - name = "fcntl.h: O_RDWR"; - rLen = 0; - rLoc = 3958; - rType = 0; - vrLen = 1398; - vrLoc = 10167; - }; - 6EFBA97607BDEC830052D697 = { - fRef = 6E12D5FD076AC55100A95DFE; - isa = PBXTextBookmark; - name = "stdio.h: _read"; - rLen = 0; - rLoc = 5326; - rType = 0; - vrLen = 1351; - vrLoc = 8712; - }; - 6EFBAB0507BEEDA90052D697 = { - fRef = 6EFBA95D07BDE5770052D697; - isa = PBXTextBookmark; - name = "int\tfcntl __P((int, int, ...));\n"; - rLen = 32; - rLoc = 11408; - rType = 0; - vrLen = 1398; - vrLoc = 10167; - }; - 6EFBAB7907BFC40E0052D697 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSScriptClassDescription.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSScriptClassDescription.h; - refType = 0; - sourceTree = ""; - }; - 6EFBAB7C07BFC4200052D697 = { - fRef = 6EFBAB7907BFC40E0052D697; - isa = PBXTextBookmark; - name = "- (NSString *)keyWithAppleEventCode:(unsigned long)code;\n"; - rLen = 57; - rLoc = 1670; - rType = 0; - vrLen = 1387; - vrLoc = 677; - }; - 6EFBABE707C0693F0052D697 = { - fRef = 6E3DC5E3077CE2B7004C82C0; - isa = PBXTextBookmark; - name = "#define\tFD_COPY(f, t)\tbcopy(f, t, sizeof(*(f)))\n"; - rLen = 48; - rLoc = 5974; - rType = 0; - vrLen = 1159; - vrLoc = 5231; - }; - 6EFBABEA07C0693F0052D697 = { - fRef = 6E3DC5E3077CE2B7004C82C0; - isa = PBXTextBookmark; - name = "#define\tFD_COPY(f, t)\tbcopy(f, t, sizeof(*(f)))\n"; - rLen = 48; - rLoc = 5974; - rType = 0; - vrLen = 1159; - vrLoc = 5231; - }; - 6EFBACAC07C082180052D697 = { - fRef = 6E31A14406B71EBA00E40AB3; - isa = PBXTextBookmark; - name = "ServerChild.m: 156"; - rLen = 0; - rLoc = 4333; - rType = 0; - vrLen = 879; - vrLoc = 3675; - }; - 6EFBACBA07C082D90052D697 = { - fRef = 6EC06556078BE68300591D61; - isa = PBXTextBookmark; - name = "ChazUpdate.h: 23"; - rLen = 0; - rLoc = 839; - rType = 0; - vrLen = 1290; - vrLoc = 0; - }; - 6EFBACF507C087650052D697 = { - fRef = 6E12D6B4076AFD5900A95DFE; - isa = PBXTextBookmark; - name = "NSTimer.h: timerWithTimeInterval:target:selector:userInfo:repeats:"; - rLen = 0; - rLoc = 461; - rType = 0; - vrLen = 1133; - vrLoc = 0; - }; - 6EFBAD0D07C089110052D697 = { - fRef = 6ED8072706421B10002888F7; - isa = PBXTextBookmark; - name = "ServerPrefs.m: 76"; - rLen = 0; - rLoc = 2493; - rType = 0; - vrLen = 965; - vrLoc = 3461; - }; - 6EFBAD1C07C08A070052D697 = { - fRef = 6EA39931077FAB48002B0E69; - isa = PBXTextBookmark; - name = "int\tgetsockopt __P((int, int, int, void *, int *));\n"; - rLen = 52; - rLoc = 17619; - rType = 0; - vrLen = 1469; - vrLoc = 16959; - }; - 6EFBADB907C14A7D0052D697 = { - fRef = 6E6FD7AF0762D466004FD845; - isa = PBXTextBookmark; - name = "unistd.h: unlink"; - rLen = 0; - rLoc = 6340; - rType = 0; - vrLen = 1151; - vrLoc = 5801; - }; - 6EFBADE507C162350052D697 = { - fRef = 6EA39943077FAC55002B0E69; - isa = PBXTextBookmark; - name = "\tu_short\tsin_port;\n"; - rLen = 19; - rLoc = 13167; - rType = 0; - vrLen = 1174; - vrLoc = 12565; - }; - 6EFBAE2907C16A5F0052D697 = { - fRef = 6E83F53107B048BD00D9DACB; - isa = PBXTextBookmark; - name = "MySocket.m: 697"; - rLen = 0; - rLoc = 15339; - rType = 0; - vrLen = 961; - vrLoc = 14302; - }; - 6EFBAEB307C1C79E0052D697 = { - fRef = 6E31A1B906B7286300E40AB3; - isa = PBXTextBookmark; - name = "else if ( strncmp( \"vars\", _header.name, sizeof(_header.name) ) == 0 ) {\n\t\tstruct varInfo {\n\t\t\tunsigned count;\n\t\t\tunsigned varCount;\n\t\t\tunsigned varSize;\n\t\t} *varInfo;\n\t\tvoid *bytes;\n\t\tTCArray variables;\n\t\tvarInfo = (struct varInfo *)[_parameters bytes];\n\t\tbytes = (void *)[_parameters bytes] + sizeof(*varInfo);\n\t\tvariables = TCMakeArrayWithBytes( varInfo->varCount, varInfo->varSize, bytes );\n\t\t[_delegate cheater:self didFindVariables:variables actualAmount:varInfo->count];\n\t}"; - rLen = 480; - rLoc = 10600; - rType = 0; - vrLen = 1644; - vrLoc = 10526; - }; - 6EFBAEE707C1CBD40052D697 = { - fRef = 6E138C3106C1C140001C688F; - isa = PBXTextBookmark; - name = "- (void)setTemporaryStatus:(NSString *)message\n"; - rLen = 47; - rLoc = 1865; - rType = 0; - vrLen = 1021; - vrLoc = 1451; - }; - 6EFBAF1007C1D0D90052D697 = { - fRef = 6E83F53007B048BD00D9DACB; - isa = PBXTextBookmark; - name = "MySocket.h: addressWithHost:port:"; - rLen = 0; - rLoc = 3281; - rType = 0; - vrLen = 1224; - vrLoc = 2534; - }; - 6EFBAF1207C1D0D90052D697 = { - fRef = 6E83F53107B048BD00D9DACB; - isa = PBXTextBookmark; - name = "MySocket.m: 448"; - rLen = 0; - rLoc = 9164; - rType = 0; - vrLen = 703; - vrLoc = 8811; - }; - 6EFBAF3A07C1D5950052D697 = { - fRef = 6E31A14306B71EBA00E40AB3; - isa = PBXTextBookmark; - name = "ServerChild.h: _client"; - rLen = 0; - rLoc = 1097; - rType = 0; - vrLen = 679; - vrLoc = 801; - }; - 6EFBAF4907C1D6440052D697 = { - fRef = 6E31A1B806B7286300E40AB3; - isa = PBXTextBookmark; - name = "RemoteCheater.h: connectToHostWithData:"; - rLen = 0; - rLoc = 1113; - rType = 0; - vrLen = 1200; - vrLoc = 0; - }; - 6EFBAF6E07C1D81C0052D697 = { - fRef = 6EA253F70786249800C839D1; - isa = PBXTextBookmark; - name = "void ChazLogDisable()\n"; - rLen = 22; - rLoc = 522; - rType = 0; - vrLen = 663; - vrLoc = 189; - }; - 6EFBAF8007C1D8E80052D697 = { - fRef = 6ED806830641D434002888F7; - isa = PBXTextBookmark; - name = "main.m: 29"; - rLen = 0; - rLoc = 1038; - rType = 0; - vrLen = 1187; - vrLoc = 0; - }; - 6EFBB01907C295BB0052D697 = { - fRef = 6EDB02FE06D8156400DBD1D5; - isa = PBXTextBookmark; - name = "NSRunLoop.h: performSelector:withObject:afterDelay:"; - rLen = 0; - rLoc = 1320; - rType = 0; - vrLen = 1383; - vrLoc = 591; - }; - 6EFBB03107C297D00052D697 = { - fRef = 6E6FD69C0762B626004FD845; - isa = PBXTextBookmark; - name = "ThreadedTask.m: 286"; - rLen = 0; - rLoc = 7151; - rType = 0; - vrLen = 1083; - vrLoc = 6491; - }; - 6EFBB04707C298530052D697 = { - fRef = 6E6FD69B0762B626004FD845; - isa = PBXTextBookmark; - name = "ThreadedTask.h: _modes"; - rLen = 0; - rLoc = 2045; - rType = 0; - vrLen = 1240; - vrLoc = 1640; - }; - 6EFBB1F607C2D1950052D697 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = Chaz.h; - path = /Users/chaz/Projects/chazlib/Chaz.h; - refType = 0; - sourceTree = ""; - }; - 6EFBB1FC07C2D1A30052D697 = { - fRef = 6EFBB1F607C2D1950052D697; - isa = PBXTextBookmark; - name = "Chaz.h: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 532; - vrLoc = 0; - }; - 6EFBB1FE07C2D1A30052D697 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = cltypes.h; - path = /Users/chaz/Projects/chazlib/cltypes.h; - refType = 0; - sourceTree = ""; - }; - 6EFBB1FF07C2D1A30052D697 = { - fRef = 6EFBB1F607C2D1950052D697; - isa = PBXTextBookmark; - name = "Chaz.h: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 532; - vrLoc = 0; - }; - 6EFBB20407C2D35A0052D697 = { - fRef = 6EFBB1FE07C2D1A30052D697; - isa = PBXTextBookmark; - name = "cltypes.h: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 759; - vrLoc = 82; - }; - 6EFBB20507C2D35A0052D697 = { - fRef = 6EFBB20607C2D35A0052D697; - isa = PBXTextBookmark; - name = "if ( eps > fabsf( a - b ) ) {\n\t\treturn 0;\n\t}\n\telse if ( a < b ) {\n\t\treturn -1;\n\t}\n\treturn 1;"; - rLen = 92; - rLoc = 2459; - rType = 0; - vrLen = 794; - vrLoc = 2184; - }; - 6EFBB20607C2D35A0052D697 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.c; - name = CLmath.c; - path = /Users/chaz/Projects/chazlib/CLmath.c; - refType = 0; - sourceTree = ""; - }; - 6EFBB20C07C2D35A0052D697 = { - fRef = 6EFBB1FE07C2D1A30052D697; - isa = PBXTextBookmark; - name = "cltypes.h: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 759; - vrLoc = 82; - }; - 6EFBB20D07C2D35A0052D697 = { - fRef = 6EFBB20E07C2D35A0052D697; - isa = PBXTextBookmark; - name = "if ( eps > fabsf( a - b ) ) {\n\t\treturn 0;\n\t}\n\telse if ( a < b ) {\n\t\treturn -1;\n\t}\n\treturn 1;"; - rLen = 92; - rLoc = 2459; - rType = 0; - vrLen = 794; - vrLoc = 2184; - }; - 6EFBB20E07C2D35A0052D697 = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.c; - name = CLmath.c; - path = /Users/chaz/Projects/chazlib/CLmath.c; - refType = 0; - sourceTree = ""; - }; - 6EFBB24E07C2DBF90052D697 = { - fRef = 6E9BF4B0078287DF008F0139; - isa = PBXTextBookmark; - name = "Searching.h: 20"; - rLen = 0; - rLoc = 359; - rType = 0; - vrLen = 1562; - vrLoc = 0; - }; - 6EFBB27107C2DFA10052D697 = { - fRef = 6EAB44F706CB39CD00A4ABF0; - isa = PBXTextBookmark; - name = "int\t memcmp(const void *, const void *, size_t);\n"; - rLen = 49; - rLoc = 3128; - rType = 0; - vrLen = 1426; - vrLoc = 2717; - }; - 6EFBB28207C2E3940052D697 = { - fRef = 6E9BF4B1078287DF008F0139; - isa = PBXTextBookmark; - name = "Searching.m: 46"; - rLen = 0; - rLoc = 1209; - rType = 0; - vrLen = 1128; - vrLoc = 358; - }; - 6EFBB2CC07C2EAE90052D697 = { - fRef = 6E31A1B906B7286300E40AB3; - isa = PBXTextBookmark; - name = "RemoteCheater.m: 81"; - rLen = 0; - rLoc = 2035; - rType = 0; - vrLen = 1278; - vrLoc = 1269; - }; - 6EFBB3DB07C411B10052D697 = { - fRef = 6E8181D2076E475200A5FBEB; - isa = PBXTextBookmark; - name = "SearchData.m: 173"; - rLen = 0; - rLoc = 3048; - rType = 0; - vrLen = 1014; - vrLoc = 2472; - }; - 6EFBB40507C415970052D697 = { - fRef = 6ED97B9D0645E85700CBF037; - isa = PBXTextBookmark; - name = isListening; - rLen = 11; - rLoc = 1794; - rType = 0; - vrLen = 1367; - vrLoc = 419; - }; - 6EFBB46007C41FCA0052D697 = { - fRef = 6E38D61706C9F7A8003BA9B4; - isa = PBXTextBookmark; - name = "Cheater.h: limitReturnedResults:"; - rLen = 0; - rLoc = 2375; - rType = 0; - vrLen = 1465; - vrLoc = 1821; - }; - 6EFBB46107C41FCA0052D697 = { - fRef = 6E38D61806C9F7A8003BA9B4; - isa = PBXTextBookmark; - name = "Cheater.m: 60"; - rLen = 0; - rLoc = 1647; - rType = 0; - vrLen = 1491; - vrLoc = 2804; - }; - 6EFE498107B7458700F67D2B = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = time.h; - path = /usr/include/sys/time.h; - refType = 0; - sourceTree = ""; - }; - 6EFE498707B7459800F67D2B = { - fRef = 6EFE498107B7458700F67D2B; - isa = PBXTextBookmark; - name = "int\tgettimeofday __P((struct timeval *, struct timezone *));\n"; - rLen = 61; - rLoc = 6358; - rType = 0; - vrLen = 1216; - vrLoc = 5486; - }; - 6EFE49EC07B823CF00F67D2B = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = CFDate.h; - path = /System/Library/Frameworks/CoreFoundation.framework/Versions/A/Headers/CFDate.h; - refType = 0; - sourceTree = ""; - }; - 6EFE49ED07B824F200F67D2B = { - fRef = 6EFE49EC07B823CF00F67D2B; - isa = PBXTextBookmark; - name = CFAbsoluteTimeGetCurrent; - rLen = 24; - rLoc = 457; - rType = 0; - vrLen = 964; - vrLoc = 0; - }; - 6EFE4AD907B8854400F67D2B = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSDistantObject.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSDistantObject.h; - refType = 0; - sourceTree = ""; - }; - 6EFE4B0307B8924D00F67D2B = { - fRef = 6EFE4AD907B8854400F67D2B; - isa = PBXTextBookmark; - name = "NSDistantObject.h: conn"; - rLen = 0; - rLoc = 331; - rType = 0; - vrLen = 819; - vrLoc = 0; - }; - 6EFE4B0607B8924D00F67D2B = { - fRef = 6ED97B9E0645E85700CBF037; - isa = PBXTextBookmark; - name = "CheatServer.m: 93"; - rLen = 0; - rLoc = 2520; - rType = 0; - vrLen = 894; - vrLoc = 2107; - }; - 6EFE4B9107B9654300F67D2B = { - fRef = 6E63977506434C0800BD3765; - isa = PBXTextBookmark; - name = "typedef UInt8 Byte;\n"; - rLen = 46; - rLoc = 24934; - rType = 0; - vrLen = 1795; - vrLoc = 23931; - }; - 6EFE4C0C07B9761E00F67D2B = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = errno.h; - path = /usr/include/sys/errno.h; - refType = 0; - sourceTree = ""; - }; - 6EFE4C0F07B9763800F67D2B = { - fRef = 6EFE4C0C07B9761E00F67D2B; - isa = PBXTextBookmark; - name = "#define errno (*__error())\n"; - rLen = 27; - rLoc = 3359; - rType = 0; - vrLen = 1487; - vrLoc = 2523; - }; - 6EFE4C6D07B982E300F67D2B = { - fRef = 6E38D4E506C9D6F7003BA9B4; - isa = PBXTextBookmark; - name = "- (id)initWithObjects:(id)firstObj, ...;\n"; - rLen = 41; - rLoc = 2475; - rType = 0; - vrLen = 1269; - vrLoc = 1863; - }; - 6EFE4CC907B99A7C00F67D2B = { - fRef = 6E38D32F06C99E71003BA9B4; - isa = PBXTextBookmark; - name = "FOUNDATION_STATIC_INLINE NSRange NSMakeRange(unsigned int loc, unsigned int len) {\n"; - rLen = 83; - rLoc = 250; - rType = 0; - vrLen = 1143; - vrLoc = 0; - }; - 6EFE4CD407B99E0C00F67D2B = { - fRef = 6E3DC5F3077CE552004C82C0; - isa = PBXTextBookmark; - name = "- (id)initWithObjectsAndKeys:(id)firstObject, ...;\n"; - rLen = 51; - rLoc = 1811; - rType = 0; - vrLen = 1599; - vrLoc = 839; - }; - 6EFE4CD707B99E0C00F67D2B = { - fRef = 6E83F53007B048BD00D9DACB; - isa = PBXTextBookmark; - name = "MySocket.h: _unclaimedReadBytes"; - rLen = 0; - rLoc = 1513; - rType = 0; - vrLen = 1103; - vrLoc = 757; - }; - 6EFE4DF907B9D23100F67D2B = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSArchiver.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSArchiver.h; - refType = 0; - sourceTree = ""; - }; - 6EFE4DFF07B9D39B00F67D2B = { - fRef = 6EFE4DF907B9D23100F67D2B; - isa = PBXTextBookmark; - name = unarchiveObjectWithData; - rLen = 23; - rLoc = 1579; - rType = 0; - vrLen = 1086; - vrLoc = 967; - }; - 6EFE4EAC07BABEBC00F67D2B = { - fRef = 6E10944406D4202100E343E0; - isa = PBXTextBookmark; - name = "- (void)setDoubleValue:(double)doubleValue;\n"; - rLen = 44; - rLoc = 2844; - rType = 0; - vrLen = 1104; - vrLoc = 2453; - }; - 6EFE4EB407BABEBC00F67D2B = { - fRef = 6E10944406D4202100E343E0; - isa = PBXTextBookmark; - name = "- (void)setDoubleValue:(double)doubleValue;\n"; - rLen = 44; - rLoc = 2844; - rType = 0; - vrLen = 1104; - vrLoc = 2453; - }; - 6EFE4EC107BABF2500F67D2B = { - fRef = 6E98A54C06A740EE006A576D; - isa = PBXBookmark; - }; - 6EFE4F5807BB021400F67D2B = { - fRef = 6EFFEFCB0691FA0800A30A6B; - isa = PBXTextBookmark; - name = "- (unsigned int)unsignedIntValue;\n"; - rLen = 34; - rLoc = 941; - rType = 0; - vrLen = 913; - vrLoc = 521; - }; - 6EFE4F6207BB021400F67D2B = { - fRef = 6EFFEFCB0691FA0800A30A6B; - isa = PBXTextBookmark; - name = unsignedCharValue; - rLen = 17; - rLoc = 846; - rType = 0; - vrLen = 922; - vrLoc = 72; - }; - 6EFE4F6C07BB021400F67D2B = { - fRef = 6E31A16C06B723CB00E40AB3; - isa = PBXTextBookmark; - name = "variables = TCMakeArray( TCArrayElementCount(searchContext->variables), TCArrayElementSize(searchContext->variables) );\n\t\t\tvariabse->_bytes = TCArrayBytes(searchContext->variables);"; - rLen = 124; - rLoc = 15128; - rType = 0; - vrLen = 1490; - vrLoc = 13707; - }; - 6EFE4F7B07BB07E900F67D2B = { - fRef = 6EF2F0BF077B424000C8B55A; - isa = PBXTextBookmark; - name = TCArrayCopyContainer; - rLen = 135; - rLoc = 2996; - rType = 0; - vrLen = 1151; - vrLoc = 2328; + 6ED806D00641D5F2002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 966}}"; + sepNavSelRange = "{599, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6EFE4F9D07BB2D7F00F67D2B = { - fRef = 6E9BF5030782926E008F0139; - isa = PBXTextBookmark; - name = "CheaterTypes.m: 36"; - rLen = 0; - rLoc = 665; - rType = 0; - vrLen = 779; - vrLoc = 36; + 6ED8072006421B05002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 658}}"; + sepNavSelRange = "{1078, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6EFE4FD507BB32CB00F67D2B = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = CFSocket.h; - path = /System/Library/Frameworks/CoreFoundation.framework/Versions/A/Headers/CFSocket.h; - refType = 0; - sourceTree = ""; + 6ED8072106421B05002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 1946}}"; + sepNavSelRange = "{1761, 224}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6EFE4FD607BB337E00F67D2B = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = CFBase.h; - path = /System/Library/Frameworks/CoreFoundation.framework/Versions/A/Headers/CFBase.h; - refType = 0; - sourceTree = ""; + 6ED8072606421B10002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 658}}"; + sepNavSelRange = "{1031, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6EFE4FD907BB33BA00F67D2B = { - fRef = 6EFE4FD507BB32CB00F67D2B; - isa = PBXTextBookmark; - name = "CF_EXPORT CFSocketRef\tCFSocketCreate(CFAllocatorRef allocator, SInt32 protocolFamily, SInt32 socketType, SInt32 protocol, CFOptionFlags callBackTypes, CFSocketCallBack callout, const CFSocketContext *context);\n"; - rLen = 210; - rLoc = 5909; - rType = 0; - vrLen = 2858; - vrLoc = 5306; + 6ED8072706421B10002888F7 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 2926}}"; + sepNavSelRange = "{5065, 0}"; + sepNavVisRect = "{{0, 44}, {987, 511}}"; + }; }; - 6EFE4FDA07BB33BA00F67D2B = { - fRef = 6EFE4FD607BB337E00F67D2B; - isa = PBXTextBookmark; - name = "void CFRelease(CFTypeRef cf);\n"; - rLen = 30; - rLoc = 9335; - rType = 0; - vrLen = 742; - vrLoc = 8924; + 6ED97B9D0645E85700CBF037 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 1162}}"; + sepNavSelRange = "{1794, 11}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; - 6EFE4FDE07BB33BA00F67D2B = { - fRef = 6EFE4FD507BB32CB00F67D2B; - isa = PBXTextBookmark; - name = "CF_EXPORT CFSocketRef\tCFSocketCreate(CFAllocatorRef allocator, SInt32 protocolFamily, SInt32 socketType, SInt32 protocol, CFOptionFlags callBackTypes, CFSocketCallBack callout, const CFSocketContext *context);\n"; - rLen = 210; - rLoc = 5909; - rType = 0; - vrLen = 2858; - vrLoc = 5306; + 6ED97B9E0645E85700CBF037 = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 3612}}"; + sepNavSelRange = "{6294, 0}"; + sepNavVisRect = "{{0, 3017}, {987, 511}}"; + }; }; - 6EFFEFCB0691FA0800A30A6B = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = NSValue.h; - path = /System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSValue.h; - refType = 0; - sourceTree = ""; + 6EF2F0BF077B424000C8B55A = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {987, 2576}}"; + sepNavSelRange = "{866, 0}"; + sepNavVisRect = "{{0, 0}, {987, 511}}"; + }; }; 8D1107260486CEB800E47090 = { activeExec = 0; diff --git a/The Cheat.xcode/project.pbxproj b/The Cheat.xcode/project.pbxproj index 70aeccc..d2a5644 100644 --- a/The Cheat.xcode/project.pbxproj +++ b/The Cheat.xcode/project.pbxproj @@ -576,12 +576,6 @@ refType = 4; sourceTree = ""; }; - 6E6FD8FB0764D1B0004FD845 = { - fileRef = 6E6FD8FA0764D1B0004FD845; - isa = PBXBuildFile; - settings = { - }; - }; 6E6FD9FE0764EDE4004FD845 = { fileEncoding = 4; isa = PBXFileReference; @@ -1073,18 +1067,10 @@ ); isa = PBXGroup; name = AppleScript; + path = ""; refType = 4; sourceTree = ""; }; - 6EB35A2D07C9C7C8000347B9 = { - buildActionMask = 2147483647; - dstPath = /; - dstSubfolderSpec = 0; - files = ( - ); - isa = PBXCopyFilesBuildPhase; - runOnlyForDeploymentPostprocessing = 0; - }; 6EB35AA107CA5FE0000347B9 = { isa = PBXFileReference; lastKnownFileType = image.png; @@ -1673,6 +1659,7 @@ ); isa = PBXGroup; name = Images; + path = ""; refType = 4; sourceTree = ""; }; @@ -1706,27 +1693,29 @@ 8D1107290486CEB800E47090, 8D11072C0486CEB800E47090, 8D11072E0486CEB800E47090, - 6EB35A2D07C9C7C8000347B9, ); buildRules = ( ); buildSettings = { COPY_PHASE_STRIP = YES; + DEAD_CODE_STRIPPING = YES; FRAMEWORK_SEARCH_PATHS = ""; + GCC_AUTO_VECTORIZATION = YES; GCC_DYNAMIC_NO_PIC = YES; GCC_ENABLE_OBJC_EXCEPTIONS = NO; GCC_ENABLE_TRIGRAPHS = NO; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_FAST_OBJC_DISPATCH = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = The_Cheat_Prefix.pch; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = /Users/chaz/Projects/chazlib/build/usr/local/include; + HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Applications"; - LIBRARY_SEARCH_PATHS = /Users/chaz/Projects/chazlib/build; - MACOSX_DEPLOYMENT_TARGET = ""; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 10.2; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; PRODUCT_NAME = "The Cheat"; @@ -1802,7 +1791,6 @@ 6ECDE09A0643984400B1DD8A, 6ECDE09E0643985000B1DD8A, 6E98A54D06A740EE006A576D, - 6E6FD8FB0764D1B0004FD845, 6EC06601078BFBE900591D61, 6EB3528907C56771000347B9, 6EB3528A07C56771000347B9, diff --git a/ThreadedTask.h b/ThreadedTask.h index 25971d4..010d7a6 100644 --- a/ThreadedTask.h +++ b/ThreadedTask.h @@ -63,8 +63,8 @@ /* See accessor methods for a description of the parameters. */ - (id)initWithTarget:(id)target selector:(SEL)selector delegate:(id)delegate; - (id)initWithTarget:(id)target selector:(SEL)selector context:(id)context delegate:(id)delegate; -- (id)initWithFunction:(int (*)(id, unsigned))function delegate:(id)delegate; -- (id)initWithFunction:(int (*)(id, unsigned))function context:(id)context delegate:(id)delegate; +- (id)initWithFunction:(int (*)(ThreadedTask *, unsigned))function delegate:(id)delegate; +- (id)initWithFunction:(int (*)(ThreadedTask *, unsigned))function context:(id)context delegate:(id)delegate; // ############################################################################# diff --git a/TrackerScroller.h b/TrackerScroller.h index 17c591d..3020bb1 100644 --- a/TrackerScroller.h +++ b/TrackerScroller.h @@ -1,10 +1,23 @@ -// -// TrackerScroller.h -// The Cheat -// -// Created by Chaz McGarvey on 12/28/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import diff --git a/TrackerScroller.m b/TrackerScroller.m index 3986402..20ef324 100644 --- a/TrackerScroller.m +++ b/TrackerScroller.m @@ -1,10 +1,23 @@ -// -// TrackerScroller.m -// The Cheat -// -// Created by Chaz McGarvey on 12/28/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import "TrackerScroller.h" diff --git a/UpdatePrefs.h b/UpdatePrefs.h index bc29a1b..5d277f1 100644 --- a/UpdatePrefs.h +++ b/UpdatePrefs.h @@ -1,10 +1,23 @@ -// -// UpdatePrefs.h -// The Cheat -// -// Created by Chaz McGarvey on 2/21/05. -// Copyright 2005 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import #import "cheat_global.h" diff --git a/UpdatePrefs.m b/UpdatePrefs.m index f016234..d18f56b 100644 --- a/UpdatePrefs.m +++ b/UpdatePrefs.m @@ -1,10 +1,23 @@ -// -// UpdatePrefs.m -// The Cheat -// -// Created by Chaz McGarvey on 2/21/05. -// Copyright 2005 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import "UpdatePrefs.h" diff --git a/VariableTable.h b/VariableTable.h index de81f4c..7a0eb8c 100644 --- a/VariableTable.h +++ b/VariableTable.h @@ -1,10 +1,23 @@ -// -// VariableTable.h -// The Cheat -// -// Created by Chaz McGarvey on 12/28/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import #include "ChazLog.h" diff --git a/VariableTable.m b/VariableTable.m index 283b1e8..5d47e11 100644 --- a/VariableTable.m +++ b/VariableTable.m @@ -1,10 +1,23 @@ -// -// VariableTable.m -// The Cheat -// -// Created by Chaz McGarvey on 12/28/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 1, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// + #import "VariableTable.h" diff --git a/cheat_global.m b/cheat_global.m index 0cf49bb..c1bd3cb 100644 --- a/cheat_global.m +++ b/cheat_global.m @@ -61,7 +61,9 @@ void LaunchWebsite() void LaunchEmail() { - [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"mailto:chaz@brokenzipper.com?subject=The%20Cheat%20Feedback"]]; + //[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"mailto:chaz@brokenzipper.com?subject=The%20Cheat%20Feedback"]]; + /* Ed Palma will act as a contact person for The Cheat. */ + [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.brokenzipper.com/contact.html"]]; }