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