Add a bunch of new NSView classes (to form a meta-view BSSourceView) that adds a...
[macgdbp.git] / MacGDBp.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 42;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 1E027F0A0D36F23F00885DEE /* Run.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E027F080D36F23F00885DEE /* Run.png */; };
11 1E027F0B0D36F23F00885DEE /* StepOver.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E027F090D36F23F00885DEE /* StepOver.png */; };
12 1E027F390D36F60800885DEE /* Reconnect.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E027F380D36F60800885DEE /* Reconnect.png */; };
13 1E02C3D50C60EC2C006F1752 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E02C3D40C60EC2C006F1752 /* AppDelegate.m */; };
14 1E02C4080C60EF3F006F1752 /* ConnectWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E02C4070C60EF3F006F1752 /* ConnectWindowController.m */; };
15 1E02C5710C610158006F1752 /* DebuggerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E02C5700C610158006F1752 /* DebuggerConnection.m */; };
16 1E02C5F60C610724006F1752 /* DebuggerWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E02C5F50C610724006F1752 /* DebuggerWindowController.m */; };
17 1E35FC760C6579CA0030F527 /* NSXMLElementAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E35FC750C6579CA0030F527 /* NSXMLElementAdditions.m */; };
18 1E35FEA10C6599040030F527 /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = 1E35FEA00C6599040030F527 /* base64.c */; };
19 1E416FF80D36F821009A53A2 /* Connect.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1E416FF40D36F821009A53A2 /* Connect.xib */; };
20 1E416FF90D36F821009A53A2 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1E416FF60D36F821009A53A2 /* MainMenu.xib */; };
21 1E7188680D839F6300969277 /* BSLineNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E7188630D839F6300969277 /* BSLineNumberView.m */; };
22 1E7188690D839F6300969277 /* BSSourceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E7188650D839F6300969277 /* BSSourceView.m */; };
23 1E71886A0D839F6300969277 /* BSSourceViewTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E7188670D839F6300969277 /* BSSourceViewTextView.m */; };
24 1EEBFBE50D34C793008F835B /* Debugger.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1EEBFBE30D34C793008F835B /* Debugger.xib */; };
25 1EEBFC2B0D358EBD008F835B /* StepIn.png in Resources */ = {isa = PBXBuildFile; fileRef = 1EEBFC2A0D358EBD008F835B /* StepIn.png */; };
26 1EEBFC370D358F1B008F835B /* StepOut.png in Resources */ = {isa = PBXBuildFile; fileRef = 1EEBFC360D358F1B008F835B /* StepOut.png */; };
27 1EEBFD090D3599E8008F835B /* BSSplitView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EEBFD070D3599E8008F835B /* BSSplitView.m */; };
28 1EEBFD120D359A9F008F835B /* dimple.png in Resources */ = {isa = PBXBuildFile; fileRef = 1EEBFD110D359A9F008F835B /* dimple.png */; };
29 1EEEE9400C618B70000C0732 /* SocketWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EEEE93F0C618B70000C0732 /* SocketWrapper.m */; };
30 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
31 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
32 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
33 /* End PBXBuildFile section */
34
35 /* Begin PBXFileReference section */
36 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
37 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
38 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
39 1E027F080D36F23F00885DEE /* Run.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Run.png; path = Icons/Run.png; sourceTree = "<group>"; };
40 1E027F090D36F23F00885DEE /* StepOver.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = StepOver.png; path = Icons/StepOver.png; sourceTree = "<group>"; };
41 1E027F380D36F60800885DEE /* Reconnect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Reconnect.png; path = Icons/Reconnect.png; sourceTree = "<group>"; };
42 1E02C3D30C60EC2C006F1752 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Source/AppDelegate.h; sourceTree = "<group>"; };
43 1E02C3D40C60EC2C006F1752 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Source/AppDelegate.m; sourceTree = "<group>"; };
44 1E02C4060C60EF3F006F1752 /* ConnectWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ConnectWindowController.h; path = Source/ConnectWindowController.h; sourceTree = "<group>"; };
45 1E02C4070C60EF3F006F1752 /* ConnectWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ConnectWindowController.m; path = Source/ConnectWindowController.m; sourceTree = "<group>"; };
46 1E02C56F0C610158006F1752 /* DebuggerConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DebuggerConnection.h; path = Source/DebuggerConnection.h; sourceTree = "<group>"; };
47 1E02C5700C610158006F1752 /* DebuggerConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DebuggerConnection.m; path = Source/DebuggerConnection.m; sourceTree = "<group>"; };
48 1E02C5F40C610724006F1752 /* DebuggerWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DebuggerWindowController.h; path = Source/DebuggerWindowController.h; sourceTree = "<group>"; };
49 1E02C5F50C610724006F1752 /* DebuggerWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DebuggerWindowController.m; path = Source/DebuggerWindowController.m; sourceTree = "<group>"; };
50 1E35FC750C6579CA0030F527 /* NSXMLElementAdditions.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = NSXMLElementAdditions.m; path = Source/NSXMLElementAdditions.m; sourceTree = "<group>"; };
51 1E35FE9F0C6599040030F527 /* base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = base64.h; path = Source/base64.h; sourceTree = "<group>"; };
52 1E35FEA00C6599040030F527 /* base64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = base64.c; path = Source/base64.c; sourceTree = "<group>"; };
53 1E35FFB00C65A74C0030F527 /* NSXMLElementAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSXMLElementAdditions.h; path = Source/NSXMLElementAdditions.h; sourceTree = "<group>"; };
54 1E416FF50D36F821009A53A2 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/Connect.xib; sourceTree = "<group>"; };
55 1E416FF70D36F821009A53A2 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
56 1E7188620D839F6300969277 /* BSLineNumberView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BSLineNumberView.h; path = Source/BSLineNumberView.h; sourceTree = "<group>"; };
57 1E7188630D839F6300969277 /* BSLineNumberView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BSLineNumberView.m; path = Source/BSLineNumberView.m; sourceTree = "<group>"; };
58 1E7188640D839F6300969277 /* BSSourceView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BSSourceView.h; path = Source/BSSourceView.h; sourceTree = "<group>"; };
59 1E7188650D839F6300969277 /* BSSourceView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BSSourceView.m; path = Source/BSSourceView.m; sourceTree = "<group>"; };
60 1E7188660D839F6300969277 /* BSSourceViewTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BSSourceViewTextView.h; path = Source/BSSourceViewTextView.h; sourceTree = "<group>"; };
61 1E7188670D839F6300969277 /* BSSourceViewTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BSSourceViewTextView.m; path = Source/BSSourceViewTextView.m; sourceTree = "<group>"; };
62 1EEBFBE40D34C793008F835B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/Debugger.xib; sourceTree = "<group>"; };
63 1EEBFC2A0D358EBD008F835B /* StepIn.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = StepIn.png; path = Icons/StepIn.png; sourceTree = "<group>"; };
64 1EEBFC360D358F1B008F835B /* StepOut.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = StepOut.png; path = Icons/StepOut.png; sourceTree = "<group>"; };
65 1EEBFD070D3599E8008F835B /* BSSplitView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BSSplitView.m; path = Source/BSSplitView.m; sourceTree = "<group>"; };
66 1EEBFD080D3599E8008F835B /* BSSplitView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BSSplitView.h; path = Source/BSSplitView.h; sourceTree = "<group>"; };
67 1EEBFD110D359A9F008F835B /* dimple.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dimple.png; sourceTree = "<group>"; };
68 1EEEE93E0C618B70000C0732 /* SocketWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SocketWrapper.h; path = Source/SocketWrapper.h; sourceTree = "<group>"; };
69 1EEEE93F0C618B70000C0732 /* SocketWrapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SocketWrapper.m; path = Source/SocketWrapper.m; sourceTree = "<group>"; };
70 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
71 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
72 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
73 32CA4F630368D1EE00C91783 /* MacGDBp_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MacGDBp_Prefix.pch; sourceTree = "<group>"; };
74 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
75 8D1107320486CEB800E47090 /* MacGDBp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MacGDBp.app; sourceTree = BUILT_PRODUCTS_DIR; };
76 /* End PBXFileReference section */
77
78 /* Begin PBXFrameworksBuildPhase section */
79 8D11072E0486CEB800E47090 /* Frameworks */ = {
80 isa = PBXFrameworksBuildPhase;
81 buildActionMask = 2147483647;
82 files = (
83 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
84 );
85 runOnlyForDeploymentPostprocessing = 0;
86 };
87 /* End PBXFrameworksBuildPhase section */
88
89 /* Begin PBXGroup section */
90 080E96DDFE201D6D7F000001 /* Classes */ = {
91 isa = PBXGroup;
92 children = (
93 1E02C3D30C60EC2C006F1752 /* AppDelegate.h */,
94 1E02C3D40C60EC2C006F1752 /* AppDelegate.m */,
95 1E02C4060C60EF3F006F1752 /* ConnectWindowController.h */,
96 1E02C4070C60EF3F006F1752 /* ConnectWindowController.m */,
97 1E02C56F0C610158006F1752 /* DebuggerConnection.h */,
98 1E02C5700C610158006F1752 /* DebuggerConnection.m */,
99 1E02C5F40C610724006F1752 /* DebuggerWindowController.h */,
100 1E02C5F50C610724006F1752 /* DebuggerWindowController.m */,
101 1EEEE93E0C618B70000C0732 /* SocketWrapper.h */,
102 1EEEE93F0C618B70000C0732 /* SocketWrapper.m */,
103 1E35FFB00C65A74C0030F527 /* NSXMLElementAdditions.h */,
104 1E35FC750C6579CA0030F527 /* NSXMLElementAdditions.m */,
105 1EEBFD080D3599E8008F835B /* BSSplitView.h */,
106 1EEBFD070D3599E8008F835B /* BSSplitView.m */,
107 1E71886C0D839F6C00969277 /* Source View */,
108 );
109 name = Classes;
110 sourceTree = "<group>";
111 };
112 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
113 isa = PBXGroup;
114 children = (
115 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
116 );
117 name = "Linked Frameworks";
118 sourceTree = "<group>";
119 };
120 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
121 isa = PBXGroup;
122 children = (
123 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
124 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
125 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
126 );
127 name = "Other Frameworks";
128 sourceTree = "<group>";
129 };
130 19C28FACFE9D520D11CA2CBB /* Products */ = {
131 isa = PBXGroup;
132 children = (
133 8D1107320486CEB800E47090 /* MacGDBp.app */,
134 );
135 name = Products;
136 sourceTree = "<group>";
137 };
138 1E027F0D0D36F24200885DEE /* Toolbar Icons */ = {
139 isa = PBXGroup;
140 children = (
141 1E027F380D36F60800885DEE /* Reconnect.png */,
142 1E027F080D36F23F00885DEE /* Run.png */,
143 1E027F090D36F23F00885DEE /* StepOver.png */,
144 1EEBFC360D358F1B008F835B /* StepOut.png */,
145 1EEBFC2A0D358EBD008F835B /* StepIn.png */,
146 );
147 name = "Toolbar Icons";
148 sourceTree = "<group>";
149 };
150 1E416FFB0D36F827009A53A2 /* Interfaces */ = {
151 isa = PBXGroup;
152 children = (
153 1EEBFBE30D34C793008F835B /* Debugger.xib */,
154 1E416FF40D36F821009A53A2 /* Connect.xib */,
155 1E416FF60D36F821009A53A2 /* MainMenu.xib */,
156 );
157 name = Interfaces;
158 sourceTree = "<group>";
159 };
160 1E71886C0D839F6C00969277 /* Source View */ = {
161 isa = PBXGroup;
162 children = (
163 1E7188620D839F6300969277 /* BSLineNumberView.h */,
164 1E7188630D839F6300969277 /* BSLineNumberView.m */,
165 1E7188640D839F6300969277 /* BSSourceView.h */,
166 1E7188650D839F6300969277 /* BSSourceView.m */,
167 1E7188660D839F6300969277 /* BSSourceViewTextView.h */,
168 1E7188670D839F6300969277 /* BSSourceViewTextView.m */,
169 );
170 name = "Source View";
171 sourceTree = "<group>";
172 };
173 29B97314FDCFA39411CA2CEA /* MacGDBp */ = {
174 isa = PBXGroup;
175 children = (
176 080E96DDFE201D6D7F000001 /* Classes */,
177 29B97315FDCFA39411CA2CEA /* Other Sources */,
178 29B97317FDCFA39411CA2CEA /* Resources */,
179 29B97323FDCFA39411CA2CEA /* Frameworks */,
180 19C28FACFE9D520D11CA2CBB /* Products */,
181 );
182 name = MacGDBp;
183 sourceTree = "<group>";
184 };
185 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
186 isa = PBXGroup;
187 children = (
188 32CA4F630368D1EE00C91783 /* MacGDBp_Prefix.pch */,
189 29B97316FDCFA39411CA2CEA /* main.m */,
190 1E35FE9F0C6599040030F527 /* base64.h */,
191 1E35FEA00C6599040030F527 /* base64.c */,
192 );
193 name = "Other Sources";
194 sourceTree = "<group>";
195 };
196 29B97317FDCFA39411CA2CEA /* Resources */ = {
197 isa = PBXGroup;
198 children = (
199 1E416FFB0D36F827009A53A2 /* Interfaces */,
200 1E027F0D0D36F24200885DEE /* Toolbar Icons */,
201 1EEBFD110D359A9F008F835B /* dimple.png */,
202 8D1107310486CEB800E47090 /* Info.plist */,
203 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
204 );
205 name = Resources;
206 sourceTree = "<group>";
207 };
208 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
209 isa = PBXGroup;
210 children = (
211 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
212 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
213 );
214 name = Frameworks;
215 sourceTree = "<group>";
216 };
217 /* End PBXGroup section */
218
219 /* Begin PBXNativeTarget section */
220 8D1107260486CEB800E47090 /* MacGDBp */ = {
221 isa = PBXNativeTarget;
222 buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "MacGDBp" */;
223 buildPhases = (
224 8D1107290486CEB800E47090 /* Resources */,
225 8D11072C0486CEB800E47090 /* Sources */,
226 8D11072E0486CEB800E47090 /* Frameworks */,
227 1E78FD670C6155EB00D6D005 /* ShellScript */,
228 );
229 buildRules = (
230 );
231 dependencies = (
232 );
233 name = MacGDBp;
234 productInstallPath = "$(HOME)/Applications";
235 productName = MacGDBp;
236 productReference = 8D1107320486CEB800E47090 /* MacGDBp.app */;
237 productType = "com.apple.product-type.application";
238 };
239 /* End PBXNativeTarget section */
240
241 /* Begin PBXProject section */
242 29B97313FDCFA39411CA2CEA /* Project object */ = {
243 isa = PBXProject;
244 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MacGDBp" */;
245 compatibilityVersion = "Xcode 2.4";
246 hasScannedForEncodings = 1;
247 mainGroup = 29B97314FDCFA39411CA2CEA /* MacGDBp */;
248 projectDirPath = "";
249 projectRoot = "";
250 targets = (
251 8D1107260486CEB800E47090 /* MacGDBp */,
252 );
253 };
254 /* End PBXProject section */
255
256 /* Begin PBXResourcesBuildPhase section */
257 8D1107290486CEB800E47090 /* Resources */ = {
258 isa = PBXResourcesBuildPhase;
259 buildActionMask = 2147483647;
260 files = (
261 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
262 1EEBFBE50D34C793008F835B /* Debugger.xib in Resources */,
263 1EEBFC2B0D358EBD008F835B /* StepIn.png in Resources */,
264 1EEBFC370D358F1B008F835B /* StepOut.png in Resources */,
265 1EEBFD120D359A9F008F835B /* dimple.png in Resources */,
266 1E027F0A0D36F23F00885DEE /* Run.png in Resources */,
267 1E027F0B0D36F23F00885DEE /* StepOver.png in Resources */,
268 1E027F390D36F60800885DEE /* Reconnect.png in Resources */,
269 1E416FF80D36F821009A53A2 /* Connect.xib in Resources */,
270 1E416FF90D36F821009A53A2 /* MainMenu.xib in Resources */,
271 );
272 runOnlyForDeploymentPostprocessing = 0;
273 };
274 /* End PBXResourcesBuildPhase section */
275
276 /* Begin PBXShellScriptBuildPhase section */
277 1E78FD670C6155EB00D6D005 /* ShellScript */ = {
278 isa = PBXShellScriptBuildPhase;
279 buildActionMask = 2147483647;
280 files = (
281 );
282 inputPaths = (
283 );
284 outputPaths = (
285 );
286 runOnlyForDeploymentPostprocessing = 0;
287 shellPath = /usr/bin/ruby;
288 shellScript = "require \"ftools\"\nrequire \"Time\"\n\nhash = %x{/usr/local/bin/git log -1 --pretty=format:%h}\ntimestamp = %x{/usr/local/bin/git log -1 --pretty=format:%ct}\ntime = Time.at(timestamp.to_i)\n\nbuild = (\"%02d\" % time.year) + (\"%02d\" % time.month) + (\"%02d\" % time.day) + \".\" + hash\n\ninfopath = ENV[\"CONFIGURATION_BUILD_DIR\"] + \"/\" + ENV[\"INFOPLIST_PATH\"]\n\nfile = \"\"\nio = File.new(infopath)\nlastline = \"\"\nwhile line = io.gets do\n\tif lastline.match(\"CFBundleVersion\")\n\t\tfile += \"\\t<string>#{build}</string>\\n\"\n\telse\n\t\tfile += line\n\tend\n\tlastline = line\nend\nio.close\n\nio = File.new(infopath, \"w\")\nio.write(file)\nio.close";
289 };
290 /* End PBXShellScriptBuildPhase section */
291
292 /* Begin PBXSourcesBuildPhase section */
293 8D11072C0486CEB800E47090 /* Sources */ = {
294 isa = PBXSourcesBuildPhase;
295 buildActionMask = 2147483647;
296 files = (
297 8D11072D0486CEB800E47090 /* main.m in Sources */,
298 1E02C3D50C60EC2C006F1752 /* AppDelegate.m in Sources */,
299 1E02C4080C60EF3F006F1752 /* ConnectWindowController.m in Sources */,
300 1E02C5710C610158006F1752 /* DebuggerConnection.m in Sources */,
301 1E02C5F60C610724006F1752 /* DebuggerWindowController.m in Sources */,
302 1EEEE9400C618B70000C0732 /* SocketWrapper.m in Sources */,
303 1E35FC760C6579CA0030F527 /* NSXMLElementAdditions.m in Sources */,
304 1E35FEA10C6599040030F527 /* base64.c in Sources */,
305 1EEBFD090D3599E8008F835B /* BSSplitView.m in Sources */,
306 1E7188680D839F6300969277 /* BSLineNumberView.m in Sources */,
307 1E7188690D839F6300969277 /* BSSourceView.m in Sources */,
308 1E71886A0D839F6300969277 /* BSSourceViewTextView.m in Sources */,
309 );
310 runOnlyForDeploymentPostprocessing = 0;
311 };
312 /* End PBXSourcesBuildPhase section */
313
314 /* Begin PBXVariantGroup section */
315 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
316 isa = PBXVariantGroup;
317 children = (
318 089C165DFE840E0CC02AAC07 /* English */,
319 );
320 name = InfoPlist.strings;
321 sourceTree = "<group>";
322 };
323 1E416FF40D36F821009A53A2 /* Connect.xib */ = {
324 isa = PBXVariantGroup;
325 children = (
326 1E416FF50D36F821009A53A2 /* English */,
327 );
328 name = Connect.xib;
329 sourceTree = "<group>";
330 };
331 1E416FF60D36F821009A53A2 /* MainMenu.xib */ = {
332 isa = PBXVariantGroup;
333 children = (
334 1E416FF70D36F821009A53A2 /* English */,
335 );
336 name = MainMenu.xib;
337 sourceTree = "<group>";
338 };
339 1EEBFBE30D34C793008F835B /* Debugger.xib */ = {
340 isa = PBXVariantGroup;
341 children = (
342 1EEBFBE40D34C793008F835B /* English */,
343 );
344 name = Debugger.xib;
345 sourceTree = "<group>";
346 };
347 /* End PBXVariantGroup section */
348
349 /* Begin XCBuildConfiguration section */
350 C01FCF4B08A954540054247B /* Debug */ = {
351 isa = XCBuildConfiguration;
352 buildSettings = {
353 COPY_PHASE_STRIP = NO;
354 GCC_DYNAMIC_NO_PIC = NO;
355 GCC_ENABLE_FIX_AND_CONTINUE = YES;
356 GCC_MODEL_TUNING = G5;
357 GCC_OPTIMIZATION_LEVEL = 0;
358 INFOPLIST_FILE = Info.plist;
359 INSTALL_PATH = "$(HOME)/Applications";
360 PRODUCT_NAME = MacGDBp;
361 WRAPPER_EXTENSION = app;
362 ZERO_LINK = YES;
363 };
364 name = Debug;
365 };
366 C01FCF4C08A954540054247B /* Release */ = {
367 isa = XCBuildConfiguration;
368 buildSettings = {
369 ARCHS = (
370 ppc,
371 i386,
372 );
373 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
374 GCC_MODEL_TUNING = G5;
375 INFOPLIST_FILE = Info.plist;
376 INSTALL_PATH = "$(HOME)/Applications";
377 PRODUCT_NAME = MacGDBp;
378 WRAPPER_EXTENSION = app;
379 };
380 name = Release;
381 };
382 C01FCF4F08A954540054247B /* Debug */ = {
383 isa = XCBuildConfiguration;
384 buildSettings = {
385 GCC_C_LANGUAGE_STANDARD = c99;
386 GCC_ENABLE_OBJC_GC = required;
387 GCC_WARN_ABOUT_RETURN_TYPE = YES;
388 GCC_WARN_UNUSED_VARIABLE = YES;
389 PREBINDING = NO;
390 SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
391 };
392 name = Debug;
393 };
394 C01FCF5008A954540054247B /* Release */ = {
395 isa = XCBuildConfiguration;
396 buildSettings = {
397 GCC_C_LANGUAGE_STANDARD = c99;
398 GCC_WARN_ABOUT_RETURN_TYPE = YES;
399 GCC_WARN_UNUSED_VARIABLE = YES;
400 PREBINDING = NO;
401 SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
402 };
403 name = Release;
404 };
405 /* End XCBuildConfiguration section */
406
407 /* Begin XCConfigurationList section */
408 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "MacGDBp" */ = {
409 isa = XCConfigurationList;
410 buildConfigurations = (
411 C01FCF4B08A954540054247B /* Debug */,
412 C01FCF4C08A954540054247B /* Release */,
413 );
414 defaultConfigurationIsVisible = 0;
415 defaultConfigurationName = Release;
416 };
417 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MacGDBp" */ = {
418 isa = XCConfigurationList;
419 buildConfigurations = (
420 C01FCF4F08A954540054247B /* Debug */,
421 C01FCF5008A954540054247B /* Release */,
422 );
423 defaultConfigurationIsVisible = 0;
424 defaultConfigurationName = Release;
425 };
426 /* End XCConfigurationList section */
427 };
428 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
429 }