* English.lproj/Connect.nib: Setting the File's Owner to be ConnectWindowController...
[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 1E02C3D00C60E857006F1752 /* Connect.nib in Resources */ = {isa = PBXBuildFile; fileRef = 1E02C3CE0C60E857006F1752 /* Connect.nib */; };
11 1E02C3D50C60EC2C006F1752 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E02C3D40C60EC2C006F1752 /* AppDelegate.m */; };
12 1E02C3F00C60ED56006F1752 /* Debugger.nib in Resources */ = {isa = PBXBuildFile; fileRef = 1E02C3EE0C60ED56006F1752 /* Debugger.nib */; };
13 1E02C4080C60EF3F006F1752 /* ConnectWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E02C4070C60EF3F006F1752 /* ConnectWindowController.m */; };
14 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
15 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
16 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
17 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
18 /* End PBXBuildFile section */
19
20 /* Begin PBXFileReference section */
21 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
22 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
23 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
24 1E02C3CF0C60E857006F1752 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/Connect.nib; sourceTree = "<group>"; };
25 1E02C3D30C60EC2C006F1752 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Source/AppDelegate.h; sourceTree = "<group>"; };
26 1E02C3D40C60EC2C006F1752 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Source/AppDelegate.m; sourceTree = "<group>"; };
27 1E02C3EF0C60ED56006F1752 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/Debugger.nib; sourceTree = "<group>"; };
28 1E02C4060C60EF3F006F1752 /* ConnectWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ConnectWindowController.h; path = Source/ConnectWindowController.h; sourceTree = "<group>"; };
29 1E02C4070C60EF3F006F1752 /* ConnectWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ConnectWindowController.m; path = Source/ConnectWindowController.m; sourceTree = "<group>"; };
30 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
31 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
32 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
33 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
34 32CA4F630368D1EE00C91783 /* MacGDBp_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MacGDBp_Prefix.pch; sourceTree = "<group>"; };
35 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
36 8D1107320486CEB800E47090 /* MacGDBp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MacGDBp.app; sourceTree = BUILT_PRODUCTS_DIR; };
37 /* End PBXFileReference section */
38
39 /* Begin PBXFrameworksBuildPhase section */
40 8D11072E0486CEB800E47090 /* Frameworks */ = {
41 isa = PBXFrameworksBuildPhase;
42 buildActionMask = 2147483647;
43 files = (
44 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
45 );
46 runOnlyForDeploymentPostprocessing = 0;
47 };
48 /* End PBXFrameworksBuildPhase section */
49
50 /* Begin PBXGroup section */
51 080E96DDFE201D6D7F000001 /* Classes */ = {
52 isa = PBXGroup;
53 children = (
54 );
55 name = Classes;
56 sourceTree = "<group>";
57 };
58 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
59 isa = PBXGroup;
60 children = (
61 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
62 );
63 name = "Linked Frameworks";
64 sourceTree = "<group>";
65 };
66 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
67 isa = PBXGroup;
68 children = (
69 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
70 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
71 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
72 );
73 name = "Other Frameworks";
74 sourceTree = "<group>";
75 };
76 19C28FACFE9D520D11CA2CBB /* Products */ = {
77 isa = PBXGroup;
78 children = (
79 8D1107320486CEB800E47090 /* MacGDBp.app */,
80 );
81 name = Products;
82 sourceTree = "<group>";
83 };
84 29B97314FDCFA39411CA2CEA /* MacGDBp */ = {
85 isa = PBXGroup;
86 children = (
87 080E96DDFE201D6D7F000001 /* Classes */,
88 29B97315FDCFA39411CA2CEA /* Other Sources */,
89 29B97317FDCFA39411CA2CEA /* Resources */,
90 29B97323FDCFA39411CA2CEA /* Frameworks */,
91 19C28FACFE9D520D11CA2CBB /* Products */,
92 );
93 name = MacGDBp;
94 sourceTree = "<group>";
95 };
96 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
97 isa = PBXGroup;
98 children = (
99 32CA4F630368D1EE00C91783 /* MacGDBp_Prefix.pch */,
100 29B97316FDCFA39411CA2CEA /* main.m */,
101 1E02C3D30C60EC2C006F1752 /* AppDelegate.h */,
102 1E02C3D40C60EC2C006F1752 /* AppDelegate.m */,
103 1E02C4060C60EF3F006F1752 /* ConnectWindowController.h */,
104 1E02C4070C60EF3F006F1752 /* ConnectWindowController.m */,
105 );
106 name = "Other Sources";
107 sourceTree = "<group>";
108 };
109 29B97317FDCFA39411CA2CEA /* Resources */ = {
110 isa = PBXGroup;
111 children = (
112 8D1107310486CEB800E47090 /* Info.plist */,
113 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
114 29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
115 1E02C3CE0C60E857006F1752 /* Connect.nib */,
116 1E02C3EE0C60ED56006F1752 /* Debugger.nib */,
117 );
118 name = Resources;
119 sourceTree = "<group>";
120 };
121 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
122 isa = PBXGroup;
123 children = (
124 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
125 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
126 );
127 name = Frameworks;
128 sourceTree = "<group>";
129 };
130 /* End PBXGroup section */
131
132 /* Begin PBXNativeTarget section */
133 8D1107260486CEB800E47090 /* MacGDBp */ = {
134 isa = PBXNativeTarget;
135 buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "MacGDBp" */;
136 buildPhases = (
137 8D1107290486CEB800E47090 /* Resources */,
138 8D11072C0486CEB800E47090 /* Sources */,
139 8D11072E0486CEB800E47090 /* Frameworks */,
140 );
141 buildRules = (
142 );
143 dependencies = (
144 );
145 name = MacGDBp;
146 productInstallPath = "$(HOME)/Applications";
147 productName = MacGDBp;
148 productReference = 8D1107320486CEB800E47090 /* MacGDBp.app */;
149 productType = "com.apple.product-type.application";
150 };
151 /* End PBXNativeTarget section */
152
153 /* Begin PBXProject section */
154 29B97313FDCFA39411CA2CEA /* Project object */ = {
155 isa = PBXProject;
156 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MacGDBp" */;
157 hasScannedForEncodings = 1;
158 mainGroup = 29B97314FDCFA39411CA2CEA /* MacGDBp */;
159 projectDirPath = "";
160 targets = (
161 8D1107260486CEB800E47090 /* MacGDBp */,
162 );
163 };
164 /* End PBXProject section */
165
166 /* Begin PBXResourcesBuildPhase section */
167 8D1107290486CEB800E47090 /* Resources */ = {
168 isa = PBXResourcesBuildPhase;
169 buildActionMask = 2147483647;
170 files = (
171 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
172 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
173 1E02C3D00C60E857006F1752 /* Connect.nib in Resources */,
174 1E02C3F00C60ED56006F1752 /* Debugger.nib in Resources */,
175 );
176 runOnlyForDeploymentPostprocessing = 0;
177 };
178 /* End PBXResourcesBuildPhase section */
179
180 /* Begin PBXSourcesBuildPhase section */
181 8D11072C0486CEB800E47090 /* Sources */ = {
182 isa = PBXSourcesBuildPhase;
183 buildActionMask = 2147483647;
184 files = (
185 8D11072D0486CEB800E47090 /* main.m in Sources */,
186 1E02C3D50C60EC2C006F1752 /* AppDelegate.m in Sources */,
187 1E02C4080C60EF3F006F1752 /* ConnectWindowController.m in Sources */,
188 );
189 runOnlyForDeploymentPostprocessing = 0;
190 };
191 /* End PBXSourcesBuildPhase section */
192
193 /* Begin PBXVariantGroup section */
194 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
195 isa = PBXVariantGroup;
196 children = (
197 089C165DFE840E0CC02AAC07 /* English */,
198 );
199 name = InfoPlist.strings;
200 sourceTree = "<group>";
201 };
202 1E02C3CE0C60E857006F1752 /* Connect.nib */ = {
203 isa = PBXVariantGroup;
204 children = (
205 1E02C3CF0C60E857006F1752 /* English */,
206 );
207 name = Connect.nib;
208 sourceTree = "<group>";
209 };
210 1E02C3EE0C60ED56006F1752 /* Debugger.nib */ = {
211 isa = PBXVariantGroup;
212 children = (
213 1E02C3EF0C60ED56006F1752 /* English */,
214 );
215 name = Debugger.nib;
216 sourceTree = "<group>";
217 };
218 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = {
219 isa = PBXVariantGroup;
220 children = (
221 29B97319FDCFA39411CA2CEA /* English */,
222 );
223 name = MainMenu.nib;
224 sourceTree = "<group>";
225 };
226 /* End PBXVariantGroup section */
227
228 /* Begin XCBuildConfiguration section */
229 C01FCF4B08A954540054247B /* Debug */ = {
230 isa = XCBuildConfiguration;
231 buildSettings = {
232 COPY_PHASE_STRIP = NO;
233 GCC_DYNAMIC_NO_PIC = NO;
234 GCC_ENABLE_FIX_AND_CONTINUE = YES;
235 GCC_MODEL_TUNING = G5;
236 GCC_OPTIMIZATION_LEVEL = 0;
237 INFOPLIST_FILE = Info.plist;
238 INSTALL_PATH = "$(HOME)/Applications";
239 PRODUCT_NAME = MacGDBp;
240 WRAPPER_EXTENSION = app;
241 ZERO_LINK = YES;
242 };
243 name = Debug;
244 };
245 C01FCF4C08A954540054247B /* Release */ = {
246 isa = XCBuildConfiguration;
247 buildSettings = {
248 ARCHS = (
249 ppc,
250 i386,
251 );
252 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
253 GCC_MODEL_TUNING = G5;
254 INFOPLIST_FILE = Info.plist;
255 INSTALL_PATH = "$(HOME)/Applications";
256 PRODUCT_NAME = MacGDBp;
257 WRAPPER_EXTENSION = app;
258 };
259 name = Release;
260 };
261 C01FCF4F08A954540054247B /* Debug */ = {
262 isa = XCBuildConfiguration;
263 buildSettings = {
264 GCC_WARN_ABOUT_RETURN_TYPE = YES;
265 GCC_WARN_UNUSED_VARIABLE = YES;
266 PREBINDING = NO;
267 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
268 };
269 name = Debug;
270 };
271 C01FCF5008A954540054247B /* Release */ = {
272 isa = XCBuildConfiguration;
273 buildSettings = {
274 GCC_WARN_ABOUT_RETURN_TYPE = YES;
275 GCC_WARN_UNUSED_VARIABLE = YES;
276 PREBINDING = NO;
277 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
278 };
279 name = Release;
280 };
281 /* End XCBuildConfiguration section */
282
283 /* Begin XCConfigurationList section */
284 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "MacGDBp" */ = {
285 isa = XCConfigurationList;
286 buildConfigurations = (
287 C01FCF4B08A954540054247B /* Debug */,
288 C01FCF4C08A954540054247B /* Release */,
289 );
290 defaultConfigurationIsVisible = 0;
291 defaultConfigurationName = Release;
292 };
293 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MacGDBp" */ = {
294 isa = XCConfigurationList;
295 buildConfigurations = (
296 C01FCF4F08A954540054247B /* Debug */,
297 C01FCF5008A954540054247B /* Release */,
298 );
299 defaultConfigurationIsVisible = 0;
300 defaultConfigurationName = Release;
301 };
302 /* End XCConfigurationList section */
303 };
304 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
305 }