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