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