]> Dogcows Code - chaz/thecheat/blob - The Cheat.xcodeproj/project.pbxproj
Remove support of Mac OS X 10.3 and earlier system, change codes for Mac OS X 10.7.
[chaz/thecheat] / The Cheat.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 6E138BF806C18765001C688F /* Process.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E138BF606C18765001C688F /* Process.h */; };
11 6E138BF906C18765001C688F /* Process.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E138BF706C18765001C688F /* Process.m */; };
12 6E138C3206C1C140001C688F /* StatusTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E138C3006C1C140001C688F /* StatusTextField.h */; };
13 6E138C3306C1C140001C688F /* StatusTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E138C3106C1C140001C688F /* StatusTextField.m */; };
14 6E31A14506B71EBA00E40AB3 /* ServerChild.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E31A14306B71EBA00E40AB3 /* ServerChild.h */; };
15 6E31A14606B71EBA00E40AB3 /* ServerChild.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E31A14406B71EBA00E40AB3 /* ServerChild.m */; };
16 6E31A16D06B723CB00E40AB3 /* LocalCheater.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E31A16B06B723CB00E40AB3 /* LocalCheater.h */; };
17 6E31A16E06B723CB00E40AB3 /* LocalCheater.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E31A16C06B723CB00E40AB3 /* LocalCheater.m */; };
18 6E31A1BA06B7286300E40AB3 /* RemoteCheater.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E31A1B806B7286300E40AB3 /* RemoteCheater.h */; };
19 6E31A1BB06B7286300E40AB3 /* RemoteCheater.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E31A1B906B7286300E40AB3 /* RemoteCheater.m */; };
20 6E38D3FF06C9B71F003BA9B4 /* BetterTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E38D3FD06C9B71F003BA9B4 /* BetterTableView.h */; };
21 6E38D40006C9B71F003BA9B4 /* BetterTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E38D3FE06C9B71F003BA9B4 /* BetterTableView.m */; };
22 6E38D61906C9F7A8003BA9B4 /* Cheater.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E38D61706C9F7A8003BA9B4 /* Cheater.h */; };
23 6E38D61A06C9F7A8003BA9B4 /* Cheater.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E38D61806C9F7A8003BA9B4 /* Cheater.m */; };
24 6E3D7D3E06C44CFE00A73B29 /* Variable.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E3D7D3C06C44CFE00A73B29 /* Variable.h */; };
25 6E3D7D3F06C44CFE00A73B29 /* Variable.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E3D7D3D06C44CFE00A73B29 /* Variable.m */; };
26 6E63969906423AFE00BD3765 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E63969806423AFE00BD3765 /* Carbon.framework */; };
27 6E6FD69D0762B626004FD845 /* ThreadedTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6FD69B0762B626004FD845 /* ThreadedTask.h */; };
28 6E6FD69E0762B626004FD845 /* ThreadedTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E6FD69C0762B626004FD845 /* ThreadedTask.m */; };
29 6E6FD6B30762B965004FD845 /* SearchContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6FD6B10762B965004FD845 /* SearchContext.h */; };
30 6E6FD6B40762B965004FD845 /* SearchContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E6FD6B20762B965004FD845 /* SearchContext.m */; };
31 6E6FDA000764EDE4004FD845 /* FadeView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6FD9FE0764EDE4004FD845 /* FadeView.h */; };
32 6E6FDA010764EDE4004FD845 /* FadeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E6FD9FF0764EDE4004FD845 /* FadeView.m */; };
33 6E6FDC260765858A004FD845 /* DumpContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6FDC240765858A004FD845 /* DumpContext.h */; };
34 6E6FDC270765858A004FD845 /* DumpContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E6FDC250765858A004FD845 /* DumpContext.m */; };
35 6E72B20F06AA5B0E00951D50 /* CheatData.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E72B20D06AA5B0E00951D50 /* CheatData.h */; };
36 6E72B21006AA5B0E00951D50 /* CheatData.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E72B20E06AA5B0E00951D50 /* CheatData.m */; };
37 6E7614A406A47A790051C301 /* CheatDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E7614A206A47A790051C301 /* CheatDocument.h */; };
38 6E7614A506A47A790051C301 /* CheatDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7614A306A47A790051C301 /* CheatDocument.m */; };
39 6E8181D3076E475200A5FBEB /* SearchData.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E8181D1076E475200A5FBEB /* SearchData.h */; };
40 6E8181D4076E475200A5FBEB /* SearchData.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E8181D2076E475200A5FBEB /* SearchData.m */; };
41 6E83F53207B048BD00D9DACB /* MySocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E83F53007B048BD00D9DACB /* MySocket.h */; };
42 6E83F53307B048BD00D9DACB /* MySocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E83F53107B048BD00D9DACB /* MySocket.m */; };
43 6E98A54D06A740EE006A576D /* CheatDocument.nib in Resources */ = {isa = PBXBuildFile; fileRef = 6E98A54B06A740EE006A576D /* CheatDocument.nib */; };
44 6E9BF3210781EEC3008F0139 /* TrackerScroller.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E9BF31F0781EEC3008F0139 /* TrackerScroller.h */; };
45 6E9BF3220781EEC3008F0139 /* TrackerScroller.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E9BF3200781EEC3008F0139 /* TrackerScroller.m */; };
46 6E9BF3BC07820415008F0139 /* VariableTable.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E9BF3BA07820415008F0139 /* VariableTable.h */; };
47 6E9BF3BD07820415008F0139 /* VariableTable.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E9BF3BB07820415008F0139 /* VariableTable.m */; };
48 6E9BF4B2078287DF008F0139 /* Searching.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E9BF4B0078287DF008F0139 /* Searching.h */; };
49 6E9BF4B3078287DF008F0139 /* Searching.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E9BF4B1078287DF008F0139 /* Searching.m */; };
50 6E9BF5040782926E008F0139 /* CheaterTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E9BF5030782926E008F0139 /* CheaterTypes.m */; };
51 6EA253F80786249800C839D1 /* ChazLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EA253F60786249800C839D1 /* ChazLog.h */; };
52 6EA253F90786249800C839D1 /* ChazLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA253F70786249800C839D1 /* ChazLog.m */; };
53 6EA39694077F4025002B0E69 /* DocInterfaceActions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA39693077F4025002B0E69 /* DocInterfaceActions.m */; };
54 6EA3969C077F419A002B0E69 /* DocCheaterDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA3969B077F419A002B0E69 /* DocCheaterDelegate.m */; };
55 6EAB490D06CC4FEA00A4ABF0 /* VMRegion.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EAB490B06CC4FEA00A4ABF0 /* VMRegion.h */; };
56 6EAB490E06CC4FEA00A4ABF0 /* VMRegion.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EAB490C06CC4FEA00A4ABF0 /* VMRegion.m */; };
57 6EB3528907C56771000347B9 /* icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 6EB3528707C56771000347B9 /* icon.icns */; };
58 6EB3528A07C56771000347B9 /* icondoc.icns in Resources */ = {isa = PBXBuildFile; fileRef = 6EB3528807C56771000347B9 /* icondoc.icns */; };
59 6EB3579007C83B99000347B9 /* CheatURLHandler.scriptTerminology in Resources */ = {isa = PBXBuildFile; fileRef = 6EB3578E07C83B99000347B9 /* CheatURLHandler.scriptTerminology */; };
60 6EB3579107C83B99000347B9 /* CheatURLHandler.scriptSuite in Resources */ = {isa = PBXBuildFile; fileRef = 6EB3578F07C83B99000347B9 /* CheatURLHandler.scriptSuite */; };
61 6EB3579C07C83C60000347B9 /* CheatURLCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EB3579A07C83C60000347B9 /* CheatURLCommand.h */; };
62 6EB3579D07C83C60000347B9 /* CheatURLCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EB3579B07C83C60000347B9 /* CheatURLCommand.m */; };
63 6EB35AA207CA5FE0000347B9 /* Update.png in Resources */ = {isa = PBXBuildFile; fileRef = 6EB35AA107CA5FE0000347B9 /* Update.png */; };
64 6EB35B3707CA6BCC000347B9 /* UpdatePrefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EB35B3507CA6BCC000347B9 /* UpdatePrefs.h */; };
65 6EB35B3807CA6BCC000347B9 /* UpdatePrefs.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EB35B3607CA6BCC000347B9 /* UpdatePrefs.m */; };
66 6EC06558078BE68300591D61 /* ChazUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EC06556078BE68300591D61 /* ChazUpdate.h */; };
67 6EC06559078BE68300591D61 /* ChazUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EC06557078BE68300591D61 /* ChazUpdate.m */; };
68 6EC06601078BFBE900591D61 /* Help.html in Resources */ = {isa = PBXBuildFile; fileRef = 6EC06600078BFBE900591D61 /* Help.html */; };
69 6ECDE09A0643984400B1DD8A /* Server.png in Resources */ = {isa = PBXBuildFile; fileRef = 6ECDE0990643984400B1DD8A /* Server.png */; };
70 6ECDE09E0643985000B1DD8A /* General.png in Resources */ = {isa = PBXBuildFile; fileRef = 6ECDE09D0643985000B1DD8A /* General.png */; };
71 6ED806390641D2E9002888F7 /* AboutBoxController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ED8062F0641D2E9002888F7 /* AboutBoxController.h */; };
72 6ED8063A0641D2E9002888F7 /* AboutBoxController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ED806300641D2E9002888F7 /* AboutBoxController.m */; };
73 6ED8063B0641D2E9002888F7 /* AppController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ED806310641D2E9002888F7 /* AppController.h */; };
74 6ED8063C0641D2E9002888F7 /* AppController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ED806320641D2E9002888F7 /* AppController.m */; };
75 6ED8063F0641D2E9002888F7 /* PreferenceController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ED806350641D2E9002888F7 /* PreferenceController.h */; };
76 6ED806400641D2E9002888F7 /* PreferenceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ED806360641D2E9002888F7 /* PreferenceController.m */; };
77 6ED806450641D305002888F7 /* HelpController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ED806430641D305002888F7 /* HelpController.h */; };
78 6ED806460641D305002888F7 /* HelpController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ED806440641D305002888F7 /* HelpController.m */; };
79 6ED806730641D3CC002888F7 /* MenuExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ED806710641D3CC002888F7 /* MenuExtras.h */; };
80 6ED806740641D3CC002888F7 /* MenuExtras.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ED806720641D3CC002888F7 /* MenuExtras.m */; };
81 6ED806800641D41B002888F7 /* cheat_global.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ED806790641D41B002888F7 /* cheat_global.h */; };
82 6ED806810641D41B002888F7 /* cheat_global.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ED8067A0641D41B002888F7 /* cheat_global.m */; };
83 6ED806840641D434002888F7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ED806830641D434002888F7 /* main.m */; };
84 6ED8069F0641D498002888F7 /* AboutBox.nib in Resources */ = {isa = PBXBuildFile; fileRef = 6ED8068F0641D498002888F7 /* AboutBox.nib */; };
85 6ED806A00641D498002888F7 /* Help.nib in Resources */ = {isa = PBXBuildFile; fileRef = 6ED806910641D498002888F7 /* Help.nib */; };
86 6ED806A10641D498002888F7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6ED806930641D498002888F7 /* InfoPlist.strings */; };
87 6ED806A20641D498002888F7 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 6ED806950641D498002888F7 /* MainMenu.nib */; };
88 6ED806A40641D498002888F7 /* Preferences.nib in Resources */ = {isa = PBXBuildFile; fileRef = 6ED806990641D498002888F7 /* Preferences.nib */; };
89 6ED806FB0641E70F002888F7 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6ED806FA0641E70F002888F7 /* WebKit.framework */; };
90 6ED8072206421B05002888F7 /* GeneralPrefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ED8072006421B05002888F7 /* GeneralPrefs.h */; };
91 6ED8072306421B05002888F7 /* GeneralPrefs.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ED8072106421B05002888F7 /* GeneralPrefs.m */; };
92 6ED8072806421B10002888F7 /* ServerPrefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ED8072606421B10002888F7 /* ServerPrefs.h */; };
93 6ED8072906421B10002888F7 /* ServerPrefs.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ED8072706421B10002888F7 /* ServerPrefs.m */; };
94 6ED97B9F0645E85700CBF037 /* CheatServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ED97B9D0645E85700CBF037 /* CheatServer.h */; };
95 6ED97BA00645E85700CBF037 /* CheatServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ED97B9E0645E85700CBF037 /* CheatServer.m */; };
96 6EF2F0C0077B424000C8B55A /* CheaterTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EF2F0BF077B424000C8B55A /* CheaterTypes.h */; };
97 7761C5010EBEBE6A00BEE6DF /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7761C5000EBEBE6A00BEE6DF /* Security.framework */; };
98 8D1107280486CEB800E47090 /* The_Cheat_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 32CA4F630368D1EE00C91783 /* The_Cheat_Prefix.pch */; };
99 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
100 /* End PBXBuildFile section */
101
102 /* Begin PBXFileReference section */
103 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
104 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
105 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
106 32CA4F630368D1EE00C91783 /* The_Cheat_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = The_Cheat_Prefix.pch; sourceTree = "<group>"; };
107 6E138BF606C18765001C688F /* Process.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Process.h; sourceTree = "<group>"; };
108 6E138BF706C18765001C688F /* Process.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Process.m; sourceTree = "<group>"; };
109 6E138C3006C1C140001C688F /* StatusTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StatusTextField.h; sourceTree = "<group>"; };
110 6E138C3106C1C140001C688F /* StatusTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StatusTextField.m; sourceTree = "<group>"; };
111 6E31A14306B71EBA00E40AB3 /* ServerChild.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ServerChild.h; sourceTree = "<group>"; };
112 6E31A14406B71EBA00E40AB3 /* ServerChild.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ServerChild.m; sourceTree = "<group>"; };
113 6E31A16B06B723CB00E40AB3 /* LocalCheater.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocalCheater.h; sourceTree = "<group>"; };
114 6E31A16C06B723CB00E40AB3 /* LocalCheater.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LocalCheater.m; sourceTree = "<group>"; };
115 6E31A1B806B7286300E40AB3 /* RemoteCheater.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RemoteCheater.h; sourceTree = "<group>"; };
116 6E31A1B906B7286300E40AB3 /* RemoteCheater.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RemoteCheater.m; sourceTree = "<group>"; };
117 6E38D3FD06C9B71F003BA9B4 /* BetterTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BetterTableView.h; sourceTree = "<group>"; };
118 6E38D3FE06C9B71F003BA9B4 /* BetterTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BetterTableView.m; sourceTree = "<group>"; };
119 6E38D61706C9F7A8003BA9B4 /* Cheater.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cheater.h; sourceTree = "<group>"; };
120 6E38D61806C9F7A8003BA9B4 /* Cheater.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Cheater.m; sourceTree = "<group>"; };
121 6E3D7D3C06C44CFE00A73B29 /* Variable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Variable.h; sourceTree = "<group>"; };
122 6E3D7D3D06C44CFE00A73B29 /* Variable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Variable.m; sourceTree = "<group>"; };
123 6E63969806423AFE00BD3765 /* Carbon.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };
124 6E6FD69B0762B626004FD845 /* ThreadedTask.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ThreadedTask.h; sourceTree = "<group>"; };
125 6E6FD69C0762B626004FD845 /* ThreadedTask.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ThreadedTask.m; sourceTree = "<group>"; };
126 6E6FD6B10762B965004FD845 /* SearchContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchContext.h; sourceTree = "<group>"; };
127 6E6FD6B20762B965004FD845 /* SearchContext.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchContext.m; sourceTree = "<group>"; };
128 6E6FD8FA0764D1B0004FD845 /* Lock.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Lock.tif; sourceTree = "<group>"; };
129 6E6FD9FE0764EDE4004FD845 /* FadeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FadeView.h; sourceTree = "<group>"; };
130 6E6FD9FF0764EDE4004FD845 /* FadeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FadeView.m; sourceTree = "<group>"; };
131 6E6FDC240765858A004FD845 /* DumpContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DumpContext.h; sourceTree = "<group>"; };
132 6E6FDC250765858A004FD845 /* DumpContext.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DumpContext.m; sourceTree = "<group>"; };
133 6E72B20D06AA5B0E00951D50 /* CheatData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CheatData.h; sourceTree = "<group>"; };
134 6E72B20E06AA5B0E00951D50 /* CheatData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CheatData.m; sourceTree = "<group>"; };
135 6E7614A206A47A790051C301 /* CheatDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CheatDocument.h; sourceTree = "<group>"; };
136 6E7614A306A47A790051C301 /* CheatDocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CheatDocument.m; sourceTree = "<group>"; };
137 6E8181D1076E475200A5FBEB /* SearchData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchData.h; sourceTree = "<group>"; };
138 6E8181D2076E475200A5FBEB /* SearchData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchData.m; sourceTree = "<group>"; };
139 6E83F53007B048BD00D9DACB /* MySocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MySocket.h; sourceTree = "<group>"; };
140 6E83F53107B048BD00D9DACB /* MySocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MySocket.m; sourceTree = "<group>"; };
141 6E98A54C06A740EE006A576D /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/CheatDocument.nib; sourceTree = "<group>"; };
142 6E9BF31F0781EEC3008F0139 /* TrackerScroller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TrackerScroller.h; sourceTree = "<group>"; };
143 6E9BF3200781EEC3008F0139 /* TrackerScroller.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TrackerScroller.m; sourceTree = "<group>"; };
144 6E9BF3BA07820415008F0139 /* VariableTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VariableTable.h; sourceTree = "<group>"; };
145 6E9BF3BB07820415008F0139 /* VariableTable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VariableTable.m; sourceTree = "<group>"; };
146 6E9BF4B0078287DF008F0139 /* Searching.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Searching.h; sourceTree = "<group>"; };
147 6E9BF4B1078287DF008F0139 /* Searching.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Searching.m; sourceTree = "<group>"; };
148 6E9BF5030782926E008F0139 /* CheaterTypes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CheaterTypes.m; sourceTree = "<group>"; };
149 6EA253F60786249800C839D1 /* ChazLog.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ChazLog.h; sourceTree = "<group>"; };
150 6EA253F70786249800C839D1 /* ChazLog.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 30; path = ChazLog.m; sourceTree = "<group>"; };
151 6EA39693077F4025002B0E69 /* DocInterfaceActions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DocInterfaceActions.m; sourceTree = "<group>"; };
152 6EA3969B077F419A002B0E69 /* DocCheaterDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DocCheaterDelegate.m; sourceTree = "<group>"; };
153 6EAB490B06CC4FEA00A4ABF0 /* VMRegion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VMRegion.h; sourceTree = "<group>"; };
154 6EAB490C06CC4FEA00A4ABF0 /* VMRegion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VMRegion.m; sourceTree = "<group>"; };
155 6EB3528707C56771000347B9 /* icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = icon.icns; sourceTree = "<group>"; };
156 6EB3528807C56771000347B9 /* icondoc.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = icondoc.icns; sourceTree = "<group>"; };
157 6EB3578E07C83B99000347B9 /* CheatURLHandler.scriptTerminology */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.scriptTerminology; path = CheatURLHandler.scriptTerminology; sourceTree = "<group>"; };
158 6EB3578F07C83B99000347B9 /* CheatURLHandler.scriptSuite */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.scriptSuite; path = CheatURLHandler.scriptSuite; sourceTree = "<group>"; };
159 6EB3579A07C83C60000347B9 /* CheatURLCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CheatURLCommand.h; sourceTree = "<group>"; };
160 6EB3579B07C83C60000347B9 /* CheatURLCommand.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CheatURLCommand.m; sourceTree = "<group>"; };
161 6EB35AA107CA5FE0000347B9 /* Update.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Update.png; sourceTree = "<group>"; };
162 6EB35B3507CA6BCC000347B9 /* UpdatePrefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UpdatePrefs.h; sourceTree = "<group>"; };
163 6EB35B3607CA6BCC000347B9 /* UpdatePrefs.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UpdatePrefs.m; sourceTree = "<group>"; };
164 6EC06556078BE68300591D61 /* ChazUpdate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChazUpdate.h; sourceTree = "<group>"; };
165 6EC06557078BE68300591D61 /* ChazUpdate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ChazUpdate.m; sourceTree = "<group>"; };
166 6EC06600078BFBE900591D61 /* Help.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = Help.html; sourceTree = "<group>"; };
167 6ECDE0990643984400B1DD8A /* Server.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Server.png; sourceTree = "<group>"; };
168 6ECDE09D0643985000B1DD8A /* General.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = General.png; sourceTree = "<group>"; };
169 6ED8062F0641D2E9002888F7 /* AboutBoxController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AboutBoxController.h; sourceTree = "<group>"; };
170 6ED806300641D2E9002888F7 /* AboutBoxController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = AboutBoxController.m; sourceTree = "<group>"; };
171 6ED806310641D2E9002888F7 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; };
172 6ED806320641D2E9002888F7 /* AppController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = AppController.m; sourceTree = "<group>"; };
173 6ED806350641D2E9002888F7 /* PreferenceController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PreferenceController.h; sourceTree = "<group>"; };
174 6ED806360641D2E9002888F7 /* PreferenceController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = PreferenceController.m; sourceTree = "<group>"; };
175 6ED806430641D305002888F7 /* HelpController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = HelpController.h; sourceTree = "<group>"; };
176 6ED806440641D305002888F7 /* HelpController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = HelpController.m; sourceTree = "<group>"; };
177 6ED806710641D3CC002888F7 /* MenuExtras.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MenuExtras.h; sourceTree = "<group>"; };
178 6ED806720641D3CC002888F7 /* MenuExtras.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = MenuExtras.m; sourceTree = "<group>"; };
179 6ED806790641D41B002888F7 /* cheat_global.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = cheat_global.h; sourceTree = "<group>"; };
180 6ED8067A0641D41B002888F7 /* cheat_global.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = cheat_global.m; sourceTree = "<group>"; };
181 6ED806830641D434002888F7 /* main.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
182 6ED806900641D498002888F7 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/AboutBox.nib; sourceTree = "<group>"; };
183 6ED806920641D498002888F7 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/Help.nib; sourceTree = "<group>"; };
184 6ED806940641D498002888F7 /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
185 6ED806960641D498002888F7 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
186 6ED8069A0641D498002888F7 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/Preferences.nib; sourceTree = "<group>"; };
187 6ED806D00641D5F2002888F7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
188 6ED806FA0641E70F002888F7 /* WebKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
189 6ED8072006421B05002888F7 /* GeneralPrefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GeneralPrefs.h; sourceTree = "<group>"; };
190 6ED8072106421B05002888F7 /* GeneralPrefs.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneralPrefs.m; sourceTree = "<group>"; };
191 6ED8072606421B10002888F7 /* ServerPrefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ServerPrefs.h; sourceTree = "<group>"; };
192 6ED8072706421B10002888F7 /* ServerPrefs.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ServerPrefs.m; sourceTree = "<group>"; };
193 6ED97B9D0645E85700CBF037 /* CheatServer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CheatServer.h; sourceTree = "<group>"; };
194 6ED97B9E0645E85700CBF037 /* CheatServer.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = CheatServer.m; sourceTree = "<group>"; };
195 6EF2F0BF077B424000C8B55A /* CheaterTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CheaterTypes.h; sourceTree = "<group>"; };
196 7761C5000EBEBE6A00BEE6DF /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
197 8D1107320486CEB800E47090 /* The Cheat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "The Cheat.app"; sourceTree = BUILT_PRODUCTS_DIR; };
198 /* End PBXFileReference section */
199
200 /* Begin PBXFrameworksBuildPhase section */
201 8D11072E0486CEB800E47090 /* Frameworks */ = {
202 isa = PBXFrameworksBuildPhase;
203 buildActionMask = 2147483647;
204 files = (
205 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
206 6ED806FB0641E70F002888F7 /* WebKit.framework in Frameworks */,
207 6E63969906423AFE00BD3765 /* Carbon.framework in Frameworks */,
208 7761C5010EBEBE6A00BEE6DF /* Security.framework in Frameworks */,
209 );
210 runOnlyForDeploymentPostprocessing = 0;
211 };
212 /* End PBXFrameworksBuildPhase section */
213
214 /* Begin PBXGroup section */
215 080E96DDFE201D6D7F000001 /* Controllers */ = {
216 isa = PBXGroup;
217 children = (
218 6ED806310641D2E9002888F7 /* AppController.h */,
219 6ED806320641D2E9002888F7 /* AppController.m */,
220 6ED8062F0641D2E9002888F7 /* AboutBoxController.h */,
221 6ED806300641D2E9002888F7 /* AboutBoxController.m */,
222 6ED806430641D305002888F7 /* HelpController.h */,
223 6ED806440641D305002888F7 /* HelpController.m */,
224 6EB3579A07C83C60000347B9 /* CheatURLCommand.h */,
225 6EB3579B07C83C60000347B9 /* CheatURLCommand.m */,
226 6ED807190641EC6E002888F7 /* Preferences */,
227 );
228 name = Controllers;
229 sourceTree = "<group>";
230 };
231 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
232 isa = PBXGroup;
233 children = (
234 7761C5000EBEBE6A00BEE6DF /* Security.framework */,
235 6E63969806423AFE00BD3765 /* Carbon.framework */,
236 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
237 6ED806FA0641E70F002888F7 /* WebKit.framework */,
238 );
239 name = "Linked Frameworks";
240 sourceTree = "<group>";
241 };
242 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
243 isa = PBXGroup;
244 children = (
245 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
246 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
247 );
248 name = "Other Frameworks";
249 sourceTree = "<group>";
250 };
251 19C28FACFE9D520D11CA2CBB /* Products */ = {
252 isa = PBXGroup;
253 children = (
254 8D1107320486CEB800E47090 /* The Cheat.app */,
255 );
256 name = Products;
257 sourceTree = "<group>";
258 };
259 29B97314FDCFA39411CA2CEA /* The Cheat */ = {
260 isa = PBXGroup;
261 children = (
262 080E96DDFE201D6D7F000001 /* Controllers */,
263 6E98A54A06A73E37006A576D /* Document */,
264 6E38D68006C9F98E003BA9B4 /* Cheating */,
265 6ED97B900645E2EE00CBF037 /* Networking */,
266 6E7157BC0647004B00763517 /* The Core */,
267 6ED806580641D343002888F7 /* Interface */,
268 6ED806700641D3AC002888F7 /* Categories */,
269 29B97315FDCFA39411CA2CEA /* Other Sources */,
270 29B97317FDCFA39411CA2CEA /* Resources */,
271 29B97323FDCFA39411CA2CEA /* Frameworks */,
272 19C28FACFE9D520D11CA2CBB /* Products */,
273 );
274 name = "The Cheat";
275 sourceTree = "<group>";
276 };
277 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
278 isa = PBXGroup;
279 children = (
280 6ED806830641D434002888F7 /* main.m */,
281 6ED806790641D41B002888F7 /* cheat_global.h */,
282 6ED8067A0641D41B002888F7 /* cheat_global.m */,
283 6EA253F60786249800C839D1 /* ChazLog.h */,
284 6EA253F70786249800C839D1 /* ChazLog.m */,
285 6EC06556078BE68300591D61 /* ChazUpdate.h */,
286 6EC06557078BE68300591D61 /* ChazUpdate.m */,
287 32CA4F630368D1EE00C91783 /* The_Cheat_Prefix.pch */,
288 );
289 name = "Other Sources";
290 sourceTree = "<group>";
291 };
292 29B97317FDCFA39411CA2CEA /* Resources */ = {
293 isa = PBXGroup;
294 children = (
295 6ED806950641D498002888F7 /* MainMenu.nib */,
296 6ED8068F0641D498002888F7 /* AboutBox.nib */,
297 6ED806910641D498002888F7 /* Help.nib */,
298 6ED806990641D498002888F7 /* Preferences.nib */,
299 6E98A54B06A740EE006A576D /* CheatDocument.nib */,
300 6EF2F08B077A7BFC00C8B55A /* Images */,
301 6EB357C907C83E9D000347B9 /* AppleScript */,
302 6EC06600078BFBE900591D61 /* Help.html */,
303 6ED806930641D498002888F7 /* InfoPlist.strings */,
304 6ED806D00641D5F2002888F7 /* Info.plist */,
305 );
306 name = Resources;
307 sourceTree = "<group>";
308 };
309 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
310 isa = PBXGroup;
311 children = (
312 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
313 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
314 );
315 name = Frameworks;
316 sourceTree = "<group>";
317 };
318 6E38D68006C9F98E003BA9B4 /* Cheating */ = {
319 isa = PBXGroup;
320 children = (
321 6EF2F0BF077B424000C8B55A /* CheaterTypes.h */,
322 6E9BF5030782926E008F0139 /* CheaterTypes.m */,
323 6E31A16B06B723CB00E40AB3 /* LocalCheater.h */,
324 6E31A16C06B723CB00E40AB3 /* LocalCheater.m */,
325 6E31A1B806B7286300E40AB3 /* RemoteCheater.h */,
326 6E31A1B906B7286300E40AB3 /* RemoteCheater.m */,
327 6E38D61706C9F7A8003BA9B4 /* Cheater.h */,
328 6E38D61806C9F7A8003BA9B4 /* Cheater.m */,
329 6E6FD6B10762B965004FD845 /* SearchContext.h */,
330 6E6FD6B20762B965004FD845 /* SearchContext.m */,
331 6E9BF4B0078287DF008F0139 /* Searching.h */,
332 6E9BF4B1078287DF008F0139 /* Searching.m */,
333 6E6FDC240765858A004FD845 /* DumpContext.h */,
334 6E6FDC250765858A004FD845 /* DumpContext.m */,
335 6E138BF606C18765001C688F /* Process.h */,
336 6E138BF706C18765001C688F /* Process.m */,
337 6E3D7D3C06C44CFE00A73B29 /* Variable.h */,
338 6E3D7D3D06C44CFE00A73B29 /* Variable.m */,
339 );
340 name = Cheating;
341 sourceTree = "<group>";
342 };
343 6E7157BC0647004B00763517 /* The Core */ = {
344 isa = PBXGroup;
345 children = (
346 6E6FD69B0762B626004FD845 /* ThreadedTask.h */,
347 6E6FD69C0762B626004FD845 /* ThreadedTask.m */,
348 6EAB490B06CC4FEA00A4ABF0 /* VMRegion.h */,
349 6EAB490C06CC4FEA00A4ABF0 /* VMRegion.m */,
350 );
351 name = "The Core";
352 sourceTree = "<group>";
353 };
354 6E98A54A06A73E37006A576D /* Document */ = {
355 isa = PBXGroup;
356 children = (
357 6E7614A206A47A790051C301 /* CheatDocument.h */,
358 6E7614A306A47A790051C301 /* CheatDocument.m */,
359 6EA39693077F4025002B0E69 /* DocInterfaceActions.m */,
360 6EA3969B077F419A002B0E69 /* DocCheaterDelegate.m */,
361 6E72B20D06AA5B0E00951D50 /* CheatData.h */,
362 6E72B20E06AA5B0E00951D50 /* CheatData.m */,
363 6E8181D1076E475200A5FBEB /* SearchData.h */,
364 6E8181D2076E475200A5FBEB /* SearchData.m */,
365 );
366 name = Document;
367 sourceTree = "<group>";
368 };
369 6EB357C907C83E9D000347B9 /* AppleScript */ = {
370 isa = PBXGroup;
371 children = (
372 6EB3578F07C83B99000347B9 /* CheatURLHandler.scriptSuite */,
373 6EB3578E07C83B99000347B9 /* CheatURLHandler.scriptTerminology */,
374 );
375 name = AppleScript;
376 sourceTree = "<group>";
377 };
378 6ED806580641D343002888F7 /* Interface */ = {
379 isa = PBXGroup;
380 children = (
381 6E38D3FD06C9B71F003BA9B4 /* BetterTableView.h */,
382 6E38D3FE06C9B71F003BA9B4 /* BetterTableView.m */,
383 6E9BF3BA07820415008F0139 /* VariableTable.h */,
384 6E9BF3BB07820415008F0139 /* VariableTable.m */,
385 6E9BF31F0781EEC3008F0139 /* TrackerScroller.h */,
386 6E9BF3200781EEC3008F0139 /* TrackerScroller.m */,
387 6E6FD9FE0764EDE4004FD845 /* FadeView.h */,
388 6E6FD9FF0764EDE4004FD845 /* FadeView.m */,
389 6E138C3006C1C140001C688F /* StatusTextField.h */,
390 6E138C3106C1C140001C688F /* StatusTextField.m */,
391 );
392 name = Interface;
393 sourceTree = "<group>";
394 };
395 6ED806700641D3AC002888F7 /* Categories */ = {
396 isa = PBXGroup;
397 children = (
398 6ED806710641D3CC002888F7 /* MenuExtras.h */,
399 6ED806720641D3CC002888F7 /* MenuExtras.m */,
400 );
401 name = Categories;
402 sourceTree = "<group>";
403 };
404 6ED807190641EC6E002888F7 /* Preferences */ = {
405 isa = PBXGroup;
406 children = (
407 6ED806350641D2E9002888F7 /* PreferenceController.h */,
408 6ED806360641D2E9002888F7 /* PreferenceController.m */,
409 6ED8072006421B05002888F7 /* GeneralPrefs.h */,
410 6ED8072106421B05002888F7 /* GeneralPrefs.m */,
411 6EB35B3507CA6BCC000347B9 /* UpdatePrefs.h */,
412 6EB35B3607CA6BCC000347B9 /* UpdatePrefs.m */,
413 6ED8072606421B10002888F7 /* ServerPrefs.h */,
414 6ED8072706421B10002888F7 /* ServerPrefs.m */,
415 );
416 name = Preferences;
417 sourceTree = "<group>";
418 };
419 6ED97B900645E2EE00CBF037 /* Networking */ = {
420 isa = PBXGroup;
421 children = (
422 6ED97B9D0645E85700CBF037 /* CheatServer.h */,
423 6ED97B9E0645E85700CBF037 /* CheatServer.m */,
424 6E31A14306B71EBA00E40AB3 /* ServerChild.h */,
425 6E31A14406B71EBA00E40AB3 /* ServerChild.m */,
426 6E83F53007B048BD00D9DACB /* MySocket.h */,
427 6E83F53107B048BD00D9DACB /* MySocket.m */,
428 );
429 name = Networking;
430 sourceTree = "<group>";
431 };
432 6EF2F08B077A7BFC00C8B55A /* Images */ = {
433 isa = PBXGroup;
434 children = (
435 6ECDE09D0643985000B1DD8A /* General.png */,
436 6ECDE0990643984400B1DD8A /* Server.png */,
437 6EB35AA107CA5FE0000347B9 /* Update.png */,
438 6E6FD8FA0764D1B0004FD845 /* Lock.tif */,
439 6EB3528707C56771000347B9 /* icon.icns */,
440 6EB3528807C56771000347B9 /* icondoc.icns */,
441 );
442 name = Images;
443 sourceTree = "<group>";
444 };
445 /* End PBXGroup section */
446
447 /* Begin PBXHeadersBuildPhase section */
448 8D1107270486CEB800E47090 /* Headers */ = {
449 isa = PBXHeadersBuildPhase;
450 buildActionMask = 2147483647;
451 files = (
452 8D1107280486CEB800E47090 /* The_Cheat_Prefix.pch in Headers */,
453 6ED806390641D2E9002888F7 /* AboutBoxController.h in Headers */,
454 6ED8063B0641D2E9002888F7 /* AppController.h in Headers */,
455 6ED8063F0641D2E9002888F7 /* PreferenceController.h in Headers */,
456 6ED806450641D305002888F7 /* HelpController.h in Headers */,
457 6ED806730641D3CC002888F7 /* MenuExtras.h in Headers */,
458 6ED806800641D41B002888F7 /* cheat_global.h in Headers */,
459 6ED8072206421B05002888F7 /* GeneralPrefs.h in Headers */,
460 6ED8072806421B10002888F7 /* ServerPrefs.h in Headers */,
461 6ED97B9F0645E85700CBF037 /* CheatServer.h in Headers */,
462 6E7614A406A47A790051C301 /* CheatDocument.h in Headers */,
463 6E72B20F06AA5B0E00951D50 /* CheatData.h in Headers */,
464 6E31A14506B71EBA00E40AB3 /* ServerChild.h in Headers */,
465 6E31A16D06B723CB00E40AB3 /* LocalCheater.h in Headers */,
466 6E31A1BA06B7286300E40AB3 /* RemoteCheater.h in Headers */,
467 6E138BF806C18765001C688F /* Process.h in Headers */,
468 6E138C3206C1C140001C688F /* StatusTextField.h in Headers */,
469 6E3D7D3E06C44CFE00A73B29 /* Variable.h in Headers */,
470 6E38D3FF06C9B71F003BA9B4 /* BetterTableView.h in Headers */,
471 6E38D61906C9F7A8003BA9B4 /* Cheater.h in Headers */,
472 6EAB490D06CC4FEA00A4ABF0 /* VMRegion.h in Headers */,
473 6E6FD69D0762B626004FD845 /* ThreadedTask.h in Headers */,
474 6E6FD6B30762B965004FD845 /* SearchContext.h in Headers */,
475 6E6FDA000764EDE4004FD845 /* FadeView.h in Headers */,
476 6E6FDC260765858A004FD845 /* DumpContext.h in Headers */,
477 6E8181D3076E475200A5FBEB /* SearchData.h in Headers */,
478 6EF2F0C0077B424000C8B55A /* CheaterTypes.h in Headers */,
479 6E9BF3210781EEC3008F0139 /* TrackerScroller.h in Headers */,
480 6E9BF3BC07820415008F0139 /* VariableTable.h in Headers */,
481 6E9BF4B2078287DF008F0139 /* Searching.h in Headers */,
482 6EA253F80786249800C839D1 /* ChazLog.h in Headers */,
483 6EC06558078BE68300591D61 /* ChazUpdate.h in Headers */,
484 6E83F53207B048BD00D9DACB /* MySocket.h in Headers */,
485 6EB3579C07C83C60000347B9 /* CheatURLCommand.h in Headers */,
486 6EB35B3707CA6BCC000347B9 /* UpdatePrefs.h in Headers */,
487 );
488 runOnlyForDeploymentPostprocessing = 0;
489 };
490 /* End PBXHeadersBuildPhase section */
491
492 /* Begin PBXNativeTarget section */
493 8D1107260486CEB800E47090 /* The Cheat */ = {
494 isa = PBXNativeTarget;
495 buildConfigurationList = 779E59850EB52C64000C6482 /* Build configuration list for PBXNativeTarget "The Cheat" */;
496 buildPhases = (
497 8D1107270486CEB800E47090 /* Headers */,
498 8D1107290486CEB800E47090 /* Resources */,
499 8D11072C0486CEB800E47090 /* Sources */,
500 8D11072E0486CEB800E47090 /* Frameworks */,
501 );
502 buildRules = (
503 );
504 dependencies = (
505 );
506 name = "The Cheat";
507 productInstallPath = "$(HOME)/Applications";
508 productName = "The Cheat";
509 productReference = 8D1107320486CEB800E47090 /* The Cheat.app */;
510 productType = "com.apple.product-type.application";
511 };
512 /* End PBXNativeTarget section */
513
514 /* Begin PBXProject section */
515 29B97313FDCFA39411CA2CEA /* Project object */ = {
516 isa = PBXProject;
517 attributes = {
518 LastUpgradeCheck = 0420;
519 };
520 buildConfigurationList = 779E59840EB52C64000C6482 /* Build configuration list for PBXProject "The Cheat" */;
521 compatibilityVersion = "Xcode 3.2";
522 developmentRegion = English;
523 hasScannedForEncodings = 1;
524 knownRegions = (
525 English,
526 Japanese,
527 French,
528 German,
529 "zh-Hans",
530 );
531 mainGroup = 29B97314FDCFA39411CA2CEA /* The Cheat */;
532 projectDirPath = "";
533 projectRoot = "";
534 targets = (
535 8D1107260486CEB800E47090 /* The Cheat */,
536 );
537 };
538 /* End PBXProject section */
539
540 /* Begin PBXResourcesBuildPhase section */
541 8D1107290486CEB800E47090 /* Resources */ = {
542 isa = PBXResourcesBuildPhase;
543 buildActionMask = 2147483647;
544 files = (
545 6ED8069F0641D498002888F7 /* AboutBox.nib in Resources */,
546 6ED806A00641D498002888F7 /* Help.nib in Resources */,
547 6ED806A10641D498002888F7 /* InfoPlist.strings in Resources */,
548 6ED806A20641D498002888F7 /* MainMenu.nib in Resources */,
549 6ED806A40641D498002888F7 /* Preferences.nib in Resources */,
550 6ECDE09A0643984400B1DD8A /* Server.png in Resources */,
551 6ECDE09E0643985000B1DD8A /* General.png in Resources */,
552 6E98A54D06A740EE006A576D /* CheatDocument.nib in Resources */,
553 6EC06601078BFBE900591D61 /* Help.html in Resources */,
554 6EB3528907C56771000347B9 /* icon.icns in Resources */,
555 6EB3528A07C56771000347B9 /* icondoc.icns in Resources */,
556 6EB3579007C83B99000347B9 /* CheatURLHandler.scriptTerminology in Resources */,
557 6EB3579107C83B99000347B9 /* CheatURLHandler.scriptSuite in Resources */,
558 6EB35AA207CA5FE0000347B9 /* Update.png in Resources */,
559 );
560 runOnlyForDeploymentPostprocessing = 0;
561 };
562 /* End PBXResourcesBuildPhase section */
563
564 /* Begin PBXSourcesBuildPhase section */
565 8D11072C0486CEB800E47090 /* Sources */ = {
566 isa = PBXSourcesBuildPhase;
567 buildActionMask = 2147483647;
568 files = (
569 6ED8063A0641D2E9002888F7 /* AboutBoxController.m in Sources */,
570 6ED8063C0641D2E9002888F7 /* AppController.m in Sources */,
571 6ED806400641D2E9002888F7 /* PreferenceController.m in Sources */,
572 6ED806460641D305002888F7 /* HelpController.m in Sources */,
573 6ED806740641D3CC002888F7 /* MenuExtras.m in Sources */,
574 6ED806810641D41B002888F7 /* cheat_global.m in Sources */,
575 6ED806840641D434002888F7 /* main.m in Sources */,
576 6ED8072306421B05002888F7 /* GeneralPrefs.m in Sources */,
577 6ED8072906421B10002888F7 /* ServerPrefs.m in Sources */,
578 6ED97BA00645E85700CBF037 /* CheatServer.m in Sources */,
579 6E7614A506A47A790051C301 /* CheatDocument.m in Sources */,
580 6E72B21006AA5B0E00951D50 /* CheatData.m in Sources */,
581 6E31A14606B71EBA00E40AB3 /* ServerChild.m in Sources */,
582 6E31A16E06B723CB00E40AB3 /* LocalCheater.m in Sources */,
583 6E31A1BB06B7286300E40AB3 /* RemoteCheater.m in Sources */,
584 6E138BF906C18765001C688F /* Process.m in Sources */,
585 6E138C3306C1C140001C688F /* StatusTextField.m in Sources */,
586 6E3D7D3F06C44CFE00A73B29 /* Variable.m in Sources */,
587 6E38D40006C9B71F003BA9B4 /* BetterTableView.m in Sources */,
588 6E38D61A06C9F7A8003BA9B4 /* Cheater.m in Sources */,
589 6EAB490E06CC4FEA00A4ABF0 /* VMRegion.m in Sources */,
590 6E6FD69E0762B626004FD845 /* ThreadedTask.m in Sources */,
591 6E6FD6B40762B965004FD845 /* SearchContext.m in Sources */,
592 6E6FDA010764EDE4004FD845 /* FadeView.m in Sources */,
593 6E6FDC270765858A004FD845 /* DumpContext.m in Sources */,
594 6E8181D4076E475200A5FBEB /* SearchData.m in Sources */,
595 6EA39694077F4025002B0E69 /* DocInterfaceActions.m in Sources */,
596 6EA3969C077F419A002B0E69 /* DocCheaterDelegate.m in Sources */,
597 6E9BF3220781EEC3008F0139 /* TrackerScroller.m in Sources */,
598 6E9BF3BD07820415008F0139 /* VariableTable.m in Sources */,
599 6E9BF4B3078287DF008F0139 /* Searching.m in Sources */,
600 6E9BF5040782926E008F0139 /* CheaterTypes.m in Sources */,
601 6EA253F90786249800C839D1 /* ChazLog.m in Sources */,
602 6EC06559078BE68300591D61 /* ChazUpdate.m in Sources */,
603 6E83F53307B048BD00D9DACB /* MySocket.m in Sources */,
604 6EB3579D07C83C60000347B9 /* CheatURLCommand.m in Sources */,
605 6EB35B3807CA6BCC000347B9 /* UpdatePrefs.m in Sources */,
606 );
607 runOnlyForDeploymentPostprocessing = 0;
608 };
609 /* End PBXSourcesBuildPhase section */
610
611 /* Begin PBXVariantGroup section */
612 6E98A54B06A740EE006A576D /* CheatDocument.nib */ = {
613 isa = PBXVariantGroup;
614 children = (
615 6E98A54C06A740EE006A576D /* English */,
616 );
617 name = CheatDocument.nib;
618 sourceTree = "<group>";
619 };
620 6ED8068F0641D498002888F7 /* AboutBox.nib */ = {
621 isa = PBXVariantGroup;
622 children = (
623 6ED806900641D498002888F7 /* English */,
624 );
625 name = AboutBox.nib;
626 sourceTree = "<group>";
627 };
628 6ED806910641D498002888F7 /* Help.nib */ = {
629 isa = PBXVariantGroup;
630 children = (
631 6ED806920641D498002888F7 /* English */,
632 );
633 name = Help.nib;
634 sourceTree = "<group>";
635 };
636 6ED806930641D498002888F7 /* InfoPlist.strings */ = {
637 isa = PBXVariantGroup;
638 children = (
639 6ED806940641D498002888F7 /* English */,
640 );
641 name = InfoPlist.strings;
642 sourceTree = "<group>";
643 };
644 6ED806950641D498002888F7 /* MainMenu.nib */ = {
645 isa = PBXVariantGroup;
646 children = (
647 6ED806960641D498002888F7 /* English */,
648 );
649 name = MainMenu.nib;
650 sourceTree = "<group>";
651 };
652 6ED806990641D498002888F7 /* Preferences.nib */ = {
653 isa = PBXVariantGroup;
654 children = (
655 6ED8069A0641D498002888F7 /* English */,
656 );
657 name = Preferences.nib;
658 sourceTree = "<group>";
659 };
660 /* End PBXVariantGroup section */
661
662 /* Begin XCBuildConfiguration section */
663 779E597E0EB52C64000C6482 /* Development */ = {
664 isa = XCBuildConfiguration;
665 buildSettings = {
666 };
667 name = Development;
668 };
669 779E597F0EB52C64000C6482 /* Deployment */ = {
670 isa = XCBuildConfiguration;
671 buildSettings = {
672 };
673 name = Deployment;
674 };
675 779E59800EB52C64000C6482 /* Default */ = {
676 isa = XCBuildConfiguration;
677 buildSettings = {
678 };
679 name = Default;
680 };
681 779E59810EB52C64000C6482 /* Development */ = {
682 isa = XCBuildConfiguration;
683 buildSettings = {
684 CODE_SIGN_IDENTITY = "";
685 COPY_PHASE_STRIP = NO;
686 DEAD_CODE_STRIPPING = YES;
687 DEBUGGING_SYMBOLS = YES;
688 FRAMEWORK_SEARCH_PATHS = "";
689 GCC_AUTO_VECTORIZATION = YES;
690 GCC_DYNAMIC_NO_PIC = NO;
691 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
692 GCC_ENABLE_TRIGRAPHS = NO;
693 GCC_FAST_OBJC_DISPATCH = YES;
694 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
695 GCC_OPTIMIZATION_LEVEL = 0;
696 GCC_PRECOMPILE_PREFIX_HEADER = YES;
697 GCC_PREFIX_HEADER = The_Cheat_Prefix.pch;
698 GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
699 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
700 GCC_WARN_UNKNOWN_PRAGMAS = NO;
701 HEADER_SEARCH_PATHS = "";
702 INFOPLIST_FILE = Info.plist;
703 INSTALL_PATH = /Applications;
704 LIBRARY_SEARCH_PATHS = "";
705 MACOSX_DEPLOYMENT_TARGET = 10.7;
706 OTHER_CFLAGS = "-D_DEBUG";
707 OTHER_LDFLAGS = (
708 "-sectcreate",
709 __TEXT,
710 __info_plist,
711 Info.plist,
712 );
713 PRODUCT_NAME = "The Cheat";
714 SDKROOT = macosx;
715 SECTORDER_FLAGS = "";
716 WARNING_CFLAGS = (
717 "-Wmost",
718 "-Wno-four-char-constants",
719 "-Wno-unknown-pragmas",
720 );
721 WRAPPER_EXTENSION = app;
722 ZERO_LINK = YES;
723 };
724 name = Development;
725 };
726 779E59820EB52C64000C6482 /* Deployment */ = {
727 isa = XCBuildConfiguration;
728 buildSettings = {
729 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
730 CODE_SIGN_IDENTITY = "";
731 COPY_PHASE_STRIP = YES;
732 DEAD_CODE_STRIPPING = YES;
733 FRAMEWORK_SEARCH_PATHS = "";
734 GCC_AUTO_VECTORIZATION = YES;
735 GCC_DYNAMIC_NO_PIC = YES;
736 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
737 GCC_ENABLE_TRIGRAPHS = NO;
738 GCC_FAST_OBJC_DISPATCH = YES;
739 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
740 GCC_PRECOMPILE_PREFIX_HEADER = YES;
741 GCC_PREFIX_HEADER = The_Cheat_Prefix.pch;
742 GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
743 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
744 GCC_WARN_UNKNOWN_PRAGMAS = NO;
745 HEADER_SEARCH_PATHS = "";
746 INFOPLIST_FILE = Info.plist;
747 INSTALL_PATH = /Applications;
748 LIBRARY_SEARCH_PATHS = "";
749 MACOSX_DEPLOYMENT_TARGET = 10.7;
750 OTHER_CFLAGS = "";
751 OTHER_LDFLAGS = (
752 "-sectcreate",
753 __TEXT,
754 __info_plist,
755 Info.plist,
756 );
757 PRODUCT_NAME = "The Cheat";
758 SDKROOT = macosx;
759 SECTORDER_FLAGS = "";
760 WARNING_CFLAGS = (
761 "-Wmost",
762 "-Wno-four-char-constants",
763 "-Wno-unknown-pragmas",
764 );
765 WRAPPER_EXTENSION = app;
766 ZERO_LINK = NO;
767 };
768 name = Deployment;
769 };
770 779E59830EB52C64000C6482 /* Default */ = {
771 isa = XCBuildConfiguration;
772 buildSettings = {
773 CODE_SIGN_IDENTITY = "";
774 COPY_PHASE_STRIP = YES;
775 DEAD_CODE_STRIPPING = YES;
776 FRAMEWORK_SEARCH_PATHS = "";
777 GCC_AUTO_VECTORIZATION = YES;
778 GCC_DYNAMIC_NO_PIC = YES;
779 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
780 GCC_ENABLE_TRIGRAPHS = NO;
781 GCC_FAST_OBJC_DISPATCH = YES;
782 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
783 GCC_PRECOMPILE_PREFIX_HEADER = YES;
784 GCC_PREFIX_HEADER = The_Cheat_Prefix.pch;
785 GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
786 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
787 GCC_WARN_UNKNOWN_PRAGMAS = NO;
788 HEADER_SEARCH_PATHS = "";
789 INFOPLIST_FILE = Info.plist;
790 INSTALL_PATH = /Applications;
791 LIBRARY_SEARCH_PATHS = "";
792 MACOSX_DEPLOYMENT_TARGET = 10.7;
793 OTHER_CFLAGS = "";
794 OTHER_LDFLAGS = "";
795 PRODUCT_NAME = "The Cheat";
796 SDKROOT = macosx;
797 SECTORDER_FLAGS = "";
798 WARNING_CFLAGS = (
799 "-Wmost",
800 "-Wno-four-char-constants",
801 "-Wno-unknown-pragmas",
802 );
803 WRAPPER_EXTENSION = app;
804 };
805 name = Default;
806 };
807 /* End XCBuildConfiguration section */
808
809 /* Begin XCConfigurationList section */
810 779E59840EB52C64000C6482 /* Build configuration list for PBXProject "The Cheat" */ = {
811 isa = XCConfigurationList;
812 buildConfigurations = (
813 779E597E0EB52C64000C6482 /* Development */,
814 779E597F0EB52C64000C6482 /* Deployment */,
815 779E59800EB52C64000C6482 /* Default */,
816 );
817 defaultConfigurationIsVisible = 0;
818 defaultConfigurationName = Default;
819 };
820 779E59850EB52C64000C6482 /* Build configuration list for PBXNativeTarget "The Cheat" */ = {
821 isa = XCConfigurationList;
822 buildConfigurations = (
823 779E59810EB52C64000C6482 /* Development */,
824 779E59820EB52C64000C6482 /* Deployment */,
825 779E59830EB52C64000C6482 /* Default */,
826 );
827 defaultConfigurationIsVisible = 0;
828 defaultConfigurationName = Default;
829 };
830 /* End XCConfigurationList section */
831 };
832 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
833 }
This page took 0.072113 seconds and 4 git commands to generate.